88plug

Recall Cost — AI skill for Claude Code

AI community

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

Terminal
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 Repository