AgentStack
SKILL verified MIT Self-run

Fable Stats

skill-dallenlol-fable-mode-fable-stats · by Dallenlol

Summarize the token usage fable-mode has logged across sessions — totals, per-session breakdown, recent trend. Use when the user asks about token usage, spend, stats, or savings from fable-mode.

No reviews yet
0 installs
6 views
0.0% view→install

Install

$ agentstack add skill-dallenlol-fable-mode-fable-stats

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access Used
  • Shell / process execution No
  • Environment & secrets Used
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Fable Stats? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

fable-mode stats

fable-mode's Stop hook logs one JSON line per session to stats.jsonl in the plugin data directory: $CLAUDE_PLUGIN_DATA/stats.jsonl if that variable is set, otherwise ~/.claude/fable-mode/stats.jsonl. Fields: session, ts (unix), turns, out (output tokens), in (fresh input tokens), cache_read, cache_create.

Summarize it with:

python3 - 8,}  in={r['in']:>9,}  cache={r['cache_read']:>11,}")
PY

Rows may also carry a viol dict (discipline violations detected per session: reread_after_edit, repeat_reads, write_over_edit, no_verification). If any are non-zero across recent sessions, add one line naming the worst habit and its trend.

Report the totals and the recent-session table, then one sentence of interpretation (e.g., rising cache-read share means long sessions — suggest /clear between unrelated tasks). Don't estimate dollar costs unless the user provides their pricing. All data is local; nothing is transmitted anywhere.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.