← Back to Skills Marketplace
348
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install safe-config-workflow-zh
Description
安全修改 OpenClaw 配置文件,严格查文档确认,自动修复校验,反馈关键信息并记录学习,保障 Gateway 稳定运行。
Usage Guidance
This skill appears to do what it claims: help safely edit OpenClaw config using the local openclaw CLI and local files. Before installing or invoking it, consider: (1) Manifest mismatch — the SKILL.md operates on ~/.openclaw/openclaw.json and writes MEMORY.md but the manifest did not declare these config paths; expect the skill to read and write those files. (2) Logs may contain sensitive tokens or secrets — the skill runs openclaw logs --follow and does not explicitly instruct redaction, so review logs for secrets or run tests in a staging environment first. (3) Backup first — follow the TEST-GUIDE (make backups before testing). (4) Verify trust — the package has no homepage/author details beyond a placeholder, and the owner ID is unknown; if you require provenance, ask the publisher for more info or run the workflow in an isolated environment. (5) If you want stricter guarantees, request the maintainer add required config paths to the manifest and an explicit warning about secrets in logs.
Capability Analysis
Type: OpenClaw Skill
Name: safe-config-workflow-zh
Version: 1.0.0
The skill bundle is designed for safe configuration management of OpenClaw, involving standard administrative tasks like checking, fixing, and verifying configuration files. All commands specified in SKILL.md and TEST-GUIDE.md (e.g., `openclaw doctor --fix`, `diff`, `openclaw gateway status`, `nano ~/.openclaw/openclaw.json`) are directly related to this stated purpose. The instructions for the AI agent emphasize safety, user confirmation, documentation lookup, and learning. There is no evidence of intentional harmful behavior such as data exfiltration, unauthorized remote execution, persistence mechanisms, or deceptive prompt injection attempts. The use of `nano` is for manual configuration repair in a troubleshooting context, not for arbitrary file manipulation or malicious code injection.
Capability Assessment
Purpose & Capability
Name/description match the actions in SKILL.md: it reads/modifies ~/.openclaw/openclaw.json, runs openclaw CLI (doctor, gateway, logs) and writes local notes (MEMORY.md). These capabilities are expected for a configuration workflow. Minor inconsistency: the manifest declared no required config paths, but the instructions clearly operate on ~/.openclaw/openclaw.json and MEMORY.md.
Instruction Scope
Instructions are narrow and prescriptive (confirm with user, run openclaw doctor --fix, diff backups, restart/verify). They do instruct reading logs and config files and writing backups and MEMORY.md. Reading logs may surface sensitive tokens or secrets present in log files — SKILL.md does not explicitly warn to redact secrets. The skill otherwise stays within its stated scope and does not send data to external endpoints.
Install Mechanism
Instruction-only skill with no install spec or third-party downloads. No code executed from external URLs and no packages are installed — low install risk.
Credentials
The skill declares no required environment variables or credentials, which aligns with the lack of cloud integrations. However, it expects filesystem access to ~/.openclaw/openclaw.json and to create/append MEMORY.md; those config paths were not declared in the manifest. No unrelated credentials are requested.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent/system-wide modifications or changing other skills. Its behavior (editing local config, creating a local MEMORY.md) is within scope for a config workflow.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install safe-config-workflow-zh - After installation, invoke the skill by name or use
/safe-config-workflow-zh - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- 初始发布版本,提供安全修改 OpenClaw 配置的标准流程
- 明确反馈策略,区分小问题与重要配置的处理方式
- 定义详细的执行步骤,包括修改确认、自动修复、备份对比与状态验证
- 制定输出格式规范,确保用户只收到关键信息
- 列出排障流程及应对已知局限
- 附带相关官方文档链接
Metadata
Frequently Asked Questions
What is Safe Config Workflow?
安全修改 OpenClaw 配置文件,严格查文档确认,自动修复校验,反馈关键信息并记录学习,保障 Gateway 稳定运行。 It is an AI Agent Skill for Claude Code / OpenClaw, with 348 downloads so far.
How do I install Safe Config Workflow?
Run "/install safe-config-workflow-zh" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Safe Config Workflow free?
Yes, Safe Config Workflow is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Safe Config Workflow support?
Safe Config Workflow is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Safe Config Workflow?
It is built and maintained by nicoxia (@nicoxia); the current version is v1.0.0.
More Skills