eai-update

eai-update is a command for Claude Code from eai-support/eai-gofer. It costs 0 tokens per session (701 once invoked), scanned A, original, Apache-2.0.

An update command for installing or updating EAI Gofer, a tool used by this coding app for feature-development workflows.

In plain words
What is it for?
Use it to inspect the Gofer installation and, after approval, install or update it for Claude.
Why use it?
It checks the current installation and updates Gofer's commands and skills without requiring a project or sign-in.

Command for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions Claude Code; mentions Codex; mentions Gemini CLI.

Part of the eai-gofer plugin — 4 skills, 28 commands, 42 agents, 3 hooks, 1 MCP server shipped together

Good fit Use it to inspect the Gofer installation and, after approval, install or update it for Claude.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/eai-support/eai-gofer/eai-update
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.

Clone the repo
git clone --depth 1 https://github.com/eai-support/eai-gofer

Made for: Claude Code.

Or install eai-gofer, the plugin that ships this one along with the rest of its 4 skills, 28 commands, 42 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 eai-update

README.md
[![agentmods](https://agentmods.dev/badge/commands/eai-support/eai-gofer/eai-update/github.svg)](https://agentmods.dev/commands/eai-support/eai-gofer/eai-update)
Your own site
<a href="https://agentmods.dev/commands/eai-support/eai-gofer/eai-update"><img src="https://agentmods.dev/badge/commands/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.

agentmods 80×15 button for eai-update

Your own site · 80×15
<a href="https://agentmods.dev/commands/eai-support/eai-gofer/eai-update"><img src="https://agentmods.dev/badge/commands/eai-support/eai-gofer/eai-update.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 701 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.00000 $0.00701
Opus 5 $0.00000 $0.00351
Sonnet 5 $0.00000 $0.00140
Haiku 4.5 $0.00000 $0.00070

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

Security

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

.claude/commands/eai-update.md · 34 lines

How it starts

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

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

  1. Do not run workspace checks, eai init, eai whoami, or pipeline stages.
  2. Check the current host first: node <plugin-root>/.specify/scripts/node/gofer-surface-update.mjs --action inspect --host claude --json
  3. If the plugin root is not known, identify the installed plugin bundle before you run the helper.
  4. State whether EAI Gofer is installed and whether the host command is available.
  5. Explain the planned user-level change and ask for approval before any install or update command.
  6. 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 claude --execute --json
    • Update: node <plugin-root>/.specify/scripts/node/gofer-surface-update.mjs --action update --host claude --execute --json
  7. 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 eai and eai-update entries. For Codex, a clean official local marketplace on main fast-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.
  8. Run only the selected host by default. Use --host all only when the user explicitly asks to install or update every detected host.
  9. 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 main checkout 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.

Read the full file on GitHub · 34 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. 3d ago Changed d2a99d67f0ca
  2. 5d ago First seen · 34 lines · 0 tokens per session scan A ba11df14ef91

Subscribe to this mod's changes

eai-update is a command published in the GitHub repository eai-support/eai-gofer (1 stars, last pushed today), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 701 tokens. 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.