Borrowing it
Nothing to install: this file belongs to heizaheiza/Charles-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/heizaheiza/Charles-mcp/main/AGENTS.mdgit clone --depth 1 https://github.com/heizaheiza/Charles-mcpWrote 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/heizaheiza/charles-mcp/agents-md)<a href="https://agentmods.dev/instructions/heizaheiza/charles-mcp/agents-md"><img src="https://agentmods.dev/badge/instructions/heizaheiza/charles-mcp/agents-md/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/instructions/heizaheiza/charles-mcp/agents-md"><img src="https://agentmods.dev/badge/instructions/heizaheiza/charles-mcp/agents-md.svg" alt="Reviewed on agentmods" width="80" 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.00819 | $0.00819 |
| Opus 5 | $0.00409 | $0.00409 |
| Sonnet 5 | $0.00164 | $0.00164 |
| Haiku 4.5 | $0.00082 | $0.00082 |
Grade A, and why
Charles-mcp AGENTS.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 10d 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 — 96 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
This file defines global agent behavior rules for charles-mcp.
For task-specific call sequences, see docs/agent-workflows.md.
For canonical public tool contracts, see docs/contracts/tools.md.
1. Global operating model
- summary first, detail on demand
- live and history are separate source planes
- reverse analysis extends traffic inspection into replay / decode / signature workflows
- state identities must be preserved:
capture_id,cursor,recording_path,live_session_id
Do not treat this server as a raw packet dump interface.
2. Identity and plane rules
- Never mix source identities:
- live plane:
capture_id - history plane:
recording_path - reverse imported-analysis plane: reverse
capture_id - reverse live-analysis plane:
live_session_id
- live plane:
- Preserve and reuse returned identifiers between calls.
- Do not infer cross-plane identity fallback in agent logic.
- Default plane = live. When the user asks about ongoing / just-now /
现在 / 正在发生的 traffic without explicitly naming a saved recording,
start with
start_live_captureand stay on the live plane. Only switch tolist_recordings/query_recorded_traffic/analyze_recorded_trafficwhen the user explicitly references a.chlsjfile or 历史录包. - When unsure which plane to use, call
charles_statusfirst and follow itsrecommended_next_action. - Never clear the user's Charles session unless the user explicitly asks.
start_live_capturedefaults to adopting the user's ongoing session and preserves the traffic already captured there. Only passreset_session=truewhen the user explicitly asks to clear / wipe / 清空 the session before starting a fresh capture. A wrongly-passedreset_session=truedestroys the user's in-progress data and is not recoverable from this server.
3. Selection and expansion rules
- Prefer group/summary tools before detail tools:
group_capture_analysisquery_live_capture_entriesanalyze_recorded_trafficreverse_query_entries- task-oriented reverse live workflow tools
- Use detail tools only for one confirmed target:
get_traffic_entry_detailreverse_get_entry_detail
- Do not default to full body expansion:
- keep
include_full_body=falseunless explicitly needed
- keep
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.
- 10d ago First seen · 96 lines · 819 tokens per session scan A 0dc11145649b
Charles-mcp AGENTS.md is an instructions file published in the GitHub repository heizaheiza/Charles-mcp (312 stars, last pushed 2mo ago), licensed MIT. It adds 819 tokens to every session, about $0.0041 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
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
deepseek-harness AGENTS.md
AGENTS.md instructions for deepseek-ai/deepseek-harness, covering agents.md, pre-stable apis and released session data, repository layout, commands and host sandbox failures.