control

control is a skill for Claude Code, Codex from ww-w-ai/bkit-claude-code. It costs 83 tokens per session (1,526 once invoked), scanned A, original, Apache-2.0.

A control panel for deciding how much of the bkit development process runs automatically. It shows the current automation level and trust score, and lets users pause, resume, or change automation.

In plain words
What is it for?
Viewing status and trust details, setting automation levels from manual to fully automatic, pausing or resuming automation, and managing approval requirements.
Why use it?
It lets teams match automation to their confidence level and keep approval gates around important or destructive actions.

Skill for Claude CodeCodex

Part of the bkit plugin — 19 skills, 2 commands, 35 agents, 21 hooks 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/ww-w-ai/bkit-claude-code/control
Any agent
npx skills add ww-w-ai/bkit-claude-code --skill control
Clone the repo
git clone --depth 1 https://github.com/ww-w-ai/bkit-claude-code

Made for: Claude Code, Codex.

Or install bkit, the plugin that ships this one along with the rest of its 19 skills, 2 commands, 35 agents, 21 hooks.

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 control

README.md
[![agentmods](https://agentmods.dev/badge/skills/ww-w-ai/bkit-claude-code/control.svg)](https://agentmods.dev/skills/ww-w-ai/bkit-claude-code/control)
Your own site
<a href="https://agentmods.dev/skills/ww-w-ai/bkit-claude-code/control"><img src="https://agentmods.dev/badge/skills/ww-w-ai/bkit-claude-code/control.svg" alt="Measured on agentmods" height="20"></a>
Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,526 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.00083 $0.01526
Opus 5 $0.00042 $0.00763
Sonnet 5 $0.00017 $0.00305
Haiku 4.5 $0.00008 $0.00153

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

Security

Grade A, and why

control 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 4d 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/control/SKILL.md · 194 lines

How it starts

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

Control Skill

User-invocable skill for managing bkit automation level and system status.

Arguments

Argument Description Example
(none) Show current status (same as status) /control
status Show automation level, trust score, guardrails /control status
level <0-4> Set automation level manually /control level 2
pause Pause all automation (equivalent to L0) /control pause
resume Resume to previous automation level /control resume
trust Show trust score details and history /control trust

Automation Levels

Level Name Description Approval Gates
L0 Manual All actions require explicit user approval Every phase transition
L1 Guided Suggestions provided, user confirms each step Every phase transition
L2 Semi-Auto Routine transitions auto, key decisions gated do->check, check->report, report->archive
L3 Auto Most transitions auto, only destructive ops gated report->archive
L4 Full-Auto Fully automated PDCA cycle, minimal intervention Initial feature approval only

Action Details

status (Default)

Display the current automation control state.

  1. Read runtime control state from .bkit/runtime/control-state.json
  2. Read trust score from .bkit/state/trust-score.json
  3. Read active guardrails from lib/control/ configuration
  4. Display formatted status panel

Output Format:

--- bkit Control Panel ----------------------------
Automation Level : L2 (Semi-Auto)
Trust Score      : 72/100
Active Guardrails: 8/8
Paused           : No
Features Active  : 2/3
---------------------------------------------------
Guardrails:
  [ON] Destructive operation detection
  [ON] Blast radius limiter (max 10 files)
  [ON] Loop breaker (max 5 iterations)
  [ON] Checkpoint auto-creation
  [ON] Permission escalation gate
  [ON] Stale feature timeout (7d)
  [ON] Context overflow protection
  [ON] Concurrent write lock
---------------------------------------------------

Read the full file on GitHub · 194 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. 4d ago First seen · 194 lines · 83 tokens per session scan A e6b0c5104f59

Subscribe to this mod's changes

control is a skill published in the GitHub repository ww-w-ai/bkit-claude-code (595 stars, last pushed 17d ago), licensed Apache-2.0. It adds 83 tokens to every session and 1,526 once invoked, about $0.0004 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-30.

Related

Other skills, from other repositories

wayfinder

Plan a huge chunk of work (more than one agent session can hold) as a shared map of decision tickets on your issue tracker, and resolve them one at a time until the way to the destination is clear.

mattpocock/skills · 46 tokens

pm-all

Skill "pm-all" from wei63w/pm-manager, covering user input, outline and shared workflow (all /pm- commands).

wei63w/pm-manager · 8 tokens

bootstrap-prd

Set up PRD-driven development infrastructure for a new project, including directory structure, templates, and roadmap.

joshukraine/dotfiles · 25 tokens

simulator-reactions

Simulator.Company reactions specialist — comments, events, approvals, ratings and other feedback attached under an actor. Use when the user wants to comment on an actor, reply in a thread, read/like/pin the discussion, mark comments read, or get reaction stats. Activate when the user says "comment on this actor"…

corezoid/simulator-ai-plugin · 174 tokens

add-asana

Add Asana project management MCP integration to Deus. Gives host-side Claude Code sessions read/write access to Asana tasks, projects, sections, and tags via @roychri/mcp-server-asana.

sliamh11/Deus · 45 tokens

pm-analysis

Use this skill when the user (Product Manager) requests product discovery, requirement analysis, competitive benchmarking, opportunity assessment, feature prioritization, user story mapping, product requirement document (PRD) writing, telemetry design, or exception flow analysis. This skill guides the user…

OpsinTech/opsintech-platform · 105 tokens