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.
npx skills add eai-support/eai-gofer --skill eai-updategit clone --depth 1 https://github.com/eai-support/eai-goferWrote 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/eai-support/eai-gofer/eai-update)<a href="https://agentmods.dev/skills/eai-support/eai-gofer/eai-update"><img src="https://agentmods.dev/badge/skills/eai-support/eai-gofer/eai-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/eai-support/eai-gofer/eai-update"><img src="https://agentmods.dev/badge/skills/eai-support/eai-gofer/eai-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.00017 | $0.00744 |
| Opus 5 | $0.00009 | $0.00372 |
| Sonnet 5 | $0.00003 | $0.00149 |
| Haiku 4.5 | $0.00002 | $0.00074 |
Grade A, and why
eai-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 today.
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 — 44 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Eai Update
Version: 3.12.5 Host: Codex
Update EAI Gofer
Use this command to install or update EAI Gofer for the current AI coding app. This command works without an EAI project, a Gofer scaffold, or EAI sign-in.
Update Contract
- Do not run workspace checks,
eai init,eai whoami, or pipeline stages. - Check the current host first:
node <plugin-root>/.specify/scripts/node/gofer-surface-update.mjs --action inspect --host codex --json - If the plugin root is not known, identify the installed plugin bundle before you run the helper.
- State whether EAI Gofer is installed and whether the host command is available.
- Explain the planned user-level change and ask for approval before any install or update command.
- After approval, run one of these commands from the bundled helper:
- Install:
node <plugin-root>/.specify/scripts/node/gofer-surface-update.mjs --action install --host codex --execute --json - Update:
node <plugin-root>/.specify/scripts/node/gofer-surface-update.mjs --action update --host codex --execute --json
- Install:
- After an actual install or update, the helper archives stale Gofer command and skill entries. It also adds a small managed always-on instruction to the selected host. It keeps the current
eaiandeai-updateentries. For Codex, a clean official local marketplace onmainfast-forwards safely. A dirty, non-main, or unrecognised local marketplace remains unchanged and reports that its plugin update is incomplete while it still refreshes the always-on instruction. If the Codex marketplace source is unknown, it stops without changes. - Run only the selected host by default. Use
--host allonly when the user explicitly asks to install or update every detected host. - Show the required reload step from the helper output. Do not claim the command is ready until the host reloads.
Supported Hosts
- Claude Code: refresh the marketplace and plugin, then run
/reload-plugins. - Codex: refresh a confirmed Git marketplace and apply the plugin, then start a new task or restart Codex. A clean official local
maincheckout fast-forwards and applies the plugin. Other local checkouts keep their work unchanged, refresh the always-on instruction, and report what needs attention. An unknown source stops the update to protect local work. - GitHub Copilot: refresh the marketplace and plugin, then restart the CLI session or start a new app chat.
- Gemini CLI: update the extension, then start a new Gemini CLI session.
- VS Code: install or update
EnterpriseAI.gofer, then run Developer: Reload Window.
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.
- today Changed cac83298b8b7
- 3d ago Changed e45587a8a41b
- 5d ago First seen · 44 lines · 17 tokens per session scan A c9647d0dac26
eai-update is a skill published in the GitHub repository eai-support/eai-gofer (1 stars, last pushed today), licensed Apache-2.0. It adds 17 tokens to every session and 744 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-09-03.
Other skills, from other repositories
lever-new
Start a new lever — discuss the ask in chat, then capture intent (Goal, Success sketch, Context, Open questions) as §Brief. Hands off via /lever .
lever-status
Inspect or cancel levers. List all (no arg), detail one (TL;DR + criteria + per-criterion events timeline), or cancel one with cancel [ ]. Never advances the chain.
lever-init
Bootstrap a repo for agent-levers. Creates .agents/levers/, wires CLAUDE.md/GEMINI.md to import AGENTS.md, writes an AGENTS.md skeleton when missing. Hands off via /lever-new.
run-agent-evolution
Run phase of an agent evolution — plan a batch of up to budget.parallel variants, dispatch sub-agents in parallel to materialize and evaluate them, learn from results, repeat until budget / wall-clock / plateau. Writes winner on a clean stop. Requires an evolution captured via /new-agent-evolution…
lever
Advance an existing lever. Reads lever.yaml.step and runs the chain (plan → do → check → act → done) autonomously until it pauses or finishes.
new-agent-evolution
Capture phase of an agent evolution — discuss the objective, gates, rubric, scope, and budget; write .agents/evolutions/ - /{evolution.yaml, EVOLUTION.md} only on explicit user agreement. Pairs with /run-agent-evolution (next) and /apply-agent-evolution (later).