update-to-latest

update-to-latest is a skill for Claude Code, Codex from EZotoff/ez-omo-config. It costs 33 tokens per session (6,381 once invoked), scanned A, original, MIT.

A guided process for checking and applying OpenCode or OMO updates, with a person approving the change before it runs.

In plain words
What is it for?
It helps inspect versions and configuration, find available updates, prepare a recommendation, apply an approved update, preserve patches, and verify the result.
Why use it?
It reduces the risk of changing a working setup unexpectedly and keeps uncommitted patches, rollback options, and proof of success visible.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions AGENTS.md; mentions OpenCode.

Good fit It helps inspect versions and configuration, find available updates, prepare a recommendation, apply an approved update, preserve patches, and verify the result.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ezotoff/ez-omo-config/update-to-latest
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.

Any agent
npx skills add EZotoff/ez-omo-config --skill update-to-latest
Clone the repo
git clone --depth 1 https://github.com/EZotoff/ez-omo-config

Made for: Claude Code, Codex.

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-to-latest

README.md
[![agentmods](https://agentmods.dev/badge/skills/ezotoff/ez-omo-config/update-to-latest/github.svg)](https://agentmods.dev/skills/ezotoff/ez-omo-config/update-to-latest)
Your own site
<a href="https://agentmods.dev/skills/ezotoff/ez-omo-config/update-to-latest"><img src="https://agentmods.dev/badge/skills/ezotoff/ez-omo-config/update-to-latest/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 update-to-latest

Your own site · 80×15
<a href="https://agentmods.dev/skills/ezotoff/ez-omo-config/update-to-latest"><img src="https://agentmods.dev/badge/skills/ezotoff/ez-omo-config/update-to-latest.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,381 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Rogue Agent · line 155
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
  • medium Rogue Agent · line 385
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
How audits are shown
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.00033 $0.06381
Opus 5 $0.00016 $0.03191
Sonnet 5 $0.00007 $0.01276
Haiku 4.5 $0.00003 $0.00638

Measured 7d ago against content hash 696b87f124bf, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

update-to-latest 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.

skills/update-to-latest/SKILL.md · 411 lines

How it starts

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

Update to Latest

Role and Purpose

This skill is a guided operational pipeline for future agents, NOT an automatic updater. It analyzes the current state, discovers available updates, produces a recommendation, and only executes after receiving explicit human approval. Future agents invoking this skill must follow every phase in order. No phase may be skipped.

Non-Goals

  • This skill does NOT automatically update OpenCode or OMO.
  • We do not run package manager or update commands before the approval gate.
  • This skill does NOT delete patch registry entries.
  • This skill does NOT claim runtime success without evidence.

13 Mandatory Workflow Phases

Phase 1: Preflight / Current-State Inventory

Before any update analysis, capture the complete current state:

  1. Git cleanliness in the config repo: run git status --short and record whether the working tree is clean.
  2. OpenCode version: run opencode --version and record the output.
  3. OMO configured source vs runtime source: discover OMO path candidates (see OMO Path Discovery below), then distinguish these evidence levels explicitly:
    • active_config_registered: a live OpenCode config contains a file://...oh-my-openagent or file://...oh-my-opencode path.
    • live_file_installed: that path exists on disk and contains valid OMO source.
    • runtime_loaded: a currently running OpenCode process has actually loaded that path. Do not claim this from config alone. Record the current Git branch, upstream, commit hash, package name/version, and dirty state for every valid local source candidate.
  4. NPM / package versions: record the installed versions of opencode-ai, oh-my-opencode, and oh-my-openagent where discoverable.
  5. Live symlink targets: verify the four symlinked configs (opencode.json, oh-my-openagent.json, provider-connect-retry.mjs, retry-errors.json) point into this repo.
  6. Copied plugin / skill / script inventory: list all artifacts installed by install.sh that are NOT symlinks (e.g. plugins under ~/.opencode/plugin/, scripts under ~/.opencode/scripts/ and ~/.sisyphus/scripts/).
  7. Active patch list: run ls .sisyphus/patches/*.md and record every patch entry.
  8. Dirty state in OMO source clone: run git status --short in the discovered OMO directory.

Read the full file on GitHub · 411 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. 7d ago Changed · +19 lines 696b87f124bf
  2. 11d ago First seen · 392 lines · 33 tokens per session scan A 92af8f04755f

Subscribe to this mod's changes

update-to-latest is a skill published in the GitHub repository EZotoff/ez-omo-config (6 stars, last pushed 6d ago), licensed MIT. It adds 33 tokens to every session and 6,381 once invoked, about $0.0002 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.