← 返回 Skills 市场
OpenClaw配置管理Skill
作者
wisdom-wozoy
· GitHub ↗
· v0.0.1
364
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-config-manager-skill
功能描述
提供智能备份、恢复、迁移及Git版本控制,支持加密存储与权限管理的OpenClaw配置管理工具。
安全使用建议
This skill's documentation describes operations that require Git credentials, SSH keys, and an encryption key and that perform privileged system actions, but the registry metadata doesn't declare those requirements. Before installing or running it: 1) verify the referenced GitHub repository (wisdom-wozoy/openclaw-config-manager) and review the code (especially scripts run by npm install and any scripts under scripts/); 2) do not export sensitive tokens or keys into a shell session for the agent without auditing who/what will use them; 3) run restore/migrate operations in an isolated/test environment first (never run sudo restores on production machines without inspection); 4) prefer granting least privilege (use a Git deploy key with limited scopes, ephemeral encryption keys, limited backup paths); and 5) ask the publisher to update the skill metadata to explicitly declare required environment variables and explain any privileged commands. If you cannot review the code, avoid giving the skill access to tokens, keys, or the ability to execute system-level commands.
功能分析
Type: OpenClaw Skill
Name: openclaw-config-manager-skill
Version: 0.0.1
The skill bundle defines a configuration manager with high-privilege capabilities, including Git integration, SSH-based migration, and secrets management (SKILL.md). It explicitly handles sensitive credentials such as 'OPENCLAW_GIT_TOKEN' and 'OPENCLAW_GIT_SSH_KEY' and provides commands for remote data transfer via SSH and Git. While these features align with the stated purpose of the skill, the broad access to system configurations and credentials represents a significant attack surface for data exfiltration, especially as the implementation code (JS/scripts) is not provided for verification.
能力评估
Purpose & Capability
The skill's name and description (config backup/restore/migrate with Git and encryption) match the SKILL.md. However the registry metadata declares no required env vars, binaries, or config paths while the SKILL.md clearly expects Git credentials, SSH keys, an encryption key, and a backup path. That mismatch (documentation requiring sensitive credentials while metadata lists none) is incoherent and should be resolved.
Instruction Scope
The runtime instructions direct use of system-level commands and operations: cloning a GitHub repo, running npm install, invoking CLI commands under /config, scp to other hosts, sudo restore, and restarting 'openclaw gateway'. The docs also describe encrypt/decrypt of secrets and rotating keys. These instructions involve reading/writing sensitive data and performing privileged actions — and they reference environment variables and file paths that are not declared in the skill metadata.
Install Mechanism
There is no install spec in the registry (instruction-only), which is lower technical risk for the registry itself. But the SKILL.md instructs users to git clone a third-party GitHub repository and run npm install. That manual install would download and execute remote code; users should review that repository before running those commands. The skill package itself does not perform the install, but it points to external code of unknown provenance.
Credentials
The SKILL.md expects several sensitive environment variables (OPENCLAW_GIT_TOKEN, OPENCLAW_GIT_SSH_KEY, OPENCLAW_ENCRYPTION_KEY, OPENCLAW_BACKUP_PATH). Those variables are reasonable for the described functionality, but the metadata does not declare them as required. Requiring Git tokens and encryption keys is proportional to the feature set but also high-risk — the omission in metadata prevents the platform and users from seeing the skill's true secret needs up front.
Persistence & Privilege
The skill does not request 'always' presence and uses default autonomous invocation (normal). Nonetheless, the instructions include operations that can be privileged (sudo restore, restarting gateways, scp to other servers). If the agent is allowed to invoke this skill autonomously and given access to the sensitive env vars described in the doc, the blast radius would increase. This is a policy/ops concern rather than a manifest error.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-config-manager-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-config-manager-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.1
OpenClaw Config Manager Skill v1.0.0
- 首次发布,提供OpenClaw环境下的配置管理基础功能
- 支持一键备份、恢复、迁移配置及跨环境操作
- 集成Git,实现配置的版本控制和团队协作
- 提供敏感信息自动脱敏与加密,以及权限细粒度管理
- 支持定时备份、变更检测和配置健康检查
元数据
常见问题
OpenClaw配置管理Skill 是什么?
提供智能备份、恢复、迁移及Git版本控制,支持加密存储与权限管理的OpenClaw配置管理工具。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 364 次。
如何安装 OpenClaw配置管理Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-config-manager-skill」即可一键安装,无需额外配置。
OpenClaw配置管理Skill 是免费的吗?
是的,OpenClaw配置管理Skill 完全免费(开源免费),可自由下载、安装和使用。
OpenClaw配置管理Skill 支持哪些平台?
OpenClaw配置管理Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenClaw配置管理Skill?
由 wisdom-wozoy(@wisdom-wozoy)开发并维护,当前版本 v0.0.1。
推荐 Skills