Agent Skills
› kerlos/pordee
› pordee-stats
pordee-stats
GitHub通过解析 Claude Code 会话日志,实时展示当前会话的 Token 使用量和预估节省金额。该技能由钩子处理,模型无需计算,直接输出统计结果。
Trigger Scenarios
/pordee-stats
Install
npx skills add kerlos/pordee --skill pordee-stats -g -y
SKILL.md
Frontmatter
{
"name": "pordee-stats",
"description": "Show real token usage and estimated savings for the current session. Reads directly from the Claude Code session log — no AI estimation. Triggers on \/pordee-stats. Output is injected by the mode-tracker hook; the model itself does not compute the numbers."
}
This skill is delivered by hooks/pordee-stats.js (read by hooks/pordee-mode-tracker.js on /pordee-stats). The model does not need to do anything when this skill fires — the hook returns decision: "block" with the formatted stats as the reason. The user sees the numbers immediately.
Version History
- 32f6e55 Current 2026-07-24 12:31


