Channel team local
Lionclaw is a local control plane for AI coding agents. It runs AI agents as durable, auditable workers with explicit state, skills, channels, schedules, and bounded permissions.
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.
What its author says it does
Copied from the file, not written here
First-party LionClaw channel for local project instance communication.
SKILL.md
0.7 KB, 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.