Agent Skills
› kerlos/pordee
› pordee-stats
pordee-stats
GitHub通过解析会话日志实时展示Token用量与预估节省金额,无需AI估算。触发后由钩子直接返回数据并拦截模型处理,用户可即时查看统计结果。
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


