Robert Koller
6fbffd98fa
fix: install skill as self-contained bundle, harden installer
...
- Install entire skill dir (SKILL.md + scripts/ + references/) into
~/.openclaw/skills/ (shared skill location per OpenClaw docs)
- Scripts live inside the skill folder, not a separate global dir
- Node.js 22 check is now a hard error, not a warning
- timeout check is a hard error (required for delegate.sh)
- Add --force flag to reinstall npm packages on rerun
- Pin npm packages to @latest explicitly
- Drop darwin from os metadata (requires GNU coreutils)
- Fix set -e killing exit code capture in delegate.sh
2026-03-16 05:18:40 +00:00
Robert Koller
caf8a05e04
feat: add install.sh for full bundle installation
...
Installs Claude Code + Codex via npm, copies delegation scripts
into ~/.openclaw/scripts, installs skill definition, and verifies
the setup. Supports --skip-npm, --scripts-dir, and --dry-run.
Checks Node.js 22+, OpenClaw, and subscription auth requirements.
2026-03-16 05:13:18 +00:00
Robert Koller
c8d5808888
fix: add macOS guard for Codex and fix script/sh quoting
...
- Codex delegation via delegate.sh now errors on macOS where BSD
script does not support -c (points user to tmux-session.sh instead)
- Wrap script -c command through bash -c so printf '%q' output is
interpreted by bash, not /bin/sh (which may be dash)
2026-03-16 05:10:29 +00:00
Robert Koller
126a8f9069
fix: escape WORKDIR and LOG_FILE in bash -c invocations
...
Paths containing single quotes would break the generated bash -c
script. Use printf '%q' to safely escape both variables, matching
the existing PROMPT escaping approach.
2026-03-16 05:08:27 +00:00
Robert Koller
f980fa72bf
skill: add Claude Code + Codex delegation bundle
...
Adds a skill for delegating code-writing, document generation, and
analysis tasks to Claude Code and OpenAI Codex as sub-processes.
Includes:
- SKILL.md with delegation routing, prompt composition, and security docs
- scripts/delegate.sh — unified delegation launcher with API key stripping
- scripts/tmux-session.sh — tmux session manager for long-running tasks
- references/delegation-policy.md — example policy (adoptable, not prescriptive)
Security: strips 23 known AI provider API keys from sub-process
environment, forcing subscription-based auth and preventing key leakage.
2026-03-16 04:56:31 +00:00
Vincent Koc
986b772a89
Status: scope JSON plugin preload to configured channels
2026-03-15 20:05:54 -07:00
Peter Steinberger
d8b927ee6a
feat: add openshell sandbox backend
2026-03-15 20:03:22 -07:00
Peter Steinberger
bc6ca4940b
fix: drop duplicate channel setup import
2026-03-15 19:58:22 -07:00
Peter Steinberger
46482a283a
feat: add nostr setup and unify channel setup discovery
2026-03-15 19:58:22 -07:00
Peter Steinberger
84c0326f4d
refactor: move group access into setup wizard
2026-03-15 19:58:22 -07:00
Vincent Koc
d8e138c743
Gateway: add presence-only probe mode for status
2026-03-15 19:56:08 -07:00
Josh Avant
a2cb81199e
secrets: harden read-only SecretRef command paths and diagnostics ( #47794 )
...
* secrets: harden read-only SecretRef resolution for status and audit
* CLI: add SecretRef degrade-safe regression coverage
* Docs: align SecretRef status and daemon probe semantics
* Security audit: close SecretRef review gaps
* Security audit: preserve source auth SecretRef configuredness
* changelog
Signed-off-by: joshavant <830519+joshavant@users.noreply.github.com>
---------
Signed-off-by: joshavant <830519+joshavant@users.noreply.github.com>
2026-03-15 21:55:24 -05:00
Peter Steinberger
3f12e90f3e
fix(ci): repair security and route test fixtures
2026-03-15 19:54:00 -07:00
Peter Steinberger
65ec4843e8
fix: tighten outbound channel/plugin resolution
2026-03-16 02:52:01 +00:00
Peter Steinberger
a97e1e1611
fix(plugins): tighten lazy setup typing
2026-03-15 19:47:58 -07:00
Vincent Koc
fdfefcaa11
Status: skip unused channel issue scan in JSON mode
2026-03-15 19:43:42 -07:00
Vincent Koc
dd203c8eee
Zalouser: split setup adapter helpers
2026-03-15 19:39:38 -07:00
Peter Steinberger
b580d142cd
refactor(plugins): split lightweight channel setup modules
2026-03-15 19:38:19 -07:00
Vincent Koc
88b8151c52
Zalo: split setup adapter helpers
2026-03-15 19:37:25 -07:00
Tak Hoffman
b37085984d
fixed main?
2026-03-15 21:36:56 -05:00
Vincent Koc
61bcdcca9c
Feishu: split setup adapter helpers
2026-03-15 19:35:25 -07:00
Ayaan Zaidi
c08796b039
fix: add Telegram topic-edit action ( #47798 )
2026-03-16 08:03:22 +05:30
Ayaan Zaidi
ac5e97097e
fix(telegram): normalize topic-edit targets
2026-03-16 08:03:22 +05:30
Ayaan Zaidi
a516141bda
feat(telegram): add topic-edit action
2026-03-16 08:03:22 +05:30
Vincent Koc
0c9428a865
MSTeams: split setup adapter helpers
2026-03-15 19:32:48 -07:00
Vincent Koc
7212b5f01a
Matrix: split setup adapter helpers
2026-03-15 19:31:11 -07:00
Vincent Koc
ecc688d205
Google Chat: split setup adapter helpers
2026-03-15 19:29:19 -07:00
Peter Steinberger
acae0b60c2
perf(plugins): lazy-load channel setup entrypoints
2026-03-15 19:27:55 -07:00
Peter Steinberger
bcdbd03579
docs: refresh zh-CN model providers
2026-03-16 02:26:45 +00:00
Peter Steinberger
47a9c1a893
refactor: merge minimax bundled plugins
2026-03-16 02:26:45 +00:00
Vincent Koc
6513749ef6
Mattermost: split setup adapter helpers
2026-03-15 19:26:13 -07:00
Peter Steinberger
c8576ec78b
fix: resolve line setup rebase drift
2026-03-16 02:25:02 +00:00
Peter Steinberger
38abdea8ce
fix: restore ci type checks
2026-03-16 02:23:44 +00:00
Vincent Koc
6a2efa541b
LINE: split setup adapter helpers
2026-03-15 19:21:40 -07:00
Vincent Koc
c89527f389
Tlon: split setup adapter helpers
2026-03-15 19:19:28 -07:00
Peter Steinberger
c6950367fb
fix: allow plugin package id hints
2026-03-16 02:19:02 +00:00
Vincent Koc
067215629f
Telegram: split setup adapter helpers
2026-03-15 19:15:50 -07:00
Peter Steinberger
60bf58ddbc
refactor: trim onboarding sdk exports
2026-03-15 19:14:36 -07:00
Peter Steinberger
ec93398d7b
refactor: move line to setup wizard
2026-03-15 19:14:36 -07:00
Vincent Koc
9785b44307
IRC: split setup adapter helpers
2026-03-15 19:12:58 -07:00
Peter Steinberger
10f4a03de8
docs(google): remove stale plugin references
2026-03-16 02:11:19 +00:00
Peter Steinberger
2b57d3bb34
build(plugin-sdk): enforce export sync in check
2026-03-16 02:11:19 +00:00
Peter Steinberger
39aba198f1
fix(docs): run i18n through a local rpc client
2026-03-16 02:11:18 +00:00
Peter Steinberger
6987a3c8b5
docs(i18n): sync zh-CN google plugin references
2026-03-16 02:11:18 +00:00
Peter Steinberger
0a136f1b90
fix(docs): harden i18n prompt failures
2026-03-16 02:11:18 +00:00
Peter Steinberger
59940cb3ee
refactor(plugin-sdk): centralize entrypoint manifest
2026-03-16 02:11:18 +00:00
Peter Steinberger
92e765cdee
refactor(google): split oauth flow modules
2026-03-16 02:11:18 +00:00
Peter Steinberger
7c0cac2740
refactor(plugins): share bundled compat transforms
2026-03-16 02:11:18 +00:00
Peter Steinberger
bb76a90dd1
refactor(tests): share plugin registration helpers
2026-03-16 02:11:18 +00:00
Peter Steinberger
6b28668104
test(plugins): cover retired google auth compatibility
2026-03-16 02:11:18 +00:00