A centralized coordination layer for managing tasks, messaging, and activity feeds across autonomous agent fleets.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install clawctl
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 clawctl using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
clawctl is a specialized coordination engine designed to synchronize the activities of multiple AI agents within a unified ecosystem. By providing a structured layer for task management, messaging, and real-time monitoring, it transforms individual agents into a cohesive fleet. This tool is critical for developers building complex workflows where inter-agent communication and task state tracking are required to maintain operational efficiency across various Openclaw Skills. It acts as the command center, ensuring every agent knows its role and current objectives through a shared database and standardized communication protocols.
To begin orchestrating your agents, initialize the database and configure your environment variables to establish your agent identity:
clawctl init
export CLAW_AGENT=your-name
export CLAW_DB=~/.openclaw/clawctl.db
The system utilizes a structured database to track task states, agent metadata, and communication history. The primary data points include:
| Attribute | Description |
|---|---|
| Task Status | Lifecycle stages including pending, claimed, in_progress, review, done, blocked, and cancelled. |
| Priority | Numeric levels (0, 1, 2) used to prioritize actionable items for the next command logic. |
| Metadata | JSON objects linked to tasks for storing file paths, artifact links, or custom session notes. |
| Message Type | Categorized communication types including handoffs, questions, alerts, and status updates. |
Loading
A high-performance AI agent skill for technical stock analysis, trend prediction, and automated market reporting.

A versatile command-line tool for downloading and transcribing videos from major platforms or local files into high-quality text.

A high-performance utility to convert PDF, DOC, DOCX, and PPTX documents into structured Markdown for AI agents.

A lightweight integration for sending outbound emails using the official Mailgun JS SDK and API.

A specialized CLI tool for batch extracting specific text segments from image filenames based on customizable delimiters and positions.

An AI-powered legal analysis tool that reviews contracts for risks, extracts key terms, and suggests redlines based on market standards.








































