Install
$ agentstack add skill-dallenlol-fable-mode-fable-stats ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
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.
- Author: Dallenlol
- Source: Dallenlol/fable-mode
- License: MIT
- Homepage: https://github.com/Dallenlol/fable-mode/blob/main/INSTALL.md
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.