An always-on autonomous development orchestrator that triages requests, decomposes complex tasks, and manages multi-model parallel execution.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install claw-conductor
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 claw-conductor using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Claw Conductor is a sophisticated orchestration layer designed to streamline autonomous development within the ecosystem of Openclaw Skills. It acts as an intelligent intermediary that monitors communication channels, such as Discord, to automatically map user requests to specific project workspaces without requiring explicit invocation.
By utilizing an advanced triage system, Claw Conductor distinguishes between simple informational queries and intensive development tasks. For complex projects, it performs high-level decomposition, creates dependency graphs, and routes subtasks to the most capable AI models based on a proprietary scoring algorithm. This ensures that every part of a build, from database schemas to frontend components, is handled by the optimal agent.
To integrate this tool into your environment for Openclaw Skills, follow these steps:
cd ~/.openclaw/skills
git clone https://github.com/johnsonfarmsus/claw-conductor.git
cd claw-conductor
./scripts/setup.sh
After installation, configure your config/agent-registry.json to define your available AI models, their capability ratings (0-5), and cost tracking preferences.
The skill organizes its operations through a centralized configuration and logging system:
| Component | Description |
|---|---|
| agent-registry.json | Defines model providers, context windows, cost per million tokens, and capability scores across 23 categories. |
| execution-log.json | Tracks the lifecycle of every task, including decomposition results, model selection, and success/failure logs. |
| Task Taxonomy | Categorizes work into specific types such as api-development, database-operations, and security-fixes. |
| Workspace Mapping | Maps Discord channel IDs to physical file paths on the host system (e.g., /root/projects/project-name). |
Loading
A powerful research skill that scrapes the last 30 days of social media and web data to turn you into an instant expert on any topic.

A specialized orchestration layer that processes web fetch results into privacy-compliant, normalized markdown for AI agents.

Swarmind is a collaborative task management skill that enables AI agents and humans to work together through a structured Kanban workflow and secure API-driven orchestration.

A multi-agent collaborative task management system featuring a Kanban workflow for seamless agent-to-agent and human-agent interaction.

A comprehensive command-line interface for installing, configuring, and scaling ComfyUI instances and their ecosystem of nodes and models.

A comprehensive CLI tool for Beeper Desktop that enables programmatic access to chats, messages, and contact management.








































