/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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cross-channel-cross-agent-sharing - After installation, invoke the skill by name or use
/cross-channel-cross-agent-sharing - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 105 downloads so far.
How do I install Cross-Channel & Cross-Agent Skill Sharing?
Run "/install cross-channel-cross-agent-sharing" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Cross-Channel & Cross-Agent Skill Sharing free?
Yes, Cross-Channel & Cross-Agent Skill Sharing is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Cross-Channel & Cross-Agent Skill Sharing support?
Cross-Channel & Cross-Agent Skill Sharing is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Cross-Channel & Cross-Agent Skill Sharing?
It is built and maintained by Gabriel (@skglau); the current version is v0.1.1.