← Back to Skills
Communication

ping-beads

xejrax By xejrax 👁 30 views ▲ 0 votes

Verify the bead daemon is alive and responsive

GitHub
---
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

```bash
# 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.
communication

Comments

Sign in to leave a comment

Loading comments...