o9k-update

o9k-update is a skill for Claude Code from Bumblebiber/its-over-9k. It costs 54 tokens per session (1,473 once invoked), scanned A, original, MIT.

A tool for checking whether installed o9k components and related frameworks have updates, and for applying approved safe updates.

In plain words
What is it for?
Use it to run an update report, apply safe npm-global updates after approval, and refresh host integrations when the stated conditions are met.
Why use it?
It shows what is out of date and separates checking for updates from changing installed files.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: reads .claude/ paths; mentions Claude Code; mentions Codex.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the o9k-core plugin — 5 skills, 1 hook shipped together

Good fit Use it to run an update report, apply safe npm-global updates after approval, and refresh host integrations when the stated conditions are met.

Compare 6 skills from other repositories ↓
Install

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.

Claude Code
/plugin marketplace add Bumblebiber/its-over-9k
Claude Code
/plugin install o9k-core

Made for: Claude Code.

Or install o9k-core, the plugin that ships this one along with the rest of its 5 skills, 1 hook.

Wrote 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.

agentmods badge for o9k-update

README.md
[![agentmods](https://agentmods.dev/badge/skills/bumblebiber/its-over-9k/o9k-update/github.svg)](https://agentmods.dev/skills/bumblebiber/its-over-9k/o9k-update)
Your own site
<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.

agentmods 80×15 button for o9k-update

Your own site · 80×15
<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>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,473 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 8d ago against content hash cdab99915efa, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

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.

plugins/o9k-core/skills/o9k-update/SKILL.md · 122 lines

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-9k npm package was just updated (auto-refresh — marketplace files on disk changed), or
  • O9K_REFRESH_HOSTS=on, or
  • you run --refresh-hosts separately.

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 o9k instead (Claude Code manages that clone; a manual pull could clobber it). After that marketplace update, always run:
    node "${CLAUDE_PLUGIN_ROOT}/scripts/update-check.mjs" --refresh-hosts
    
    Claude picks up new plugin hooks via CLAUDE_PLUGIN_ROOT; other hosts need this re-bake because wrappers bake absolute paths and skills are copies.
  • Plugins like superpowers / Ponytail/plugin owns 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

Read the full file on GitHub · 122 lines

Changes

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.

  1. 8d ago First seen · 122 lines · 54 tokens per session scan A cdab99915efa

Subscribe to this mod's changes

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.