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 commands/extensiondev/mcp/extensiongit clone --depth 1 https://github.com/extensiondev/mcpWhat 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.00012 | $0.00874 |
| Opus 5 | $0.00006 | $0.00437 |
| Sonnet 5 | $0.00002 | $0.00175 |
| Haiku 4.5 | $0.00001 | $0.00087 |
Grade A, and why
extension scanned grade A with 1 finding 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
2. If not, check the template catalog: `curl -sL https://github.com/extension-js/examples/releases/download/nightly/templates-meta.json | jq '.templates[] | {slug, description, uiFramework, surfaces}'` How it starts
The opening of the file, as written. The whole thing — 77 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are helping build a browser extension with the extension.dev platform. The user said: $ARGUMENTS
Actions
Parse the user's intent from $ARGUMENTS and execute the matching action:
"create " or "new ", Scaffold a new extension
- If MCP tool
extension_templatesis available, use it to find the best template matching the user's description (check for surface type, framework, and keywords) - If not, check the template catalog:
curl -sL https://github.com/extension-js/examples/releases/download/nightly/templates-meta.json | jq '.templates[] | {slug, description, uiFramework, surfaces}' - Run
npx extension@latest create <name> --template=<best-match> - Report what was created and suggest
npm run dev
"dev" or "run", Start development
- Run
npm run dev(ornpx extension dev) in the project root - Tell the user the browser will open with their extension loaded
- Mention HMR is active, changes will hot-reload
"build", Build for production
- Run
npm run build(ornpx extension build) - After success, report the output in
dist/chrome/ - If the user mentions "firefox" or "both", also build with
--browser=firefox - If they mention "zip" or "store", add
--zip
"add ", Add a feature surface
- If MCP tool
extension_add_featureis available, use it to get the manifest additions and file list - Otherwise, determine what's needed from the feature type:
- sidebar:
chromium:side_panel+firefox:sidebar_action+sidePanelpermission + background handler - popup:
chromium:action+firefox:browser_action - content-script:
content_scriptsarray in manifest - newtab:
chrome_url_overrides.newtab - background:
background.service_worker(Chromium) +background.scripts(Firefox)
- sidebar:
- Create the files and update
src/manifest.json
"debug" or "inspect", Debug a running extension
- If MCP tool
extension_inspectis available, use it withinclude: ["html", "console", "extension_roots"] - If there's a URL mentioned, pass it as the target
- If there are CSS selectors mentioned, pass them as
probe - Report: injected HTML, console errors, extension root state
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 · 77 lines · 12 tokens per session scan A 245208730631
extension is a command published in the GitHub repository extensiondev/mcp (1 stars, last pushed 2d ago), licensed Apache-2.0. It adds 12 tokens to every session and 874 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
agentganggang
Use MultiAiPanel when you want Claude Code to compare one prompt across multiple supported AI chat tabs through the local MultiAiPanel MCP surface.
build-agent
Build an AI agent on Cloudflare using the Agents SDK.
auto-browse
Auto-browse — learn, optimize, and graduate browser operations or web data-mining workflows.
adopt-roadmap.template
This prompt was authored for Claude-style slash workflows. In Codex runtime, adapt tool calls as follows.
github-menu-issues-list.template
This prompt was authored for Claude-style slash workflows. In Codex runtime, adapt tool calls as follows.
landing-page-generator.template
This prompt was authored for Claude-style slash workflows. In Codex runtime, adapt tool calls as follows.