0
—
In review
Synced today
What it does
Verify the bead daemon is alive and responsive
Skill profile
Claude Code · Codex · OpenClaw
Keep exploring
More options in Dev Tools.
Python
Updated 2/11/2026
Agent compatibility
Compatibility has not been reviewed for this listing yet. Check the publisher documentation before installing.
Installation
npx skills add https://github.com/Trompetilla/Skills --skill ping-beadsReview source code and installation permissions before adding third-party tools to an agent.
ping-beads is organized in the Dev Tools category. Compare its source, install method, and compatibility before adding it to your workflow.
Third-party agent tools may access source code, credentials, or browser sessions. Read the source documentation and use the minimum permissions needed.
npx skills add https://github.com/Trompetilla/Skills --skill ping-beadsSKILL.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
```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.
skill
mattpocock
A tool that automates setting up Husky pre-commit hooks with lint-staged, Prettier formatting, type checking, and tests in a code repository.