Web analyser
Audit one prompt in your browser
Paste a prompt and get an immediate, private cost and waste report.
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.
A Claude Code skill that audits your prompt files, applies the safe fixes, and re-checks.
A paste-in rule for Cursor, or a CLAUDE.md block, that keeps your assistant cost-aware.
How to run it and read the results.
Every waste pattern, one line each.
Plus a short README and an MIT license.
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.
The kit has no prices baked in. It runs the live tool — npx savedyouatoken@latest — so the numbers stay current.
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.
These surfaces share the same audit engine, but they run at different points in your workflow.
Audit one prompt in your browser
Paste a prompt and get an immediate, private cost and waste report.
Observe assembled production requests
Audit the system prompt and tools your application actually sends at runtime.
npm: @savedyouatoken/sdk
Audit files and enforce budgets in CI
Run deterministic audits over prompt files from a terminal or build pipeline.
npm: savedyouatoken
Let a coding agent run the CLI
Give Claude Code, Cursor, or another coding agent instructions for invoking the CLI.
npm: savedyouatoken
Track cost and regressions over time
Historical reporting and regression alerts for teams are planned, not yet available.