Overview
- Skill Key
- abdhilabs/config-guardian
- Author
- abdhilabs
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/abdhilabs/config-guardian
- Latest Commit SHA
- 17b02075c18e11b122c6b99ceb697b6c8f1161d6
Safe OpenClaw config updates with automatic backup, validation, and rollback. For agent use - prevents invalid config updates.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 config-guardian 技能。 若已安装,则直接安装 config-guardian 技能。
# Config Guardian ## Overview **For Agent use only.** Safe config updates with automatic backup, validation, and rollback. Prevents the agent from updating non-existent keys or invalid values. ## When to Use Use this skill **every time** you need to update `openclaw.json`. Prevents: - Updating non-existent config keys - Using invalid values - Breaking the gateway with bad config ## Workflow: Atomic Apply (Default) For all config changes - handles everything in one command: ```bash ./scripts/atomic_apply.sh <config_path> <new_value> # Example: ./scripts/atomic_apply.sh "agents.defaults.model.primary" "minimax-portal/MiniMax-M2.5" ``` **What it does:** 1. Creates timestamped backup automatically 2. Applies change via `openclaw config set <path> <value>` 3. Validates with `openclaw doctor --non-interactive` 4. **Auto-rollback** if validation fails 5. Trap ensures rollback even on crash **Backup location:** ``` ~/.openclaw/config-guardian-backups/ ``` ## Guardrails - **Never** restart or apply config without explicit user approval - **Always** use `atomic_apply.sh` - If validation fails -> config auto-rolled back, don't force it ## Scripts | Script | Purpose | |--------|---------| | `atomic_apply.sh` | Default - all-in-one safe apply | | `validate_config.sh` | Validate via OpenClaw doctor | | `restore_config.sh` | Manual restore from backup |
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.