TokenTracker AGENTS.md

TokenTracker AGENTS.md is an instructions file for Codex, OpenCode from xiufengsun/TokenTracker. It costs 450 tokens per session, scanned A, original, MIT.

Repository guidance that makes CLAUDE.md the main source for project rules and documents how the InsForge backend is used.

In plain words
What is it for?
Use it when working on project conventions or InsForge features through its software development kit and command-line tool.
Why use it?
It reduces uncertainty about which instructions to follow and how the project’s database, authentication, storage, and other backend services are accessed.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md. Also seen: mentions CLAUDE.md.

About the project

Token Tracker is a local-first dashboard and desktop application that records AI token usage and costs across coding tools. It is for developers who want to monitor their coding-tool consumption, model usage, rate limits, and spending without relying on a cloud account.

xiufengsun/TokenTracker · 1,523 stars · on GitHub · tokentracker.cc

Install

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.

agentmods
npx agentmods add instructions/xiufengsun/tokentracker/agents-md
Clone the repo
git clone --depth 1 https://github.com/xiufengsun/TokenTracker

Made for: Codex, OpenCode.

Wrote 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.

agentmods badge for TokenTracker AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/xiufengsun/tokentracker/agents-md.svg)](https://agentmods.dev/instructions/xiufengsun/tokentracker/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/xiufengsun/tokentracker/agents-md"><img src="https://agentmods.dev/badge/instructions/xiufengsun/tokentracker/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 450 This file is loaded in full into every session.
When invoked 450 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00450 $0.00450
Opus 5 $0.00225 $0.00225
Sonnet 5 $0.00090 $0.00090
Haiku 4.5 $0.00045 $0.00045

Measured 6d ago against content hash 413ababe6318, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

TokenTracker 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 6d 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.

AGENTS.md · 27 lines

What it actually says

Agent Instructions

Use CLAUDE.md as the single source of truth for this repository's project guidance, architecture notes, release workflow, and conventions.

If any project-specific instructions appear to conflict across files, follow CLAUDE.md and update this file only to keep that pointer intact.

InsForge backend

This project uses InsForge: an all-in-one, open-source Postgres-based backend (BaaS) that gives this app a database, authentication, file storage, edge functions, realtime, an AI model gateway, and payments through one platform.

  • Project: tokentracker (API base https://srctyff5.us-east.insforge.app)
  • Skills: these InsForge skills are installed for supported coding agents. Reach for them before implementing any InsForge feature instead of guessing the API:
    • insforge: app code with the @insforge/sdk client (database CRUD, auth, storage, edge functions, realtime, AI, email, and Stripe payments).
    • insforge-cli: backend and infrastructure via the insforge CLI (projects, SQL, migrations, RLS policies, storage buckets, functions, secrets, payment setup, schedules, deploys).
    • insforge-debug: diagnosing failures (SDK/HTTP errors, RLS denials, auth and OAuth issues) and running security or performance audits.
    • insforge-integrations: wiring external auth providers (Clerk, Auth0, WorkOS, Better Auth, etc.) for JWT-based RLS, or the OKX x402 payment facilitator.
    • find-skills: discovering additional skills on demand.
  • Credentials: app code reads keys from .env.local; the CLI reads .insforge/project.json. Never hardcode or commit keys.

Key patterns:

  • Database inserts take an array: insert([{ ... }]).
  • Reference users with auth.users(id); use auth.uid() in RLS policies.
  • For storage uploads, persist both the returned url and key.
Changes

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.

  1. 6d ago First seen · 27 lines · 450 tokens per session scan A 413ababe6318

Subscribe to this mod's changes

TokenTracker AGENTS.md is an instructions file published in the GitHub repository xiufengsun/TokenTracker (1,523 stars, last pushed yesterday), licensed MIT. It adds 450 tokens to every session, about $0.0022 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.