← 返回 Skills 市场
485
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install safe-config-workflow-zh-cn
功能描述
提供安全修改 OpenClaw 配置的全流程管理,确保变更前确认、自动修复、备份对比及运行验证,保障系统稳定。
安全使用建议
This skill appears coherent and limited to local OpenClaw configuration tasks. Before using it: (1) ensure you have a recent backup of ~/.openclaw/openclaw.json (the SKILL already recommends this); (2) review and approve any proposed changes when the skill prompts for confirmation (doctor --fix can automatically change files); (3) be aware tests that intentionally break the Gateway will cause temporary downtime; (4) inspect MEMORY.md if you want to control what lessons are stored locally. If you want extra caution, run the commands manually the first few times instead of letting the agent execute them autonomously.
功能分析
Type: OpenClaw Skill
Name: safe-config-workflow-zh-cn
Version: 1.0.1
The skill is designed for 'Safe Config Workflow' and instructs the AI agent to execute various shell commands (`openclaw doctor --fix`, `diff`, `grep -E "..."`, `openclaw gateway status`, `openclaw logs --follow`, `nano`) to manage OpenClaw configuration files. While these commands are plausible and necessary for the stated purpose of configuration management, the direct instruction for the AI to execute shell commands, including a `grep` pipeline for filtering output, represents a powerful capability. This capability, detailed in `SKILL.md`, poses an inherent risk of shell injection or privilege escalation if user input were ever unsafely incorporated into these commands, even though the current implementation uses hardcoded arguments. There is no evidence of intentional malicious behavior like data exfiltration or persistence, but the broad shell execution and file modification permissions warrant a 'suspicious' classification due to the potential for vulnerability.
能力评估
Purpose & Capability
The name/description (safe config workflow) aligns with the requested actions: reading and editing ~/.openclaw/openclaw.json, running openclaw doctor/gateway/logs, diffing backups, and recording lessons. No unrelated credentials, binaries, or network endpoints are required.
Instruction Scope
SKILL.md confines runtime actions to local CLI operations (openclaw doctor --fix, gateway restart/status, logs, diff, editing files, sleep). It mandates explicit user confirmation before changes and prescribes comparing backups and verifying Gateway. These instructions are within scope for a configuration-management helper. Note: doctor --fix is an automatic fixer; the skill correctly emphasizes user confirmation and backups.
Install Mechanism
No install spec or code is provided (instruction-only). No downloads or archive extraction are present. package.json is metadata only. This minimizes on-disk installation risk.
Credentials
The skill declares no required environment variables, credentials, or config paths beyond the user-local OpenClaw config (~/.openclaw/openclaw.json and its backups). Requested accesses are proportional to the stated task. The MEMORY.md write/read is an expected local artifact for recording lessons.
Persistence & Privilege
Flags show always:false and user-invocable:true. The skill does not request permanent/global privileges or modify other skills' configs. Its operations modify local OpenClaw config only after user confirmation, which is appropriate for this type of skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install safe-config-workflow-zh-cn - 安装完成后,直接呼叫该 Skill 的名称或使用
/safe-config-workflow-zh-cn触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
GitHub 备份版本
v1.0.0
Initial release providing a standardized and safe workflow for OpenClaw configuration changes.
- Covers end-to-end process: documentation lookup, user confirmation, automated checks, repair, backup, feedback, and validation.
- Defines clear output templates and filtering rules to ensure users only see key information.
- Establishes feedback and learning strategies for both minor and critical issues.
- Includes troubleshooting steps for Gateway failures and lists known limitations with workarounds.
- Provides references to official documentation and records version history.
元数据
常见问题
Safe Config Workflow 是什么?
提供安全修改 OpenClaw 配置的全流程管理,确保变更前确认、自动修复、备份对比及运行验证,保障系统稳定。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 485 次。
如何安装 Safe Config Workflow?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install safe-config-workflow-zh-cn」即可一键安装,无需额外配置。
Safe Config Workflow 是免费的吗?
是的,Safe Config Workflow 完全免费(开源免费),可自由下载、安装和使用。
Safe Config Workflow 支持哪些平台?
Safe Config Workflow 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Safe Config Workflow?
由 nicoxia(@nicoxia)开发并维护,当前版本 v1.0.1。
推荐 Skills