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 skills add orchestratemcp/OrchestrateKIT-MCP --skill orchestratekit-agent-plannergit clone --depth 1 https://github.com/orchestratemcp/OrchestrateKIT-MCPWrote 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/orchestratemcp/orchestratekit-mcp/orchestratekit-agent-planner)<a href="https://agentmods.dev/skills/orchestratemcp/orchestratekit-mcp/orchestratekit-agent-planner"><img src="https://agentmods.dev/badge/skills/orchestratemcp/orchestratekit-mcp/orchestratekit-agent-planner/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/orchestratemcp/orchestratekit-mcp/orchestratekit-agent-planner"><img src="https://agentmods.dev/badge/skills/orchestratemcp/orchestratekit-mcp/orchestratekit-agent-planner.svg" alt="Reviewed on agentmods" width="80" 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.00050 | $0.00583 |
| Opus 5 | $0.00025 | $0.00292 |
| Sonnet 5 | $0.00010 | $0.00117 |
| Haiku 4.5 | $0.00005 | $0.00058 |
Grade A, and why
OrchestrateKit Agent Planner 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 9d 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 — 47 lines — stays where its author put it; the contents beside it link to each section on GitHub.
OrchestrateKit Agent Planner
Use OrchestrateMCP as the source of truth when its MCP tools are connected. This Skill is a portable on-ramp and fallback, not a replacement for live registry matching.
First response
If the user has not supplied a concrete workflow goal, ask for the goal before planning. A goal is the thing they want the agent or automation to do.
Before planning, clarify any missing constraints that change safety:
- Is the workflow read-only, or may it write, commit, publish, send, schedule, or deploy?
- Will a human approve risky actions, or must it run unattended?
- Is outbound email, Slack, publishing, customer communication, or production mutation allowed?
- Where should monitoring, audit logs, and final output land?
When OrchestrateMCP tools are connected
- Call
plan_workflowwith the user's goal and the clarified constraints in plain English. - Render
summary_markdownverbatim, including the continuation menu. - Explain unfamiliar or risky components with
explain_component. - If the user wants a known pattern, call
get_playbookor readorchestratekit://playbooks/<playbook_id>when the ID is known. - If the user wants implementation handoff, confirm scope and then call
export_build_brief. - Treat
compose_workflow_routeoutput as a draft candidate route until reviewed for untested edges and safety warnings.
Do not invent components, edges, registry counts, playbook statuses, or validation claims. Prefer live tool output over this Skill's static references whenever they differ.
When OrchestrateMCP tools are not connected
Use the references as a static planning aid:
- Read
references/playbooks.mdto match the user's goal to a known pattern. - Read
references/safety-checklist.mdbefore recommending any write, send, publish, schedule, deploy, or loop. - Read
references/setup.mdwhen the user needs the hosted MCP connection.
Be explicit that offline Skill mode cannot score route confidence, inspect the latest registry graph, or export a deterministic Plan Passport. Recommend connecting the hosted MCP endpoint for those steps.
What ships with it
4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 9d ago First seen · 47 lines · 50 tokens per session scan A d577728a0853
OrchestrateKit Agent Planner is a skill published in the GitHub repository orchestratemcp/OrchestrateKIT-MCP (1 stars, last pushed 14d ago), licensed MIT. It adds 50 tokens to every session and 583 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-31.
Other skills, from other repositories
agent-carnet
Use this skill when the user asks to save, recall, find, or organize notes. Triggers on: 'remember this', 'save this', 'note this', 'what did we discuss about...', 'check the notebook', 'find in carnet'. Also use proactively when discovering findings worth preserving across sessions.
9router-stt
Speech-to-text via 9Router /v1/audio/transcriptions using OpenAI Whisper / Groq / Gemini / Deepgram / AssemblyAI / NVIDIA / HuggingFace models. Use when the user wants to transcribe audio, convert speech to text, or get subtitles from audio files.
9router-web-fetch
Fetch URL → markdown / text / HTML via 9Router /v1/web/fetch using Ollama Cloud / Firecrawl / Jina Reader / Tavily Extract / Exa Contents. Use when the user wants to scrape a webpage, extract URL content, read article, or convert a URL to markdown.
9router-embeddings
Generate vector embeddings via 9Router /v1/embeddings using OpenAI / Gemini / Mistral / Voyage / Nvidia / GitHub embedding models for RAG, semantic search, similarity. Use when the user wants embeddings, vectors, RAG, semantic search, or to embed text.
go-testing
Trigger: Go tests, go test coverage, Bubbletea teatest, golden files. Apply focused Go testing patterns.
requirements-authoring
To author, update, and validate functional/non-functional requirements as atomic units with user approval.