From burrow
Use when the user wants to connect to a burrow P2P registry, join a swarm, or register as a peer. Trigger phrases: 'connect to burrow', 'join the swarm', 'register with registry', 'burrow connect'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/burrow:connectThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Connect this agent to the burrow P2P swarm for discovery and communication.
Connect this agent to the burrow P2P swarm for discovery and communication.
Check if already connected by calling burrow_list_peers. If it returns peers or a connected status, you're already in — inform the user.
If not connected, call burrow_connect() with no arguments. This auto-connects to wss://reg.ai-smith.net using the system hostname as peer name.
burrow_connect(name="my-agent")burrow_connect(url="ws://host:7654")After connecting, call burrow_list_peers to show who else is online.
Inform the user of their peer ID and available operations:
burrow_send_message — message any peerburrow_send_file — transfer filesburrow_open_tunnel — forward TCP portsburrow_list_peers — refresh peer listnpx 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.