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


