/install cross-channel-cross-agent-sharing
Cross-Channel & Cross-Agent Skill Sharing
Execute this workflow whenever workspace capability changes
-
Detect capability change source:
- New package/tool installed in workspace
- Existing tool upgraded and behavior changed
- New env/interpreter path required for capability
-
Update
TOOLS.mdwith operational facts:- Exact runtime/interpreter path
- Install command
- Verify command
- Package versions
- One-line usage note
-
Create or update a reusable skill when pattern is repeatable:
- Add/adjust
SKILL.md - Add scripts under
scripts/for deterministic steps - Keep instructions concise and invocation-focused
- Prefer adding a verification script for fast capability checks
- Add/adjust
-
Log event in
memory/YYYY-MM-DD.md:- What changed
- How to verify
- Any limits/known caveats
-
Inform current conversation:
- Summarize new capability
- Show exact invocation command or trigger phrase
-
Propagate to active related sessions/agents:
- If likely relevant, send brief sync via
sessions_send - Include only invocation + critical caveat
- If likely relevant, send brief sync via
Required output format in chat (short)
- New capability: \x3Cwhat is newly possible>
- Use it with: \x3Cexact command / trigger>
- Scope: Applies to all channels and sessions using this workspace
- Caveat: \x3Cif any>
Quick Verification Helper
Use bundled script to verify interpreter + modules before claiming capability:
scripts/check_capability.sh \x3Cpython-bin> \x3Cmodule1> [module2 ...]
Example:
scripts/check_capability.sh ~/.openclaw/workspace/.venv-img/bin/python cv2 PIL numpy
Guardrails
- Do not assume global python/node paths; prefer workspace-scoped env paths
- Do not claim capability before running verify command
- Keep cross-session notices minimal to avoid spam
- If capability is channel-specific (provider restriction), state that explicitly
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cross-channel-cross-agent-sharing - 安装完成后,直接呼叫该 Skill 的名称或使用
/cross-channel-cross-agent-sharing触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Cross-Channel & Cross-Agent Skill Sharing 是什么?
Ensure new capabilities gained from workspace-installed tools/packages are propagated across channels and agent sessions. Use when any tool/env/package insta... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 105 次。
如何安装 Cross-Channel & Cross-Agent Skill Sharing?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cross-channel-cross-agent-sharing」即可一键安装,无需额外配置。
Cross-Channel & Cross-Agent Skill Sharing 是免费的吗?
是的,Cross-Channel & Cross-Agent Skill Sharing 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Cross-Channel & Cross-Agent Skill Sharing 支持哪些平台?
Cross-Channel & Cross-Agent Skill Sharing 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Cross-Channel & Cross-Agent Skill Sharing?
由 Gabriel(@skglau)开发并维护,当前版本 v0.1.1。