Skip to content
Automation
Command

/stats

展示 GKD 委派的 token 用量与节省估算。默认最近 7 天,--days N 可调。

From plugin
gkd
117 skills7 commands
Install
> /plugin marketplace add alvis-HaoH/gkd
> /plugin install gkd@gkd

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/stats

Context preview

What this command does when you run it.

展示 GKD 委派的 token 用量与节省估算。默认最近 7 天,--days N 可调。

Command definition

stats.md
description: 展示 GKD 委派的 token 用量与节省估算。默认最近 7 天,--days N 可调。
argument-hint: '[--days N] [--json] [--refresh-prices]'
allowed-tools: Bash(node:*)
disable-model-invocation: true

把下面这块内容**原样**输出给用户(包含末尾的提示框),什么都别加、别改、别评论。

!`node "${CLAUDE_PLUGIN_ROOT}/scripts/gkd-stats.mjs" $ARGUMENTS && printf '\n> 💡 \x60/gkd:stats\x60 会过一次模型(把上面整段当 prompt 复读 → 算一次 input + output)。想零模型成本直接看数,配一次 alias 后在输入框敲 \x60!gkd-stats\x60 即可:\n> \x60\x60\x60sh\n> alias gkd-stats="%s/bin/gkd-stats"\n> \x60\x60\x60\n' "${CLAUDE_PLUGIN_ROOT}"`

Ships withgkd

GKD 是「搞快点」的拼音首字母,也是三个当下前沿开源模型的首字母 —— GLM · Kimi · Deepseek。 GKD 是一个 Claude Code plugin。它借 Claude Code 自己的工具循环(harness),起一个以你指定的任意模型为大脑的子进程去干活——子进程有完整的 Read/Edit/Bash...

Get the whole plugin
Stats
11
Stars
1
Forks
Maintained
Maintenance
JavaScript
Language
MIT
License
1mo ago
Last commit
2mo ago
Created

Repo: alvis-HaoH/gkd

Other commands on gkd.

resume
Command

resume

接着委派任务继续(续子进程线程)。默认续本目录上次;也可凭模糊描述点名续任意历史/跨目录 session。读/写模式自动继承——不需要重传 --write。

@alvis-haoh@alvis-haohView Command