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/cablate/mcp-google-map/claude-mdgit clone --depth 1 https://github.com/cablate/mcp-google-mapWhat 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.00372 | $0.00372 |
| Opus 5 | $0.00186 | $0.00186 |
| Sonnet 5 | $0.00074 | $0.00074 |
| Haiku 4.5 | $0.00037 | $0.00037 |
Grade A, and why
mcp-google-map 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 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.
What it actually says
CLAUDE.md
Git Workflow
- 永遠不要直接推 main。所有變更都要先開 feature branch、推上去、建 PR,等審核通過後才合併。
- Commit 完成後走
git checkout -b feat/xxx→git push -u origin feat/xxx→gh pr create流程。
Tool 變更 Checklist
每次新增、刪除、或重新命名 tool 時,以下所有檔案都必須同步更新:
| # | 檔案 | 更新內容 |
|---|---|---|
| 1 | src/tools/maps/*.ts |
Tool 定義(NAME, DESCRIPTION, SCHEMA, ACTION) |
| 2 | src/config.ts |
註冊 tool + annotations |
| 3 | src/cli.ts |
EXEC_TOOLS 列表 + switch case |
| 4 | tests/smoke.test.ts |
expectedTools 陣列 + tool count assertions |
| 5 | README.md |
tool 數量(header、vs Grounding Lite 表、Server Info、exec mode)+ Available Tools 表格 + Project Structure |
| 6 | skills/google-maps/SKILL.md |
Tool Map 表格 |
| 7 | skills/google-maps/references/tools-api.md |
參數文件 + chaining patterns |
| 8 | server.json |
description(如有提到 tool 數量) |
| 9 | package.json |
description(如有提到 tool 數量) |
漏更任何一個都會造成文件和實際行為不一致。PR 提交前請逐一確認。
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 First seen · 25 lines · 372 tokens per session scan A f60d948ab984
mcp-google-map CLAUDE.md is an instructions file published in the GitHub repository cablate/mcp-google-map (439 stars, last pushed 16d ago), licensed MIT. It adds 372 tokens to every session, about $0.0019 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 instructions, from other repositories
mcp-steroid CLAUDE.md
Instructions for jonnyzzz/mcp-steroid, covering claude.md, agents.md, design philosophy, recursive context lookup (do this before sub-folder work), sub-folder guides and must do.
vitaecontext copilot-instructions.md
Copilot instructions for vitaecontext/vitaecontext, covering repository instructions for github copilot, repository model, coding and documentation rules and validation.
open-pr CLAUDE.md
Instructions for TOMOSIA-VIETNAM/open-pr, covering claude.md, plugin, layout, how to work and hard edges (product breaks if ignored).
cavil-loop AGENTS.md
Instructions for GigleAI/cavil-loop, covering agents.md, what this project is, directory layout, conventions and shell scripts.
rig AGENTS.md
Instructions for githubnext/rig, covering agents.md, project overview, architecture, commands and code style.
excalidraw-icons-mcp CLAUDE.md
Instructions for iagogfe/excalidraw-icons-mcp, covering excalidraw-icons-mcp, ci, conventions, code style and comments.