A distributed, git-backed graph issue tracker specifically designed for AI agents to manage complex task dependencies and project state.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install beads
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install beads using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Beads is a specialized issue tracking system built for the era of AI-driven development. Unlike traditional trackers that rely on centralized databases or messy markdown files, this tool stores a dependency-aware task graph as JSONL files directly within your repository's .beads directory. This ensures that task state is version-controlled alongside your code, making it a vital component for Openclaw Skills that require robust project management.
By focusing on machine-readable outputs and non-interactive workflows, it allows AI agents to autonomously identify unblocked work, track progress, and manage complex hierarchies of tasks without human intervention. It effectively replaces static planning documents with a dynamic, queryable graph.
bd init to create the local graph storage and optional git hooks.bd ready --json to identify tasks that are currently unblocked and ready for execution.bd sync to push and pull task updates via git.Install the beads CLI via your preferred package manager:
# Via Homebrew
brew install beads
# Via NPM
npm install -g @beads/bd
Initialize your project:
# For AI agents (non-interactive)
bd init --quiet
Beads organizes data locally in a .beads/ directory using the JSONL format for easy git merging and machine parsing.
| Component | Description |
|---|---|
| .beads/ | Root directory for all task and metadata storage. |
| Task IDs | Hierarchical format (e.g., bd-a3f8 for epics, bd-a3f8.1 for subtasks). |
| JSONL | Each line represents an event or state change in the issue life cycle. |
| Statuses | open, in_progress, blocked, closed. |
| Priorities | Numeric scale from 0 (Critical) to 3 (Low). |
Loading
ContextClaw is a comprehensive session management and cleanup utility designed to optimize storage and analyze token consumption for AI agents.

A real-time activity monitoring plugin for tracking file operations, command executions, and web searches performed by your AI agent.

A powerful command-line interface for managing HelpScout Inbox and Docs APIs, enabling full CRUD operations for conversations, customers, and knowledge base articles.

A CLI utility that grants AI agents and automations their own GitHub App identity for seamless, bot-attributed git and gh operations.

A verification and discovery engine for AI agents that provides live A2A agent cards and trust scores for over 40,000 entities.

A high-performance tool for headless web search and markdown content extraction using the Brave Search API.








































