skills$openclaw/ping-beads
xejrax6.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

6.5k stars4.5k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

nameping-beads
descriptionVerify the bead daemon is alive and responsive OpenClaw Skills integration.
ownerxejrax
repositoryxejrax/ping-beads
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @xejrax/ping-beads
last updatedFeb 7, 2026

Maintainer

xejrax

xejrax

Maintains ping-beads in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
272 B
SKILL.md
630 B
SKILL.md

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.

README.md

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.