Skip to content
S/T
Pay what you want

Make your agent audit its own token bill.

A small set of instructions that teaches Claude Code, Cursor, or another coding assistant to invoke the savedyouatoken CLI against your files. It finds what your prompts and tools cost, and cuts the waste.

Get the kit — name your price $0 floor · tip if it helped

What’s inside

SKILL.md

A Claude Code skill that audits your prompt files, applies the safe fixes, and re-checks.

cursor-rules.md

A paste-in rule for Cursor, or a CLAUDE.md block, that keeps your assistant cost-aware.

USAGE.md

How to run it and read the results.

CHEAT-SHEET.md

Every waste pattern, one line each.

Plus a short README and an MIT license.

How this differs from the SDK

The kit contains agent instructions; it does not embed in your production application. Those instructions invoke the live savedyouatoken CLI. To inspect requests assembled at runtime, integrate the separate @savedyouatoken/sdk package.

Prices update automatically

The kit has no prices baked in. It runs the live tool — npx savedyouatoken@latest — so the numbers stay current.

Prefer to try it first?

Paste a prompt into the free analyser, or run it over files with the CLI. The kit is the shortcut that lives inside your agent.

Choose by what you need to do

These surfaces share the same audit engine, but they run at different points in your workflow.

Web analyser

Audit one prompt in your browser

Paste a prompt and get an immediate, private cost and waste report.

Runtime SDK

Observe assembled production requests

Audit the system prompt and tools your application actually sends at runtime.

npm: @savedyouatoken/sdk

CLI

Audit files and enforce budgets in CI

Run deterministic audits over prompt files from a terminal or build pipeline.

npm: savedyouatoken

Agent kit

Let a coding agent run the CLI

Give Claude Code, Cursor, or another coding agent instructions for invoking the CLI.

npm: savedyouatoken

You are here

Monitor

Planned

Track cost and regressions over time

Historical reporting and regression alerts for teams are planned, not yet available.

Planned