📦 OpenClaw Config Ops — 配置运维

v1.0.0

安全读写 openclaw.json,自动校验 schema 并同步官方文档,一键完成网关配置。

0· 64·0 当前·0 累计
astralwaveorg 头像by @astralwaveorg (AstralWave)
下载技能包
最后更新
2026/4/12
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
NULL
评估建议
This skill appears to implement a reasonable, conservative process for editing OpenClaw gateway config, but there are a few red flags to consider before installing or running it: - Mismatch in declared vs actual requirements: the registry metadata claims no required config paths, yet the instructions read/write ~/.openclaw/openclaw.json and create backups/logs under ~/.openclaw. Confirm you are comfortable giving an agent filesystem and CLI access to that path. - Unknown provenance: no homepage...
详细分析 ▾
用途与能力
The SKILL.md describes tools and steps you'd expect for safe editing of openclaw.json (schema lookups, doc verification, backups, config.patch/apply, validation). However the package metadata declares no required config paths even though the instructions explicitly read/write ~/.openclaw/openclaw.json and write backups/logs. This is an inconsistency between claimed requirements and actual behavior.
指令范围
Instructions stay on-topic: schema lookup, doc verification (qmd__query, web_fetch, fallback to exec help), explicit Mode A/Mode B flows, mandatory confirmation, backup-before-change, apply/verify/log. The skill instructs executing local commands (cp, openclaw CLI, Python JSON edit when needed) and performing web fetches for docs — all expected for a config-management skill. Note: these operations access and persist local config and logs which may contain secrets.
安装机制
Instruction-only skill with no install spec and no code files. This minimizes install-time risk because nothing is downloaded or written by an installer step.
凭证需求
Metadata lists no required environment variables or config paths, but SKILL.md prescribes reading and writing files under ~/.openclaw (openclaw.json, backups, logs) and invoking the openclaw CLI. The skill therefore requires filesystem and CLI access not declared in the registry metadata; that discrepancy is a proportionality and transparency issue. Also, openclaw.json may contain secrets/configuration that you should treat as sensitive.
持久化与权限
always:false and user-invocable:true (normal). The skill will create backups and append to a local log file in the user's home directory, which is appropriate for config tools. It does not request permanent platform-wide privileges in the metadata.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/12

NULL

无害

安装命令

点击复制
官方npx clawhub@latest install openclaw-config-ops
镜像加速npx clawhub@latest install openclaw-config-ops --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库