{
    "app": {
        "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.",
        "mode": "advanced-chat",
        "model_config": {
            "provider": "deepseek",
            "model": "deepseek-chat",
            "parameters": {
                "temperature": 0.7,
                "max_tokens": 4096
            }
        }
    },
    "instructions": "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.",
    "variables": [],
    "opening_statement": "你好，我是 pordee-stats，Show real token usage and estimated savings for th...",
    "suggested_questions": [],
    "source": "DeepseekModel",
    "source_url": "https://deepseekmodel.com/skill?id=kerlos-pordee-skills-pordee-stats-skill-md"
}