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.
npx agentmods add skills/yurinachos/claude-scope/scopenpx skills add YuriNachos/claude-scope --skill scopegit clone --depth 1 https://github.com/YuriNachos/claude-scopeWrote 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.
[](https://agentmods.dev/skills/yurinachos/claude-scope/scope)<a href="https://agentmods.dev/skills/yurinachos/claude-scope/scope"><img src="https://agentmods.dev/badge/skills/yurinachos/claude-scope/scope.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00033 | $0.01442 |
| Opus 5 | $0.00016 | $0.00721 |
| Sonnet 5 | $0.00007 | $0.00288 |
| Haiku 4.5 | $0.00003 | $0.00144 |
Grade A, and why
scope 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.
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.
How it starts
The opening of the file, as written. The whole thing — 171 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Claude Scope Configuration Skill
Help users configure their claude-scope status line widgets.
Configuration Path
Config file: ~/.claude-scope/config.json
Workflow
- Read current config from
~/.claude-scope/config.json - Understand what the user wants to change
- Edit the config using the Edit tool
- Confirm changes to the user
Changes apply automatically on the next status line render cycle.
Quick Reference
Config Structure
{
"version": "1.0.0",
"theme": "monokai",
"lines": {
"0": [{ "id": "model", "style": "balanced", "colors": {...} }],
"1": [{ "id": "git", "style": "balanced", "colors": {...} }]
}
}
linesis an object where keys are line numbers ("0", "1", "2", etc.)- Each line contains an array of widget configurations
- Widgets render left-to-right within each line
- Empty lines should be empty arrays
[]
Available Widgets (16)
| Widget ID | Description | Typical Line |
|---|---|---|
cwd |
Current working directory | 0 |
model |
Claude model name (e.g., "Claude Opus 4.5") | 0 |
context |
Context window usage with progress bar | 0 |
cost |
Session cost in USD | 0 |
duration |
Session elapsed time | 0 |
lines |
Lines added/removed during session | 0 |
git |
Current git branch and changes | 1 |
git-tag |
Latest git tag | 1 |
config-count |
CLAUDE.md, rules, MCPs, hooks counts | 1 |
cache-metrics |
Cache hit rate and cost savings | 1 |
active-tools |
Running and completed Claude tools | 2 |
dev-server |
Dev server status (Nuxt, Next, Vite) | 2 |
docker |
Docker container count and status | 2 |
sysmon |
System metrics (CPU, RAM, Disk, Network) | 3 |
poker |
Random poker hand (easter egg) | 4 |
empty-line |
Blank separator line | any |
Available Themes (17)
monokai (default), nord, dracula, catppuccin-mocha, tokyo-night,
vscode-dark-plus, github-dark-dimmed, dusty-sage, muted-gray,
slate-blue, professional-blue, rose-pine, semantic-classic,
solarized-dark, one-dark-pro, cyberpunk-neon, gray
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.
- 5d ago First seen · 171 lines · 33 tokens per session scan A 74d5a7ace467
scope is a skill published in the GitHub repository YuriNachos/claude-scope (8 stars, last pushed 29d ago), licensed MIT. It adds 33 tokens to every session and 1,442 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.
Other skills, from other repositories
create-mascot-pack
Create or modify pixel-art mascot packs for claude-code-mascot-statusline plugin. Use when: creating a new character pack from scratch, modifying existing pack sprites, fixing visual issues in half-block rendering, iterating on sprite design, or adding new states to a pack. Triggers: "create pack", "new mascot"…
quota
Show current Claude quota status (5-hour session and weekly usage) from the local claude-code-quota cache. Use when the user asks about their quota, usage limits, remaining capacity, or when limits reset.
squirrel
Set up, configure, explain or troubleshoot the Squirrel status line — the two-line Claude Code bar showing context, 5-hour and weekly usage limits, git branch, cost, an activity chip, and cross-session usage attribution. Use when the user asks to install or set up the status line, change their nickname or colour, hide…
hud-configure
Configure HUD display options (layout, language, presets, display elements).
hud-update-pricing
Update third-party model pricing table from remote source.
idle-intel
Turn Claude Code's wait-state status line into useful micro-briefings about the current project (security vulns, outdated dependencies, unpushed commits, stale branches, TODO/FIXME debt) instead of a generic spinner. Use this skill whenever the user wants to set up idle-intel, customize their Claude Code status line…