A sophisticated multi-agent coordinator that delegates complex tasks to a pool of five specialized sub-agents using round-robin scheduling.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install respond-first
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 respond-first using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Respond-First is a high-level orchestration skill designed for Openclaw Skills that transforms a standard AI agent into a dedicated command and control center. Instead of performing technical execution like file manipulation or code running directly, the dispatcher acts as a pure coordinator. It manages a persistent pool of five specialized sub-agents—Alpha, Bravo, Charlie, Delta, and Echo—each optimized for specific types of work ranging from heavy computation to research and bug fixing.
By utilizing this skill, developers can create complex multi-agent workflows where the main interface remains responsive and communicative while specialized workers handle the heavy lifting in the background. This architecture ensures high-quality output by routing tasks to the sub-agent best suited for the job, maintaining state through permanent session keys within the Openclaw Skills ecosystem.
To deploy Respond-First within your Openclaw Skills environment, ensure your main agent has the dispatcher skill enabled and access to the session management tools. Use the following configuration steps:
# Ensure your agent environment supports persistent sessions
# Add the respond-first skill to your skill manifest
openclaw install respond-first
No additional credentials are required beyond the standard agent permissions, as the skill leverages internal session routing via fixed keys (alpha, bravo, charlie, delta, echo).
The Respond-First skill utilizes a specific JSON schema for delegating work to sub-agents within Openclaw Skills. The dispatcher organizes data according to the following structure:
| Field | Type | Description |
|---|---|---|
| task | String | A complete, self-contained description of the work including all necessary context. |
| sessionKey | String | One of the five reserved keys: alpha, bravo, charlie, delta, echo. |
| runTimeoutSeconds | Integer | Always set to 300 to ensure consistent execution windows. |
Each sub-agent maintains its own persistent session state identified by its sessionKey, allowing for sequential tasks to build upon previous work within that specific agent's context.
Loading
A Naruto-themed multi-agent system that ranks and dispatches missions to specialized sub-agents for efficient task execution.

A comprehensive search and installation tool for discovering agent capabilities across multiple major skill registries.

A specialized CLI tool for reading, creating, and managing macOS Contacts via the native CNContactStore API.

A strategic content creation tool that transforms raw ideas into high-performing, persuasive LinkedIn posts using proven narrative frameworks.

A proactive protocol granting AI agents full authority to autonomously modify their own configurations, skills, and memory without user intervention.

SnapOG is a high-performance API for generating professional social media images, OG cards, and marketing visuals from customizable templates.








































