update

update is a skill for Claude Code, Codex from Q00/ouroboros. It costs 14 tokens per session (996 once invoked), scanned A, original, MIT.

An update command for Ouroboros, the software being managed here. It checks whether a newer version is available and can install it while preserving the existing installation setup.

In plain words
What is it for?
Use it to check for updates and, after confirmation, upgrade Ouroboros; users of both Claude Code and Codex can refresh both integrations.
Why use it?
It avoids manual upgrade steps and makes the update process follow the tool's configured installation and environment.

Skill for Claude CodeCodex

Part of the ouroboros plugin — 22 skills, 21 agents, 3 hooks, 1 MCP server shipped together

Install

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.

agentmods
npx agentmods add skills/q00/ouroboros/update
Any agent
npx skills add Q00/ouroboros --skill update
Clone the repo
git clone --depth 1 https://github.com/Q00/ouroboros

Made for: Claude Code, Codex.

Or install ouroboros, the plugin that ships this one along with the rest of its 22 skills, 21 agents, 3 hooks, 1 MCP server.

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 update

README.md
[![agentmods](https://agentmods.dev/badge/skills/q00/ouroboros/update.svg)](https://agentmods.dev/skills/q00/ouroboros/update)
Your own site
<a href="https://agentmods.dev/skills/q00/ouroboros/update"><img src="https://agentmods.dev/badge/skills/q00/ouroboros/update.svg" alt="Measured on agentmods" height="20"></a>
Per session 14 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 996 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00014 $0.00996
Opus 5 $0.00007 $0.00498
Sonnet 5 $0.00003 $0.00199
Haiku 4.5 $0.00001 $0.00100

Measured 4d ago against content hash 353d36929ecb, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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 4d 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.

skills/update/SKILL.md · 111 lines

How it starts

The opening of the file, as written. The whole thing — 111 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/ouroboros:update

Check for updates and upgrade Ouroboros without changing the installation's manager, environment, or optional-dependency profile.

Usage

ooo update
/ouroboros:update

Trigger keywords: "ooo update", "update ouroboros", "upgrade ouroboros"

Instructions

When the user invokes this skill:

  1. Use the native command as the single source of truth:

    ouroboros update --check
    
    • If it reports up to date, report that result and stop.

    • If it reports an update available, ask the user to choose Update now or Skip.

    • If the user chooses Update now, run:

      ouroboros update --yes
      

      When the user actively uses both Claude Code and Codex, refresh both host integrations without changing the configured execution backend:

      ouroboros update --yes --runtime all
      

    Show the command's result. The native updater binds the package upgrade and post-update setup to one receipt-backed installation identity: manager, environment, recorded profile, and environment-local console script.

  2. If the check exits unsuccessfully but ouroboros update --help works, report the native error and stop. Do not replace it with a manual updater. In particular, do not infer ownership from global uv tool list, pipx list, PATH order, directory names, or the active agent runtime.

  3. If ouroboros update --help does not work, this is a legacy installation that predates the receipt-bound updater. Fail closed:

    • A read-only ouroboros --version check is allowed.
    • Explain that the old skill cannot prove the original manager, environment, and extras/profile, so it will not mutate the installation.
    • Ask the user to rerun the exact original install command (including its ouroboros-ai[...] extras and custom manager root) to reach a version with the native updater.
    • If the user does not know that identity, recommend a fresh isolated install rather than guessing.
    • Do not run package upgrades, plugin refreshes, or setup commands from this legacy path.

Read the full file on GitHub · 111 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. 4d ago First seen · 111 lines · 14 tokens per session scan A 353d36929ecb

Subscribe to this mod's changes

update is a skill published in the GitHub repository Q00/ouroboros (5,747 stars, last pushed 2d ago), licensed MIT. It adds 14 tokens to every session and 996 once invoked, about $0.0001 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.