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/eowlsdh/tokenpilot/agents-mdgit clone --depth 1 https://github.com/eowlsdh/TokenPilotWhat 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.01618 | $0.01618 |
| Opus 5 | $0.00809 | $0.00809 |
| Sonnet 5 | $0.00324 | $0.00324 |
| Haiku 4.5 | $0.00162 | $0.00162 |
Grade A, and why
TokenPilot 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.
How it starts
The opening of the file, as written. The whole thing — 102 lines — stays where its author put it; the contents beside it link to each section on GitHub.
PROJECT KNOWLEDGE BASE
Generated: 2026-06-04 Commit: 8e0de08 Branch: main
OVERVIEW
TokenPilot은 Claude Code, Codex, Gemini CLI 사용량과 한도 힌트를 macOS 메뉴바에서 보여주는 local-first SwiftUI 앱입니다. SwiftPM 패키지 TokenMonitor와 XcodeGen 기반 TokenPilot.xcodeproj를 함께 유지합니다.
STRUCTURE
TokenPilot/
├── Package.swift # SwiftPM: TokenCore, TokenApp, TokenTests
├── project.yml # XcodeGen: TokenCore framework + TokenPilot app
├── build.sh # build/TokenPilot.app 번들 생성
├── Sources/
│ ├── TokenCore/ # 모델, 파싱, 집계, 저장, 보안/경로 로직
│ └── TokenApp/ # SwiftUI 앱, ViewModel, 디자인 시스템, 리소스
├── Tests/ # TokenCore 중심 XCTest 회귀 테스트
├── Resources/ # 앱 plist, entitlements, privacy manifest, icon
├── Scripts/ # 보조 생성 스크립트
└── docs/ # 배포/검증/상업화 작업 기록
WHERE TO LOOK
| Task | Location | Notes |
|---|---|---|
| 앱 시작/메뉴바 | Sources/TokenApp/TokenMonitorApp.swift |
@main, MenuBarExtra, 420x620 popover |
| 화면 전환/상태 | Sources/TokenApp/ViewModels/TokenPilotViewModel.swift |
refresh, settings debounce, keychain, alerts |
| 주요 UI | Sources/TokenApp/Views/ |
OverviewScreen, HistoryScreen, SettingsScreen, Components |
| 디자인 토큰 | Sources/TokenApp/DesignSystem/TokenPilotDesign.swift |
palette, spacing, glass, status colors |
| 도메인 모델 | Sources/TokenCore/Models/TokenPilotModels.swift |
provider, event, snapshot, settings |
| provider 파싱 | Sources/TokenCore/Services/DataSourceAdapters.swift |
Claude/Codex/Gemini ingestion hotspot |
| 서비스 조립 | Sources/TokenCore/Services/TokenPilotServices.swift |
settings, mock data, usage store, keychain |
| 경로/권한 | Sources/TokenCore/Services/DefaultPathResolver.swift, SecurityScopedBookmarks.swift |
local source detection and scoped access |
| 메뉴바 문구 | Sources/TokenCore/Services/MenuBarStatusService.swift |
compact status, risk level, accessibility |
| localization | Sources/TokenCore/TokenPilotLocalization.swift, Sources/TokenApp/Resources/Localizable.xcstrings |
runtime fallback + string catalog |
| tests | Tests/TokenPilotServicesTests.swift, Tests/TokenMonitorTests.swift |
parsing/store contracts and menu-bar/UI copy |
| bundle metadata | Resources/Info.plist, Resources/PrivacyInfo.xcprivacy, Resources/TokenPilot.entitlements |
Xcode/build.sh shared inputs |
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 · 102 lines · 1,618 tokens per session scan A c5ba0f2bcf0f
TokenPilot AGENTS.md is an instructions file published in the GitHub repository eowlsdh/TokenPilot (1 stars, last pushed 12d ago), licensed MIT. It adds 1,618 tokens to every session, about $0.0081 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
Clipth AGENTS.md
Instructions for wavever/Clipth, covering agent.md, 这是什么, 目录结构, 本地构建运行 and 代码签名(动签名相关的任何东西前必读).
token-monitor AGENTS.md
AGENTS.md instructions for Javis603/token-monitor, covering agents.md, commands, architecture, collector pipeline (shared by widget and agent) and ai tool limits collector.
personal-model AGENTS.md
Instructions for Intuition-Lab/personal-model, covering agents.md, runtime boundary, commands, pipeline and documentation map.
humla CLAUDE.md
Instructions for michaelwilhelmsen/humla, covering humla — project notes, what this app is, core capabilities, architecture overview and data flow during a recording.
os-clovy AGENTS.md
Instructions for open-software-network/os-clovy, covering clovy — agent instructions, project, os platform (shared brain), structure and domain & decisions — read before writing code.
humla AGENTS.md
Instructions for michaelwilhelmsen/humla, covering humla — project notes, what this app is, core capabilities, architecture overview and data flow during a recording.