Agent Skills
› kerlos/pordee
› pordee-stats
pordee-stats
GitHub通过 /pordee-stats 命令实时展示当前会话的 Token 用量及预估节省金额,数据直接读取 Claude Code 会话日志,由钩子拦截并返回结果,无需模型计算。
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


