Show whether this Claude Code session is routed through the caching.ai proxy, which key it uses, the auto-hold setting, and when the last warm hold was sent.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add caching-ai/caching.ai --skill status --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Status?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/caching-ai-status)More formats (shields.io, HTML) on the badges page.
---
name: status
description: Show whether this Claude Code session is routed through the caching.ai proxy, which key it uses, the auto-hold setting, and when the last warm hold was sent.
allowed-tools: "Bash"
---
Report the cache-keeper state.
1. Run exactly:
```bash
"${CLAUDE_PLUGIN_ROOT}/bin/cache-keeper.sh" --status
```
2. Summarize the output for the user in their language, briefly:
- whether the session goes through the caching.ai proxy (and which URL)
- the key in use (already masked by the script — show it as printed)
- the auto-hold duration and that it renews automatically after each turn
- when the last hold was sent and what the proxy answered
3. If the proxy is not connected, offer to run /cache:setup.
4. Mention that live savings and warming spend are on the dashboard at
https://caching.ai/console.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!