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/mxyhi/token_proxy/agents-mdgit clone --depth 1 https://github.com/mxyhi/token_proxyWhat 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.00239 | $0.00239 |
| Opus 5 | $0.00120 | $0.00120 |
| Sonnet 5 | $0.00048 | $0.00048 |
| Haiku 4.5 | $0.00024 | $0.00024 |
Grade A, and why
token_proxy 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 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
Token Proxy 代码库rule
本文件为在 token_proxy 项目中工作的 AI 智能体提供指导。
项目概览
Token Proxy 是基于 Tauri 的 AI API 代理工具,用于转发 OpenAI、Gemini、Anthropic 等 AI API 格式,支持本地运行、token 使用统计、负载均衡和优先级管理。
- 前端: React 19 + TypeScript + Vite + Tailwind CSS v4 + shadcn/ui(pnpm dlx shadcn@latest add xxx)
- 后端: Rust (Edition 2021) + Tokio + Axum
- 桌面框架: Tauri 2
参考项目
- 代理转发/转换参考litellm
- 代理转发/转换参考new-api
- kiro、codex 等 2api 参考CLIProxyAPIPlus
- CLIProxyAPIPlus的可视化app参考quotio
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 · 19 lines · 239 tokens per session scan A 15cd573a6377
token_proxy AGENTS.md is an instructions file published in the GitHub repository mxyhi/token_proxy (88 stars, last pushed 7d ago), licensed Apache-2.0. It adds 239 tokens to every session, about $0.0012 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
openai-cookbook AGENTS.md
Instructions for openai/openai-cookbook, covering repository guidelines, project structure & module organization, build, test, and development commands, coding style & naming conventions and testing guidelines.
CodeGPT CLAUDE.md
Instructions for appleboy/CodeGPT, covering claude.md, project overview, build and development commands, build the binary and install globally.
AI-Gateway AGENTS.md
Instructions for Azure-Samples/AI-Gateway, covering agents.md, directory structure, labs/, modules/ and shared/.
gemini-cli-openai copilot-instructions.md
Copilot instructions for GewoonJaap/gemini-cli-openai, covering github copilot instructions, project overview, tech stack & frameworks, core technologies and key dependencies.
plannotator AGENTS.md
AGENTS.md instructions for backnotprop/plannotator, covering plannotator, project structure, server runtimes, installation and environment variables.
AstrBot copilot-instructions.md
Copilot instructions for AstrBotDevs/AstrBot, covering astrbot development instructions, working effectively, bootstrap and install dependencies, running the application and dashboard build (vue.js/node.js).