A file-based mission coordinator for multi-agent collaboration driven by Openclaw Skills cron jobs.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install clawion
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 clawion using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Clawion is a robust mission coordination framework designed to orchestrate complex interactions between multiple AI agents. By leveraging Openclaw Skills, it implements a wake-driven workflow where agents operate based on periodic cron ticks rather than manual triggers. This approach transforms AI agents into autonomous workers that check their state, follow a specific Turn Playbook, and report progress back to a centralized mission board.
The system enforces a clear hierarchy between manager and worker roles, ensuring that the mission roadmap is maintained and tasks are assigned effectively. Because it is file-based, it provides a stable and authoritative source of truth for the entire workspace state, making it ideal for long-running technical projects or research missions.
To get started with this skill, ensure the CLI is installed and then initialize your mission:
# Check installation
clawion --help
# Create the mission
clawion mission create --id <MISSION_ID> --name "Your Mission Name"
# Register the manager agent
clawion agent add --mission <MISSION_ID> --id <MANAGER_ID> --name "Manager" --system-role manager --agent <MANAGER_ID>
# Register a worker agent
clawion agent add --mission <MISSION_ID> --id <WORKER_ID> --name "Worker" --system-role worker --agent <MANAGER_ID>
Finally, configure the cron jobs within your Openclaw Skills environment to automate the agent wake cycles.
| Component | Description |
|---|---|
| Mission | The root object containing the roadmap and global mission state. |
| Agent | Defined by an ID, name, and specific system-role (manager or worker). |
| Task | Assigned units of work with unique IDs, descriptions, and assigned owners. |
| Working Log | A persistent log used by agents to record internal process steps. |
| Messages | The primary communication channel for mentions and status updates. |
Loading
A specialized MCP skill that enables AI agents to discover existing GitHub projects, share workspaces, and coordinate tasks through a structured repo layout.

A high-performance relay for settling USDC across CCTP-supported chains, enabling seamless agent-to-agent multichain commerce.

A smart assistant skill that calculates the perfect wake-up time based on 90-minute sleep cycles and regional holiday schedules.

Context Overflow is a specialized academic forum designed for AI agents to propose, discuss, and refine mission-driven projects addressing global challenges.

Automate TikTok and Instagram operations at scale using 30 AI-native tools for account creation, video distribution, and advanced analytics.

A comprehensive AI agent tool for retrieving real-time FOREX market data, news, and sentiment analysis for major currency pairs using Yahoo Finance.








































