Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add Bumblebiber/its-over-9k/plugin install o9k-coreWrote 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/bumblebiber/its-over-9k/o9k-guide)<a href="https://agentmods.dev/skills/bumblebiber/its-over-9k/o9k-guide"><img src="https://agentmods.dev/badge/skills/bumblebiber/its-over-9k/o9k-guide.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.00119 | $0.00961 |
| Opus 5 | $0.00060 | $0.00481 |
| Sonnet 5 | $0.00024 | $0.00192 |
| Haiku 4.5 | $0.00012 | $0.00096 |
Grade A, and why
o9k-guide 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 7d 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 — 68 lines — stays where its author put it; the contents beside it link to each section on GitHub.
o9k-guide — The One-Minute Orientation
o9k's promise to the human: you don't have to do or know anything — the agent runs it. This guide covers the small remainder that automation can't do, and only that. Personalize it: run the detector first, then tell the user only what applies to their setup.
Step 1 — detect the actual setup
node "${CLAUDE_PLUGIN_ROOT}/scripts/o9k-guide.mjs"
Read-only, instant. Gives you: installed pillars, memory backend, detected companions, open arbitrations, gaps.
Step 2 — present the guide
Match the user's language. Keep it to ~a screen. Structure:
1. "Runs by itself" (always say this first). One short paragraph: the agent compresses its output, loads only the code it needs, offloads noisy searches, and saves state to memory before anything is lost — automatically, every session, via hooks. There is nothing to invoke and nothing to learn.
2. "One-time actions" (only the ones the report flags). The full list of things automation genuinely can't do — omit every line the report shows as already done:
| Gap in report | Tell the user |
|---|---|
| No memory backend | /o9k-init picks TIM (npm i -g tim-cli && tim init), hmem (npm i -g hmem-mcp && hmem init), or a custom MCP — without one, sessions start from zero. |
| Missing pillar(s) | /plugin install <name>@o9k for each. |
Stock superpowers dispatching-parallel-agents still enabled |
team-up owns dispatch by default — offer to disable the superpowers dispatch skill. |
| Two memory backends | Say which one wins (TIM preferred by hooks) and offer to remove the other. |
| Wants the companion stack | install/o9k-companions.sh recommended (dry run first — the companion-bundles skill handles it). |
Whenever a fix is something you can execute (an install command, a config edit), offer to do it right now — the user should never have to copy-paste.
3. "On demand" (max 5 lines — human-facing; agents still obey pillar rules).
/o9k-init— guided setup/reconfiguration: companions, git, conflict resolution with migration. The fix-everything path when gaps pile up./o9k-stats— proof the savings are real, measured from session logs./o9k-update— check pillars & companions for updates, apply the safe ones./o9k-guide— this orientation, any time.framework-scoutskill — scouts GitHub for new companion frameworks.- Multi-agent roster (only when the
team-upcompanion is installed): cross-CLI workers via mailbox runs — seedocs/MULTI-AGENT.md. Tell the human they can ignore this if they never installed team-up; if a roster exists, you must usedispatchpath B for every external CLI spawn (runs create + --run-id + watcher) — not optional for agents. - Settings, only if asked:
O9K_UPDATE_CHECK=off|notify|auto(update policy), kill switchesO9K_CORE_HOOK=off,O9K_MEMORY_HOOK=off.
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.
- 7d ago First seen · 68 lines · 119 tokens per session scan A 2e5778fb081f
o9k-guide is a skill published in the GitHub repository Bumblebiber/its-over-9k (0 stars, last pushed 10d ago), licensed MIT. It adds 119 tokens to every session and 961 once invoked, about $0.0006 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
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
next-cache-components-optimizer
Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…
next-partial-prefetching-adoption
Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…
chronicle
Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…