Recall Cost — AI skill for Claude Code
Estimate Anthropic cost from total-recall's index — per-model token breakdown over a window.
How to install Recall Cost
Installs to ~/.claude/skills/88plug-total-recall-recall-cost/SKILL.md
mkdir -p ~/.claude/skills/88plug-total-recall-recall-cost && curl -fsSL https://raw.githubusercontent.com/88plug/total-recall/HEAD/commands/recall-cost.md -o ~/.claude/skills/88plug-total-recall-recall-cost/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Recall Cost does
description: Estimate Anthropic cost from total-recall's index — per-model token breakdown over a window. argument-hint: [since (default 30d) and optional model overrides]
Run `bash "${CLAUDE_PLUGIN_ROOT}/scripts/recall-cli.sh" metrics cost --since ${ARGUMENTS:-30d}` via Bash.
If the user supplied custom rates as args (e.g. `sonnet=3/15`), pass them through as `--rate` flags. Default rates are checked into `total_recall/cost.py` and may be stale — if the user mentions a recent Anthropi
Alternatives in AI
- Codeburn — Free, local tool to track AI coding token usage and cost across 37 tools and agents (Claude Code, Cursor, Code 9.7k ★
- Manifest — Real-time cost observability for OpenClaw agents — track tokens, costs, messages, and model usage 4.1k ★
- Paritok 4b V1 — Non-destructive compression gateway for AI coding agents 1.4k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Token Cost Tracker
Estimate, log, and report token usage using runtime-supplied billing rates; never rely on embedded model price
Cost Check
Estimate LLM token cost for a feature, prompt, or workflow — with optimization recommendations
Cc Token Status
new macOS menu bar dashboard for Claude Code. Shows plan usage limits, costs, tokens, trends, model breakdown,
VLS 32M Context Local LLM
Give Claude Code, Codex and opencode a 32M-token memory that never leaves your machine. Local LLM server (MCP
LLM Cost
Count tokens and estimate API costs for large language models with a lightweight, single-header C++ library fr
Infinite Context
Unlimited memory for AI coding agents, without putting it in the context window. Local, plain markdown, pointe
Related Agents
Claude Code Research Agent
Senior Anthropic researcher specializing in Claude Code CLI - researches latest context window and model avail
Stats Analyzer
Analyzes ~/.claude/stats-cache.json and history.jsonl to produce a concise usage report with model token break
API Cost Scanner
Scans codebase for AI/API cost optimization opportunities including model usage, token estimates, caching stra