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 agentmods add instructions/php-workx/fuse/claude-mdgit clone --depth 1 https://github.com/php-workx/fuseWhat 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 | $0.01647 | $0.01647 |
| Opus 5 | $0.00823 | $0.00823 |
| Sonnet 5 | $0.00329 | $0.00329 |
| Haiku 4.5 | $0.00165 | $0.00165 |
Grade A, and why
fuse CLAUDE.md 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 yesterday.
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 — 136 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md — Fuse
What is Fuse?
Fuse is a local firewall for AI agent commands. It classifies shell commands and MCP tool calls into four decision levels — SAFE, CAUTION, APPROVAL, BLOCKED — and gates execution accordingly. In proxy and run modes, fuse controls execution directly. In hook mode, fuse advises the agent. Everything runs locally with no cloud dependencies.
Tech Stack
- Language: Go 1.25
- Build:
just(not Make) — seejustfilefor all targets - Platforms: macOS (darwin/arm64, amd64), Linux (linux/amd64, arm64), Windows (windows/amd64, arm64).
Windows is fully supported: PowerShell and CMD shell strategy, Console API approval prompts (CONIN$/CONOUT$), Job Object process management, and Windows-native security rules (PowerShell/CMD attack patterns, LOLBins, registry, persistence) are all merged. PowerShell/Batch script inspection is line-oriented (here-strings, splatting,
^line-continuations are not reconstructed before matching). Seespecs/done/windows-support-plan.md. - Dependencies: Minimal. Pure-Go SQLite (
modernc.org/sqlite), shell parser (mvdan.cc/sh), Cobra CLI, YAML. No RPC/cloud SDKs.
Project Layout
cmd/fuse/ Entry point (thin main.go)
internal/
cli/ Cobra commands: install, doctor, run, proxy, hook, events, dryrun, enable/disable
core/ Classification pipeline, normalization, safe-command detection, sanitization
policy/ Built-in preset rules (git, aws, gcp, k8s, security) + user YAML policy evaluation
adapters/ Runtime adapters:
hook.go Claude Code PreToolUse hook (classify-only)
native_file_policy.go Claude native file tool (Read/Write/Edit/MultiEdit) path protection
codexshell.go Codex shell MCP server (concurrent JSON-RPC)
mcpproxy.go Generic MCP proxy with tool interception
runner.go Shell execution wrapper (run mode)
approve/ Approval lifecycle: HMAC-signed records, TUI prompt via /dev/tty
config/ YAML config loading, XDG paths
db/ SQLite state storage (WAL mode, schema migrations v1-v4, event log)
inspect/ File inspection for scripts (shell, python, javascript)
events/ Event types and formatting
releasecheck/ Shell compatibility release checks (bash/zsh/fish)
testdata/fixtures/ Test fixtures including commands.yaml
specs/ Technical and functional specifications
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.
- yesterday First seen · 136 lines · 1,647 tokens per session scan A bf824e3f3619
fuse CLAUDE.md is an instructions file published in the GitHub repository php-workx/fuse (2 stars, last pushed 2d ago), licensed MIT. It adds 1,647 tokens to every session, about $0.0082 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 instructions, from other repositories
azure-sdk-for-go go-code.instructions.md
Instructions for Azure/azure-sdk-for-go: All code should follow the guidelines from the Azure Go SDK Guidelines. This document is a summary of the most important guidelines to follow when contributing to the Azure Go SDK.
chatgpt-cli CLAUDE.md
Instructions for kardolus/chatgpt-cli, covering chatgpt-cli — release runbook, prerequisites, 1. cut the release, 2. publish the github release + binaries and 3. update the homebrew tap.
Sighthound AGENTS.md
Instructions for Corgea/Sighthound, covering claude, commands, python / django test naming and agent skill.
dsh-auto-review AGENTS.md
Instructions for PerryLink/dsh-auto-review, covering agents.md, layout, hard rules applied here, build and docs.
openings-mcp AGENTS.md
Instructions for amikai/openings-mcp, a project described as: 💼 One MCP server to search job boards and company career sites.
uspto-cli CLAUDE.md
Instructions for smcronin/uspto-cli, covering uspto cli - project guide, what this is, architecture, key conventions and building.