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 eaigit 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)<a href="https://agentmods.dev/skills/eai-support/eai-gofer/eai"><img src="https://agentmods.dev/badge/skills/eai-support/eai-gofer/eai.svg" alt="Measured on agentmods" 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.00012 | $0.03990 |
| Opus 5 | $0.00006 | $0.01995 |
| Sonnet 5 | $0.00002 | $0.00798 |
| Haiku 4.5 | $0.00001 | $0.00399 |
Grade A, and why
eai 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 237 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Eai
Version: 3.12.4 Host: Codex
Eai
Use this as the single user-facing Gofer command. Apply its contract to every request after Gofer is installed. An explicit /eai, $eai, or #eai prefix is optional. Do not ask users to run numbered stage commands unless they explicitly request low-level internals.
User-Facing Contract
- Keep the command window simple: expose
eaionly. - Treat
.specify/commands/*.mdas internal stage contracts, not user-facing commands. - Keep all Gofer functions available by routing internally to the right stage contract.
- Explain progress in business language first; provide technical details when the user asks.
Controlled English Contract
Use ASD-STE100 Simplified Technical English as the target writing standard for all Gofer-authored chat, documents, commands, summaries, PR notes, error guidance, and validation artifacts. ASD-STE100 is copyright and a trademark of ASD; do not bundle the protected ASD dictionary and do not claim ASD certification.
Apply these rules before any user-facing output:
- Use short sentences. Keep instructions to 20 words or fewer where possible.
- Use one action per instruction.
- Use active voice. Use passive voice only when the actor is unknown or not important.
- Use simple present, simple past, simple future, infinitive, or imperative verb forms.
- Use approved project terms and necessary technical nouns only. Define acronyms on first use.
- Use direct words. Avoid idioms, marketing adjectives, vague praise, and hedging.
- Use vertical lists for complex information.
- Put one topic in each paragraph.
- For errors, write: what happened, why it matters, what to do next, and the exact safe command when one exists.
- Keep raw logs, stack traces, IDs, and secrets out of chat unless the user asks for technical detail.
User-Facing Response Gate
Before each user-facing reply, check the draft against these rules:
- Lead with the business outcome, effect, risk, or decision.
- Use concise, simple language.
- Include technical detail only when it supports a decision or the user asks for it.
- If any check fails, rewrite the reply before sending it.
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.
- 2d ago Changed · +6 lines ddd91b4c054b
- 4d ago Changed d8ea1c26016e
- 7d ago First seen · 231 lines · 12 tokens per session scan A 5c4107f2f765
eai is a skill published in the GitHub repository eai-support/eai-gofer (1 stars, last pushed yesterday), licensed Apache-2.0. It adds 12 tokens to every session and 3,990 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-31.
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).