PI
ping-beads
Verify the bead daemon is alive and responsive
Install
mkdir -p .claude/skills/ping-beads && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/16925" && unzip -o skill.zip -d .claude/skills/ping-beads && rm skill.zipInstalls to .claude/skills/ping-beads
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Verify the bead daemon is alive and responsive46 charsno explicit “when” trigger
About this skill
Ping Beads
Verify the bead daemon is alive and responsive. Checks the bd.sock socket to confirm the bead daemon (bd) is running and accepting connections.
Commands
# Check if the bead daemon is alive (checks bd.sock)
ping-beads
# Show detailed bead daemon status
ping-beads status
Install
No installation needed. bd is expected to be in PATH as part of the beads system.