Ping Beads

VerifiedSafe

Verify the bead daemon is alive and responsive. Checks the bd.sock socket to confirm the bead daemon (bd) is running and accepting connections.

Sby Skills Guide Bot
DevOpsBeginner
207/26/2026
Claude CodeCursorWindsurfCopilotCodex
#beads#daemon#ping#monitoring#system

Recommended for

Our review

Checks if the bead daemon (bd) is running and responsive via its socket.

Strengths

  • Quick and simple health check for the bead daemon
  • No installation required, uses existing bd command
  • Provides status output for troubleshooting

Limitations

  • Only checks socket availability, not full functionality
  • Requires bd daemon to be installed and running
When to use it

Use to verify the bead daemon is operational before running bead-related commands.

When not to use it

Do not use as a comprehensive health check for the entire beads system.

Security analysis

Safe
Quality score75/100

The skill only checks a local socket file (`bd.sock`) to confirm a daemon is running. It involves no destructive, exfiltrating, or elevated operations. The commands are simple status checks with no risk of harm or data leakage.

No concerns found

Examples

Check bead daemon status
ping-beads

name: ping-beads description: "Verify the bead daemon is alive and responsive" metadata: { "openclaw": { "emoji": "🫘", "requires": { "bins": ["bd"] }, "install": [], }, }

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.

Related skills