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 aigorahub/elves --skill fugugit clone --depth 1 https://github.com/aigorahub/elvesWrote 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/aigorahub/elves/fugu)<a href="https://agentmods.dev/skills/aigorahub/elves/fugu"><img src="https://agentmods.dev/badge/skills/aigorahub/elves/fugu.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
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.00044 | $0.01195 |
| Opus 5 | $0.00022 | $0.00598 |
| Sonnet 5 | $0.00009 | $0.00239 |
| Haiku 4.5 | $0.00004 | $0.00120 |
Grade A, and why
fugu 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 — 72 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Fugu Planning or Review
This is the Elves-managed Claude Code alias for
/fugu [--deep|--ultra|--max] [--max-wait SECONDS] [--preflight] [--include PATH] <planning-task>
and
/fugu [--deep|--cyber|--ultra|--max] [--max-wait SECONDS] [--preflight] review <scope>.
Load the installed elves skill's Provider shortcut protocols and
references/provider-shortcuts.md. Resolve scripts/run_fugu.sh from the active Elves skill root,
keep the target repository as the working directory, pass through the validated mode/profile/context,
and run it.
Host Fugu routing (required when the user omits a profile flag). Natural language "use Fugu"
or plain /fugu <task> uses bare fugu/high by default. Before launch, state one
short Fugu route: … line. Explicit user flags always win.
Profile locks model + effort.
- Host-native first if
rg/git/ghcan finish in under a minute. - Task mode: planning (default) vs
review <scope>when the user asked for a review or audit. - Profile: use plain
fugu/highby default. Use--deeponly when regular Fugu needs xhigh effort. The host may select--cyberonly for explicit security review or threat-model intent after a successful Cyber call in the current session. Only a user-explicit--cyberrequest may establish that proof. Otherwise, use regular Fugu. The user must explicitly select--ultraor--max. - Write: Fugu is read-only. The runner rejects
--write. - Context: the isolation snapshot is always on. Put goal, paths, done-when, and out-of-scope in the
task string. Add exact
--include PATHonly for non-gitignored files; if any include, run--preflightfirst and launch only when admitted. No separate "minimal snapshot" product. - Capture: redirect to a log file (never
| tail/| head). Chat cancel does not stop the provider; wait up to the wall or kill the process group. On timeout/crash, harvest anyFugu partial salvagemarkers before relaunch. Verify findings host-native and clean up leftover process groups (seereferences/fugu-calling-guide.md).
Full decision table, route templates, wait/poll contract, and field notes:
references/provider-shortcuts.md (Host routing when the user says "use Fugu") and
references/fugu-calling-guide.md.
Plain /fugu <task> is a read-only planning task whose answer follows the request;
/fugu review <scope> is the opinionated read-only review. Exact includes must be
admitted and copied; both .env.* and *.env names are excluded. Live writable-state limits
tolerate benign disappearing temporary subtrees and fail closed on other audit errors. macOS
read-only cleanup remains best-effort and never claims recursive containment. The Linux lane
omits procfs and exposes only a synthetic /proc/self/exe link to the qualified real Codex
binary.
The runner uses the official codex-fugu launcher with policy-admitted tracked and non-ignored
untracked context, closed interactive input, and a hard wall-clock bound. It selects regular
fugu/high when the host chooses plain, fugu/xhigh with --deep, fugu-cyber/xhigh with --cyber, fugu-ultra-v1.1/high with
--ultra, or fugu-ultra-v1.1/max with --max.
Regular/deep sessions are ephemeral; Ultra uses exact-session staged synthesis, with its state
confined to the disposable isolated lane, events carried by a bounded host-owned pipe, final
output pinned to a no-follow descriptor, and a final descriptor-safe writable-state audit after
each settled phase.
Do not replace it with an improvised API request or remove its sandbox and timeout controls.
Read-only review snapshots omit oversized binary media instead of failing the whole review. Video,
audio, presentation, archive, image, font, and 3D binaries above the per-file limit are left out and
listed in the context manifest with path, byte size, and reason; the 16 MiB per-file limit is not
raised. Source, prose instructions, executable agent configuration, and --include paths still fail
closed and ask for a derived text, image, or transcript artifact.
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 b92e9a70e8a0
- 8d ago First seen · 66 lines · 44 tokens per session scan A 93d4222c7f86
fugu is a skill published in the GitHub repository aigorahub/elves (218 stars, last pushed yesterday), licensed MIT. It adds 44 tokens to every session and 1,195 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-30.
Other skills, from other repositories
opencode-session-db
Read OpenCode sessions, messages, and tool outputs directly from the SQLite database at /.local/share/opencode/. Use when asked to "read opencode sessions", "query opencode db", "find old sessions", "search session history", "read message history", "export session", "inspect opencode data", "look up past…
agent-evaluation
Evaluate GenAI agent task execution using LLM-as-judge. Produces structured scores (0-5), feedback, and improvement recommendations.
feature-workflow
Standard workflow for developing features. Follow this process for all non-trivial changes - from planning through PR merge. Ensures proper testing, review, and CI verification.
readiness-check
Verify all OpenCode plugin services are healthy and ready. Use when diagnosing plugin issues, after deployment, or when services like Whisper, TTS, Supabase, or Telegram aren't working.
authoring-a-skill
Write a new reusable skill (SKILL.md) so korgex gets better at recurring work.
browser-automation
Drive a real browser verifiably — navigate, snapshot, act BY INDEX, extract; every step provable.