Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/rdsthomas/mission-control/mission-controlnpx skills add rdsthomas/mission-control --skill mission-controlgit clone --depth 1 https://github.com/rdsthomas/mission-controlWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/rdsthomas/mission-control/mission-control)<a href="https://agentmods.dev/skills/rdsthomas/mission-control/mission-control"><img src="https://agentmods.dev/badge/skills/rdsthomas/mission-control/mission-control.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00056 | $0.01708 |
| Opus 5 | $0.00028 | $0.00854 |
| Sonnet 5 | $0.00011 | $0.00342 |
| Haiku 4.5 | $0.00006 | $0.00171 |
Grade A, and why
mission-control scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 221 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Mission Control — Task Management for AI Assistants
A Kanban-style task board that you (the AI assistant) manage. Your human creates and prioritizes tasks via the web dashboard; you execute them automatically when they're moved to "In Progress".
🚀 Quick Start
Just say: "Set up Mission Control for my workspace"
The agent will:
- Check prerequisites (Tailscale, gh CLI)
- Copy dashboard files to your workspace
- Create the config file (
~/.clawdbot/mission-control.json) - Install the webhook transform
- Set up GitHub webhook
- Push to GitHub and enable Pages
That's it. The agent handles everything.
Prerequisites
Before setup, you need:
| Requirement | Check | Install |
|---|---|---|
| Tailscale | tailscale status |
brew install tailscale or tailscale.com/download |
| Tailscale Funnel | tailscale funnel status |
tailscale funnel 18789 (one-time) |
| GitHub CLI | gh auth status |
brew install gh && gh auth login |
If any are missing, tell the agent — it will guide you through installation.
How It Works
- Dashboard — Web UI hosted on GitHub Pages where humans manage tasks
- Webhook — GitHub sends push events to Clawdbot when tasks change
- Transform — Compares old vs new tasks.json, detects status changes
- Auto-Processing — When a task moves to "In Progress", the agent starts working
The Flow
Human moves task → GitHub push → Webhook → Transform → Agent receives work order
↓ ↓
Dashboard Executes task
↓ ↓
Agent updates status ← Commits changes ← Marks subtasks done ←─┘
Task Structure
Tasks live in <workspace>/data/tasks.json:
{
"id": "task_001",
"title": "Implement feature X",
"description": "Detailed context for the agent",
"status": "backlog",
"subtasks": [
{ "id": "sub_001", "title": "Research approach", "done": false },
{ "id": "sub_002", "title": "Write code", "done": false }
],
"priority": "high",
"dod": "Definition of Done - what success looks like",
"comments": []
}
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 221 lines · 56 tokens per session scan A 5dfdfad27e0f
mission-control is a skill published in the GitHub repository rdsthomas/mission-control (23 stars, last pushed 6mo ago), licensed MIT. It adds 56 tokens to every session and 1,708 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
linear
Manage Linear issues, projects, and teams via the GraphQL API. Create, update, search, and organize issues. Uses API key auth (no OAuth needed). All operations via curl — no dependencies.
notion
Notion API for creating and managing pages, databases, and blocks via curl. Search, create, update, and query Notion workspaces directly from the terminal.
kanban-board
To do / In progress / In review / Done 四列, 卡片 + 头像 + 泳道.
github-issues
Create, manage, triage, and close GitHub issues. Search existing issues, add labels, assign people, and link to PRs. Works with gh CLI or falls back to git + GitHub REST API via curl.
trello
Manage Trello boards, lists, and cards via the Trello REST API.
things-mac
Manage Things 3 via the things CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database). Use when a user asks OpenClaw to add a task to Things, list inbox/today/upcoming, search tasks, or inspect projects/areas/tags.