Skip to content
Development
Command

/status

Show Permafrost's live DeepSeek cache hit rate and dollar savings

From plugin
permafrost
234 skills4 commands1 hook
Install
> /plugin marketplace add jianzhichun/permafrost
> /plugin install permafrost@permafrost

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/status

Context preview

What this command does when you run it.

Show Permafrost's live DeepSeek cache hit rate and dollar savings

Command definition

status.md
description: Show Permafrost's live DeepSeek cache hit rate and dollar savings
allowed-tools: Bash(curl:*), Bash(*/cli/permafrost:*)

Fetch the live Permafrost proxy stats and report them to the user.

Run this and interpret the JSON:

!`curl -fsS "http://127.0.0.1:${PERMAFROST_PORT:-8787}/permafrost/stats" 2>/dev/null || echo '{"error":"proxy not reachable — start it with: permafrost up"}'`

Summarize for the user in 3-4 lines: the cache **hit rate**, the **hit/miss token** split, the **cost so far vs. the all-miss baseline** (how much Permafrost saved), and the number of **prefix resets** (how many times the cache anchor changed — ideally 0). If the proxy isn't reachable, tell them to run `permafrost up`.

Ships withpermafrost

Freeze Claude Code's prompt prefix so DeepSeek's automatic cache always hits — alignment proxy + coalescing + keepalive, installable as a CC plugin. Measured 64% cheaper on real Claude Code traffic.

Get the whole plugin
Stats
23
Stars
3
Forks
Maintained
Maintenance
Python
Language
MIT
License
2mo ago
Last commit
3mo ago
Created

Repo: jianzhichun/permafrost

Other commands on permafrost.