mcpbeat

Genshijin Stats

interfacex-co-jp/genshijin-stats

> 現セッションのリアルトークン使用量と推定削減量を表示。Claude Code セッションログから直接読込 — AI 推定なし。 `/genshijin-stats` で起動。出力は mode-tracker フックが注入し、モデル自身は数値計算しない。

209 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
293
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/InterfaceX-co-jp/genshijin --skill genshijin-stats

The instruction itself

as written by the author

このスキルは hooks/genshijin-stats.js が提供(hooks/genshijin-mode-tracker.js/genshijin-stats 検出時に呼出)。フックが decision: "block" で整形済 stats を reason として返す → ユーザーは即座に数値を見る。モデル側で何もする必要なし。

引数

  • (なし) — 現セッション stats 表示
  • --share — ツイート可能な1行サマリ
  • --all — Lifetime 集計
  • --since 7d / --since 24h — 期間指定 Lifetime 集計

How to use it

Copy the folder

Take interfacex-co-jp/genshijin-stats from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.