configure

configure is a skill for Claude Code from bpinheiroms/claude-office. It costs 15 tokens per session (1,144 once invoked), scanned A, original, MIT.

A setup guide for choosing how the Claude Office status line looks, including its layout, presets, and visible information. It uses a JSON configuration file.

In plain words
What is it for?
Use it to set up a new display or change an existing one, such as showing quota bars, costs, context, tools, agents, or todos.
Why use it?
It removes the need to edit display settings by hand or guess which options control the status line.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths; positional $N argument.

Part of the claude-office plugin — 2 skills shipped together

Good fit Use it to set up a new display or change an existing one, such as showing quota bars, costs, context, tools, agents, or todos.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bpinheiroms/claude-office/configure
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.

Any agent
npx skills add bpinheiroms/claude-office --skill configure
Clone the repo
git clone --depth 1 https://github.com/bpinheiroms/claude-office

Made for: Claude Code.

Or install claude-office, the plugin that ships this one along with the rest of its 2 skills.

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 configure

README.md
[![agentmods](https://agentmods.dev/badge/skills/bpinheiroms/claude-office/configure/github.svg)](https://agentmods.dev/skills/bpinheiroms/claude-office/configure)
Your own site
<a href="https://agentmods.dev/skills/bpinheiroms/claude-office/configure"><img src="https://agentmods.dev/badge/skills/bpinheiroms/claude-office/configure/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for configure

Your own site · 80×15
<a href="https://agentmods.dev/skills/bpinheiroms/claude-office/configure"><img src="https://agentmods.dev/badge/skills/bpinheiroms/claude-office/configure.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,144 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00015 $0.01144
Opus 5 $0.00008 $0.00572
Sonnet 5 $0.00003 $0.00229
Haiku 4.5 $0.00002 $0.00114

Measured 11d ago against content hash 8c31fffcd376, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

configure 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 11d 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.

skills/configure/SKILL.md · 151 lines

How it starts

The opening of the file, as written. The whole thing — 151 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are configuring the Claude Office statusline display. The config file lives at ~/.claude/plugins/claude-office/config.json.

Step 1: Detect existing config

Read ~/.claude/plugins/claude-office/config.json. If it does not exist or is empty JSON, this is a new user — follow Flow A. If it has content, this is a returning user — follow Flow B.


Flow A: New User (no config file)

A1. Choose layout

Ask the user:

How should the statusline be laid out?

  1. Expanded (recommended) — costs on line 1, quota bars on line 2
  2. Compact — everything on a single line

A2. Choose preset

Ask the user:

Pick a preset to start from:

  1. Full — all features enabled (quota bars, current context, all costs, saving, tools, agents, todos)
  2. Minimal — just the basics (5h quota, current context, today cost, saving)

A3. Turn off elements

Show the user which elements are ON based on their chosen preset, then ask:

Want to turn anything OFF? Select any you'd like to hide:

  • 5h quota bar (showQuota5h)
  • 7d quota bar (showQuota7d)
  • Current Context bar (showContext)
  • Today cost (showToday)
  • Week cost (showWeek)
  • Month cost (showMonth)
  • Monthly Saving indicator (showSaving)
  • Tools activity (showTools)
  • Agents status (showAgents)
  • Todo progress (showTodos)

Allow multiple selections or "none".

A4. Turn on elements

Show the user which elements are currently OFF, then ask:

Want to turn anything ON? Select any you'd like to show:

List only the elements that are currently OFF. Allow multiple selections or "none".

A5. Preview and save

Show a preview of what the statusline will look like with their config, using a text mockup like:

Line 1: Max  Today $3.40  Week $22  Monthly Saving +$180
Line 2: 5h ●●○○○○○○○○ 15%  7d ●●○○○○○○○○ 21%  Current Context ●●●○○○○○○○ 34%

(Adjust based on which elements are enabled and the chosen layout.)

Ask: Does this look good? Save it?

Read the full file on GitHub · 151 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. 11d ago First seen · 151 lines · 15 tokens per session scan A 8c31fffcd376

Subscribe to this mod's changes

configure is a skill published in the GitHub repository bpinheiroms/claude-office (7 stars, last pushed 4mo ago), licensed MIT. It adds 15 tokens to every session and 1,144 once invoked, about $0.0001 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

ensembl-database

Query Ensembl genome database REST API for 250+ species. Gene lookups, sequence retrieval, variant analysis, comparative genomics, orthologs, VEP predictions, for genomic research.

synthetic-sciences/openscience · 45 tokens

colab-finetuning

Fine-tune LLMs on Google Colab GPUs directly from openscience. Connects to Colab runtimes via WebSocket bridge for remote training with Unsloth. Supports SFT, GRPO, DPO, vision, and TTS workflows on free T4 to Pro A100 GPUs.

synthetic-sciences/openscience · 67 tokens

swarm-pr-review

Run a graph-guided, tool-augmented PR review using context packing, parallel exploration, mandatory repository-agnostic risk-family coverage with dispatch scaled to diff size and risk, independent reviewer validation, critic challenge, and metrics writeback. Use for deep pull request review with low false-positive…

ZaxbyHub/opencode-swarm · 91 tokens

loop

Full execution protocol for MODE: LOOP — the compound-engineering loop: brainstorm → plan → build → review → improve, iterating under defense-in-depth stop conditions with generator/critic separation, durable resumable state, and mandatory compounding learning capture. Loaded on demand by the architect when the loop…

ZaxbyHub/opencode-swarm · 72 tokens

restore-internals-seams-in-finally-blocks-after-each-test

When delegating a task affected by this skill, include.

ZaxbyHub/opencode-swarm · 26 tokens

google-meet

Google Meet via gws: create spaces, fetch join links, list recordings.

Open-Curiosity/gini-agent · 20 tokens