skillbook

skillbook is a skill for Claude Code, Codex from JeonJe/claude-plugins. It costs 39 tokens per session (510 once invoked), scanned A, original, MIT.

A dashboard and command-line tool for viewing Claude skill usage and progress. It can show skill statistics, category summaries, levels, rarity, achievements, and installation health.

In plain words
What is it for?
Use it to open the dashboard, inspect a particular skill or category, view terminal statistics, install or remove the tool, and check its status.
Why use it?
It makes skill activity easier to inspect than searching through files or remembering usage manually. It also provides setup, uninstall, and status checks for the dashboard components.

Skill for Claude CodeCodex

Part of the skillbook plugin — 1 skill shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/jeonje/claude-plugins/skillbook
Any agent
npx skills add JeonJe/claude-plugins --skill skillbook
Clone the repo
git clone --depth 1 https://github.com/JeonJe/claude-plugins

Made for: Claude Code, Codex.

Or install skillbook, the plugin that ships this one along with the rest of its 1 skill.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for skillbook

README.md
[![agentmods](https://agentmods.dev/badge/skills/jeonje/claude-plugins/skillbook.svg)](https://agentmods.dev/skills/jeonje/claude-plugins/skillbook)
Your own site
<a href="https://agentmods.dev/skills/jeonje/claude-plugins/skillbook"><img src="https://agentmods.dev/badge/skills/jeonje/claude-plugins/skillbook.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 510 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00039 $0.00510
Opus 5 $0.00019 $0.00255
Sonnet 5 $0.00008 $0.00102
Haiku 4.5 $0.00004 $0.00051

Measured 5d ago against content hash ce0e00c68f66, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

skillbook scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (installer.py, skillbook_dashboard.py, skillbook.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/skillbook/skills/skillbook/SKILL.md · 86 lines

What it actually says

Skillbook - Pokemon Pokedex-style Skill Dashboard

Use Cases

1. Open Dashboard (default)

  • Input: "skillbook", "skill stats", "open dashboard"
  • Action: Generate and open web dashboard in browser
  • Output: Pokemon card UI + charts + achievement badges

2. Query Specific Skill

  • Input: "gg skill stats"
  • Action: Highlight skill in dashboard
  • Output: Skill card + usage history

3. Category Overview

  • Input: "study skills overview"
  • Action: Filter by category
  • Output: Filtered skill list + progress

4. Terminal Mode

  • Input: "skillbook terminal stats"
  • Action: Text-based output in CLI
  • Output: Compact skill list with levels and rarity

5. Install/Setup

  • Input: "skillbook install", "setup skillbook"
  • Action: Run automatic installer (setup hooks, config, files)
  • Output: Installation status with component verification

6. Uninstall

  • Input: "skillbook uninstall"
  • Action: Remove hooks and optionally skill files
  • Output: Uninstallation summary

7. Check Status

  • Input: "skillbook status"
  • Action: Verify all components are correctly installed
  • Output: Component health check table

Don't use when

  • Skill quality audit -> use skill-audit instead
  • Editing skill definitions -> edit SKILL.md directly

Execution

Default (dashboard):

python3 <SKILL_DIR>/skillbook.py dashboard

Install:

python3 <SKILL_DIR>/skillbook.py install

Uninstall:

python3 <SKILL_DIR>/skillbook.py uninstall

Check status:

python3 <SKILL_DIR>/skillbook.py status

Runs immediately on skill invocation, outputs directly.

Data

Stats file: ~/.claude/skillbook-stats.json (default)

Custom location: create ~/.claude/skillbook.config.json:

{
  "statsFile": "~/your/path/skill-stats.json"
}

statsFile must be under your home directory (~).

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 86 lines · 39 tokens per session scan A ce0e00c68f66

Subscribe to this mod's changes

skillbook is a skill published in the GitHub repository JeonJe/claude-plugins (3 stars, last pushed 1mo ago), licensed MIT. It adds 39 tokens to every session and 510 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

google-chat-formatting

Convert Markdown to Google Chat formatting. Use when formatting messages for Google Chat or converting Markdown documents to Google Chat syntax.

laurigates/claude-plugins · 28 tokens

configure-editor

EditorConfig and VS Code workspace settings for team consistency. Use when setting up format-on-save, recommended extensions, or debug configurations.

laurigates/claude-plugins · 29 tokens

notion-artifact-capture

Use when a user says “save to Notion” for research, reports, drafts, references, or generated artifacts and wants a reusable default destination. Bootstraps a generic Notion AI Output Library under a user-created shared parent page, saves typed metadata and optional Markdown, verifies every write through the live API…

AtlasOmnia/hermes-custom-pack · 82 tokens

clean

Audit an arbitrary directory tree for orphaned, temporary, stale-lock, failed-write, partial-download, and empty leftover artifacts; classify evidence into confidence tiers; and optionally remove exact validated paths after explicit per-tier approval. Read-only by default and manual-only. Use when: 'audit this…

melodic-software/claude-code-plugins · 126 tokens

configure-justfile

Check and configure Justfiles with standard recipes. Use when setting up a Justfile, auditing for missing recipes, or migrating from Makefile to Justfile.

laurigates/claude-plugins · 36 tokens

name-it-better

Generate and evaluate fresh name candidates for anything: a variable, function, file, module, skill, repo, or domain term. Then let the human pick. Use when the target name is still UNDECIDED: 'name it better', 'better name', 'that name is wrong', 'suggest names', 'what should I call this', 'need a name for', 'come up…

melodic-software/claude-code-plugins · 153 tokens