An intelligent execution layer for AI agents that eliminates waiting times through task classification and parallel sub-agent processing.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install parallel-responder
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 parallel-responder using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Parallel Responder is a high-performance skill designed to transform the AI interaction experience within the Openclaw Skills ecosystem. By adopting a zero-wait philosophy, it ensures that users receive immediate feedback regardless of task complexity. The skill functions as an orchestrator that analyzes incoming requests in real-time to determine the most efficient execution path.
Whether it is a simple status check or a complex multi-step data analysis project, Parallel Responder manages the lifecycle of the task by spawning sub-agents or providing periodic progress reports. This architecture prevents the main interaction thread from hanging, allowing users to continue their dialogue while background processes handle heavy lifting.
To integrate this capability into your Openclaw Skills environment, ensure your gateway supports session spawning. You can configure the classification logic via the following structure:
# Standard installation via the Openclaw CLI
openclaw install parallel-responder
Configure your thresholds in the skill settings:
{
"classification": {
"simple": { "maxTime": 5, "strategy": "direct" },
"medium": { "maxTime": 15, "strategy": "execute-and-report" },
"complex": { "maxTime": 30, "strategy": "sub-agent" }
}
}
The skill organizes execution data and metadata as follows:
| Component | Data Type | Description |
|---|---|---|
| Task Category | String | simple, medium, or complex classification |
| Estimation Object | JSON | Contains estimatedTime, confidence score, and complexity factors |
| Progress Report | Markdown | Dynamic template featuring percentage, current step, and remaining time |
| Performance History | Array | Log of historical execution times for adaptive learning adjustment |
Loading
A high-efficiency browser tool for extracting Telegram group chat history as formatted text without using screenshots or OCR.

A specialized Telegram Web automation skill that performs verified, serial check-ins across multiple groups based on your configuration.

A comprehensive email automation tool that enables AI agents to read, search, and send messages via standard IMAP and SMTP protocols.

An autonomous research orchestration engine that manages state, synthesis, and verification for Openclaw Skills.

A professional Python CLI tool providing instant access to real-time US stock market data, company fundamentals, and insider trading activity.

A powerful search integration for AI agents to fetch real-time web results across multiple engines via SerpAPI.








































