Skip to main content
Back to registry

openclaw-mission-control

0xindiebruh/openclaw-mission-control-skill

Coordinate a team of AI agents using a Kanban-style task board with HTTP API.

Installs165
Install command
npx skills add https://github.com/0xindiebruh/openclaw-mission-control-skill --skill openclaw-mission-control
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Coordinate a team of AI agents using a Kanban-style task board with HTTP API. Mission Control lets you run multiple AI agents that collaborate on tasks: The board runs at . Edit lib/config.ts to define your agent team: Initialize the agents in the database: This creates agent records from your lib/config.ts configuration. Safe to run multiple times — it only adds missing agents. Add each agent to your ~/.openclaw/config.json : Key fields: Each worker agent needs a HEARTBEAT.md in their agentDir : Mark as read when done. Priority: urgent , high , medium , low Actions: picked , progress , blocked , completed Deliverables render as markdown in the task view. Create .env in your Mission Control app directory (optional): All data is stored locally in the data/ directory: Add data/ to your .gitignore — user data shouldn't be committed. Lead creates task: Lead moves to todo: Writer picks up via heartbeat: Writer completes: Lead reviews and approves: - Team Lead : Creates and assigns tasks, reviews completed work - Worker Agents : Poll for tasks via heartbeat, execute work, log progress - Kanban Board : Visual task management at - HTTP API : Agents interact via REST endpoints - Local Storage : All data stored in JSON files — no external database needed - id : Unique agent identifier (must match an agent ID in lib/config.ts ) - workspace : Agent's working directory for files - agentDir...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does openclaw-mission-control do?

Coordinate a team of AI agents using a Kanban-style task board with HTTP API.

Is openclaw-mission-control good?

openclaw-mission-control does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does openclaw-mission-control work with?

openclaw-mission-control currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to openclaw-mission-control?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install openclaw-mission-control?

npx skills add https://github.com/0xindiebruh/openclaw-mission-control-skill --skill openclaw-mission-control

Related skills

Alternatives in Software Engineering