用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/karanb192/claude-code-hooks --skill status命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | status |
| description | Show this session's prompt-cache state, the cold-comeback price, and the cache writes paid so far |
| disable-model-invocation | true |
!node "${CLAUDE_SKILL_DIR}/../../cache-tax.js" --render 2>/dev/null || node "${CLAUDE_PLUGIN_ROOT}/cache-tax.js" --render
The card above is this session's prompt-cache state from its own transcript: which cache tier the main conversation is on, whether the cache is warm or has lapsed, how many tokens the next message re-writes if it is cold and what that costs at list price, and the session's cache writes, reads and full re-writes so far.
State what the next message will cost in one sentence. If the cache is cold and the context is large, say whether /clear plus a short handoff note is the cheaper move. Keep it short; do not re-run any commands.