system-config

Read, validate, and apply system configuration patches with rollback.

6|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Acosmi/CrabClaw --skill system-config-acosmi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: system-config
Source: https://github.com/Acosmi/CrabClaw/tree/main/docs/skills/operations/system-config
Command: npx skills add https://github.com/Acosmi/CrabClaw --skill system-config-acosmi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

这是一个用于系统配置全链路管理的技能,聚焦于在受控、可审计的流程中读取、校验、应用和验证配置变更。

Core Features & Use Cases

  • 通用配置链路:config.get、config.schema、config.patch、config.apply,帮助快速读取、查看 schema、修改配置并验证变更。
  • 专项配置动作:支持 browser_config、remote_approval_config、image_config、stt_config、docconv_config、media_config 等窄域修改,确保变更最小化并可回滚。
  • 安全治理与审计:实现从 L1 到 L3 的三级安全阀门,提供人机在环、回滚与超时策略,确保配置过程可追溯。

Quick Start

Read the current configuration, validate the schema, and apply a minimal patch using gateway, ensuring the latest hash is used.

Frequently Asked Questions about system-config

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

FAQPage Schema
How do I safely apply a system configuration patch?

To safely apply a system configuration patch, retrieve the current configuration via gateway, validate it against the schema, and apply the patch using baseHash verification to ensure no conflicts and enable rollback.

What is baseHash verification in configuration management?

BaseHash verification is a safety mechanism in configuration management that checks the current configuration state hash before applying a patch, preventing overwrites and ensuring safe, auditable end-to-end changes.

How do I validate a configuration schema before applying changes?

You validate a configuration schema by retrieving it through the gateway before patching, ensuring the proposed configuration changes meet the required structure and constraints for safe application.

Can I manage specialized configurations like browser or media settings?

Yes, you can manage specialized configurations such as browser_config, image_config, stt_config, and media_config, applying narrow-domain patches that ensure minimal, reversible changes under authenticated governance.

What security governance features exist for configuration updates?

Configuration updates feature a three-level security valve system (L1 to L3) providing human-in-the-loop approval, timeout strategies, and rollback capabilities to ensure all changes are fully auditable and secure.

How do I rollback a failed configuration patch?

You rollback a failed configuration patch using the built-in rollback capability triggered during the apply step, which reverts the system to its previous verified baseHash state if validation or application fails.