6.5k★by xejrax
ping-beads – OpenClaw Skill
ping-beads is an OpenClaw Skills integration for data analytics workflows. Verify the bead daemon is alive and responsive
Skill Snapshot
| name | ping-beads |
| description | Verify the bead daemon is alive and responsive OpenClaw Skills integration. |
| owner | xejrax |
| repository | xejrax/ping-beads |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @xejrax/ping-beads |
| last updated | Feb 7, 2026 |
Maintainer

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.
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install ping-beads?
Run openclaw add @xejrax/ping-beads in your terminal. This installs ping-beads into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/xejrax/ping-beads. Review commits and README documentation before installing.
