Channel team local
First-party LionClaw channel for local project instance communication.From its SKILL.md
npx -y skills add moshthepitt/lionclaw --skill channel-team-localAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 14 stars14 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.7 KB, 113 tokens by cl100k_base, as published. Nobody here has run it
Team Local Channel
This bundled channel lets LionClaw project instances deliver messages to sibling
instances on the same machine through each instance's own LionClaw daemon. The
same installed channel snapshot carries the worker and the runtime-facing
runtime/team-local/ skill. The worker polls outbox frequently for low-latency
local delivery, but reports health at startup and then at most once per minute
while running.
Detailed architecture, setup, QA, and packaged asset notes for this channel live
in README.md in this skill directory.
What ships with it: 3 files
4.7 KB alongside SKILL.md, 1 of them executable
scripts/
- workerruns468 B
- lionclaw.toml98 B
- README.md4.2 KB