Install
openclaw skills install cross-channel-cross-agent-sharingEnsure new capabilities gained from workspace-installed tools/packages are propagated across channels and agent sessions. Use when any tool/env/package install (e.g., venv, pip, npm, apt, binaries) unlocks new workflows and you need consistent cross-channel + cross-agent awareness via TOOLS.md updates, reusable skill updates, memory logging, and session notifications.
openclaw skills install cross-channel-cross-agent-sharingDetect capability change source:
Update TOOLS.md with operational facts:
Create or update a reusable skill when pattern is repeatable:
SKILL.mdscripts/ for deterministic stepsLog event in memory/YYYY-MM-DD.md:
Inform current conversation:
Propagate to active related sessions/agents:
sessions_sendUse bundled script to verify interpreter + modules before claiming capability:
scripts/check_capability.sh <python-bin> <module1> [module2 ...]
Example:
scripts/check_capability.sh ~/.openclaw/workspace/.venv-img/bin/python cv2 PIL numpy