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-update)<a href="https://agentmods.dev/skills/bumblebiber/its-over-9k/o9k-update"><img src="https://agentmods.dev/badge/skills/bumblebiber/its-over-9k/o9k-update/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/bumblebiber/its-over-9k/o9k-update"><img src="https://agentmods.dev/badge/skills/bumblebiber/its-over-9k/o9k-update.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.00054 | $0.01473 |
| Opus 5 | $0.00027 | $0.00737 |
| Sonnet 5 | $0.00011 | $0.00295 |
| Haiku 4.5 | $0.00005 | $0.00147 |
Grade A, and why
o9k-update 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 8d 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 — 122 lines — stays where its author put it; the contents beside it link to each section on GitHub.
o9k-update — Keep the Stack Current
o9k checks its dependencies for updates automatically in the background (once per
O9K_UPDATE_INTERVAL_HOURS, default 24h) and mentions anything updatable at
session start. This skill is the on-demand and apply path.
Check now (read-only)
node "${CLAUDE_PLUGIN_ROOT}/scripts/update-check.mjs" --report
Forces a fresh check (ignores the cache) and prints: each npm-global companion's installed→latest version, both o9k channels (npm global package + git marketplace clone), and the exact commands to apply. Nothing is changed.
Apply the safe updates
Only after showing the report and getting a yes (unless the user has already
opted into O9K_UPDATE_CHECK=auto):
node "${CLAUDE_PLUGIN_ROOT}/scripts/update-check.mjs" --apply
Scope: --apply only updates npm-global CLIs (including its-over-9k
when installed via npm i -g its-over-9k). Host configs (Codex/Cursor/
OpenCode/Hermes hook wiring, skills) are touched when:
- the
its-over-9knpm package was just updated (auto-refresh — marketplace files on disk changed), or O9K_REFRESH_HOSTS=on, or- you run
--refresh-hostsseparately.
Every file --refresh-hosts writes gets a .o9k-bak backup first.
It deliberately does not touch:
- Claude marketplace plugins / git clone — run
/plugin marketplace update o9kinstead (Claude Code manages that clone; a manual pull could clobber it). After that marketplace update, always run:
Claude picks up new plugin hooks vianode "${CLAUDE_PLUGIN_ROOT}/scripts/update-check.mjs" --refresh-hostsCLAUDE_PLUGIN_ROOT; other hosts need this re-bake because wrappers bake absolute paths and skills are copies. - Plugins like superpowers / Ponytail —
/pluginowns those. - git/uvx tools (Serena) — already always-latest via
uvx; npx-based MCPs (Context7) too. Nothing to pin.
Two o9k install channels
| Channel | How installed | Update path |
|---|---|---|
| npm | npm i -g its-over-9k |
--apply runs npm i -g its-over-9k@latest, then auto --refresh-hosts |
| git marketplace | /plugin marketplace add Bumblebiber/its-over-9k |
/plugin marketplace update o9k, then --refresh-hosts |
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.
- 8d ago First seen · 122 lines · 54 tokens per session scan A cdab99915efa
o9k-update is a skill published in the GitHub repository Bumblebiber/its-over-9k (0 stars, last pushed 11d ago), licensed MIT. It adds 54 tokens to every session and 1,473 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
orbit-notion
Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…
Cortex
Operate Cortex, the LifeOS memory system — the typed Knowledge Archive (People, Companies, Ideas, Research with typed related: links) plus recall of prior work sessions, ISAs, and conversations. Search, add, harvest, develop, ingest, distill, graph-navigate, recall. USE WHEN cortex, knowledge, knowledge base, search…
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
pinchtab-mcp
Use this skill when a task requires browser automation through PinchTab's MCP server connected to a remote browser instance. Covers navigation, element interaction, data extraction, form filling, multi-step flows, and session management via MCP tools.
peekaboo
Capture and automate macOS UI with the Peekaboo CLI.
mochi-remind
Handle due reminders — notify the user with natural language and mark them done.