Orche is a robust multi-agent orchestration framework that systematically executes complex tasks through a rigorous Query-Plan-Execute-Verify lifecycle.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install orche
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 orche using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Orche is a sophisticated orchestration engine designed for the Openclaw Skills ecosystem to solve common AI agent pitfalls like hallucinations, linear progression failures, and cost explosions. By utilizing a panel of specialized sub-agents—including Domain Experts, Advocates, and Critics—Orche ensures that every project is thoroughly planned and debated before a single line of execution begins.
The skill operates on a 4-phase architecture (Query, Plan, Execute, Verify) with strict phase gates. This ensures that the AI agent remains grounded in reality, following a 14-item hallucination checklist and maintaining state persistence even if the main session is disconnected. It is the ideal solution for developers needing high-reliability deliverables in research, analysis, or complex code refactoring.
To install Orche within your Openclaw Skills environment, clone or copy the skill file into your local skills directory:
# Create the skill directory
mkdir -p ~/.agents/skills/orche
# Copy the SKILL.md file
cp SKILL.md ~/.agents/skills/orche/SKILL.md
You can then trigger the engine using the /orche command followed by your task description.
Orche manages data in a structured workspace directory named orche-<taskId>. It utilizes a state file for recovery and organizes deliverables by phase:
| File/Directory | Description |
|---|---|
orche-state.json |
The primary state machine tracking phase, budget, and task status. |
requirements.md |
Finalized output from Phase 0 defining project scope. |
final-plan.md |
The debated and approved execution roadmap from Phase 1. |
tasks/ |
Contains sub-directories for each execution task and its respective outputs. |
verification/ |
Stores accuracy, completeness, and hallucination reports. |
/orche resume command.Loading
An advanced analytical engine that predicts optimal next steps for AI agent growth by identifying stagnation levels and innovation gaps.

A powerful AI agent skill for seamless file management, transfer, and sharing on Baidu Drive directly through natural language commands.

An expert system designed to 10x your productivity by optimizing prompts, designing automated workflows, and selecting the right AI tools.

An AI-powered aviation assistant for searching, booking, changing, and refunding domestic flights via Python-driven automation.

A specialized data analysis skill for performing complex period-over-period, year-over-year, and trend variance analysis on historical datasets.

A lightweight, zero-install security scanner that audits server configurations and provides executable one-click fixes.








































