control

Manage bkit automation levels, trust scores, and pause/resume operations.

2|1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/solitasroh/mcukit --skill control
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: control
Source: https://github.com/solitasroh/mcukit/tree/main/skills/control
Command: npx skills add https://github.com/solitasroh/mcukit --skill control

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage and observe the bkit automation system by controlling levels (L0-L4), monitoring trust scores, and enforcing guardrails.

Core Features & Use Cases

  • Adjust automation level from L0 to L4 and pause/resume automation.
  • View trust scores and active guardrails to ensure safe operations.
  • Triggers include status, level, pause, resume, and trust to integrate into workflows.

Quick Start

Ask Claude Code to display the current automation status with /control status.

Frequently Asked Questions about control

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check my automation system status and trust scores?

To check automation status and trust scores, use the control status command. It reads status and guard configurations from the runtime, displaying current trust scores and active guardrails to ensure safe operations.

How do I pause or resume automated PDCA operations?

You can pause or resume automated PDCA operations by triggering the pause and resume actions. This allows you to immediately halt or restart automated workflow behavior directly within your runtime environment.

What are the automation levels supported by the control system?

The automation levels supported range from L0 to L4. You can adjust the automation level up or down to control how much autonomy the system has over your PDCA workflows.

How do I enforce guardrails when adjusting automation behavior?

Guardrails are enforced by reading guard configurations from the runtime. When you adjust automation behavior or monitor trust scores, the system applies these active guardrails to ensure safe operations.

Can I monitor trust scores without manually adjusting the automation level?

Yes, you can monitor trust scores independently by using the trust action. This allows you to observe system safety metrics without actively changing the current L0-L4 automation level.

Why are active guardrails needed for safe automated operations?

Active guardrails are needed for safe automated operations because they enforce operational boundaries. They work alongside trust scores to prevent unsafe actions when your automation level is adjusted during PDCA workflows.