From burrow
Use when the user asks about swarm status, connected peers, active tunnels, or burrow network health. Trigger phrases: 'swarm status', 'who is online', 'show peers', 'network status', 'burrow status'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/burrow:swarm-statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show the current state of the burrow P2P swarm connection.
Show the current state of the burrow P2P swarm connection.
Call burrow_list_peers to get the current peer list.
Present a clear status summary:
wss://reg.ai-smith.netIf disconnected, call burrow_connect() to auto-join the public registry at wss://reg.ai-smith.net, then list peers again.
Format output as a clean, readable summary — not raw JSON.
npx claudepluginhub slapglif/burrowCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.