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/tylergibbs1/helm/claude-mdgit clone --depth 1 https://github.com/tylergibbs1/helmWrote 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/instructions/tylergibbs1/helm/claude-md)<a href="https://agentmods.dev/instructions/tylergibbs1/helm/claude-md"><img src="https://agentmods.dev/badge/instructions/tylergibbs1/helm/claude-md.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.00419 | $0.00419 |
| Opus 5 | $0.00210 | $0.00210 |
| Sonnet 5 | $0.00084 | $0.00084 |
| Haiku 4.5 | $0.00042 | $0.00042 |
Grade A, and why
helm 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 5d 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.
What it actually says
Helm — Semantic Browser Automation MCP Server
Default to using Bun instead of Node.js.
- Use
bun <file>instead ofnode <file>orts-node <file> - Use
bun testinstead ofjestorvitest - Use
bun installinstead ofnpm install - Use
bun run <script>instead ofnpm run <script> bun:sqlitefor SQLite. Don't usebetter-sqlite3.
Project Structure
src/server.ts— MCP server entrypoint (stdio transport)src/tools/— Tool definitions (navigation, observation, interaction, composite, session)src/core/— Internal modules (browser, resolver, observer, som, memory, recovery)src/types.ts— Shared type definitionstests/— Unit and e2e tests usingbun test+ Playwright
Running
bun run src/server.ts # Start MCP server (stdio)
bun test # Run tests
bunx tsc --noEmit # Typecheck
MCP Config
{
"mcpServers": {
"helm": {
"type": "stdio",
"command": "bun",
"args": ["run", "/path/to/src/server.ts"]
}
}
}
Key Design Decisions
- Tools are semantic (click by label, not selector). The resolver handles label→element mapping.
observe(task)returns filtered elements, not full a11y tree. Keeps token cost low.- Set-of-Mark (SoM) fallback:
screenshot_som()+click_mark(id)for sites with poor ARIA. - Site memory: SQLite in
data/memory.sqlite, keyed by domain. Records successful actions. - Error recovery: auto-retry with backoff, auto-dismiss cookie/modal overlays.
- Zod schemas define tool inputs. MCP SDK wires them to JSON-RPC.
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.
- 5d ago First seen · 50 lines · 419 tokens per session scan A fede8d8d0223
helm CLAUDE.md is an instructions file published in the GitHub repository tylergibbs1/helm (1 stars, last pushed 6mo ago), licensed MIT. It adds 419 tokens to every session, about $0.0021 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
obscura AGENTS.md
AGENTS.md instructions for h4ckf0r0day/obscura, covering agents.md, build, rendering and stealth, no rendering, with rustls or stealth and test.
browser-harness CLAUDE.md
Claude Code instructions for browser-use/browser-harness, a project described as: Browser Harness | Self-healing harness that enables LLMs to complete any task.
mcp-camoufox AGENTS.md
Instructions for RobithYusuf/mcp-camoufox, covering mcp-camoufox — agent guide, product and repository map, hard constraints, working defaults and architecture invariants.
unbrowser CLAUDE.md
Instructions for protostatis/unbrowser, covering unbrowser, why this exists, architecture (locked), stealth mode (native, on by default) and host functions exposed to js.
cdpilot CLAUDE.md
Instructions for mehmetnadir/cdpilot, covering cdpilot, kimlik, hızlı başlangıç, dosya haritası and dikkat edilecekler.
cdpilot GEMINI.md
Instructions for mehmetnadir/cdpilot, covering context-mode — mandatory routing rules, blocked commands — do not attempt these, curl / wget — blocked, inline http — blocked and webfetch / web browsing — blocked.