scope

scope is a skill for Claude Code, Codex from YuriNachos/claude-scope. It costs 33 tokens per session (1,442 once invoked), scanned A, original, MIT.

A configuration guide for the Claude Scope status line, the information strip shown during a Claude Code session.

In plain words
What is it for?
It is for changing status widgets such as the working folder, model, context usage, cost, and session duration.
Why use it?
It makes it easier to change which session details appear, how they are arranged, and how they look without editing the tool itself.

Skill for Claude CodeCodex

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/yurinachos/claude-scope/scope
Any agent
npx skills add YuriNachos/claude-scope --skill scope
Clone the repo
git clone --depth 1 https://github.com/YuriNachos/claude-scope

Made for: Claude Code, Codex.

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 scope

README.md
[![agentmods](https://agentmods.dev/badge/skills/yurinachos/claude-scope/scope.svg)](https://agentmods.dev/skills/yurinachos/claude-scope/scope)
Your own site
<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>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,442 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 $0.00033 $0.01442
Opus 5 $0.00016 $0.00721
Sonnet 5 $0.00007 $0.00288
Haiku 4.5 $0.00003 $0.00144

Measured 5d ago against content hash 74d5a7ace467, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

.claude/skills/scope/SKILL.md · 171 lines

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

  1. Read current config from ~/.claude-scope/config.json
  2. Understand what the user wants to change
  3. Edit the config using the Edit tool
  4. 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": {...} }]
  }
}
  • lines is 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

Read the full file on GitHub · 171 lines

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 · 171 lines · 33 tokens per session scan A 74d5a7ace467

Subscribe to this mod's changes

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.

Related

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"…

TeXmeijin/claude-code-mascot-statusline · 127 tokens

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.

aweussom/claude-code-quota · 45 tokens

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…

kubalajiri/claude-squirrel · 158 tokens

hud-configure

Configure HUD display options (layout, language, presets, display elements).

johnleeGitHub/claude-hud-enhanced · 18 tokens

hud-update-pricing

Update third-party model pricing table from remote source.

johnleeGitHub/claude-hud-enhanced · 14 tokens

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…

demartinogiuseppe/idle-intel · 117 tokens