← 返回 Skills 市场
131
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install claude-settings-editor
功能描述
Use when the user wants to update Claude settings, hooks, permissions, MCP server toggles, or other JSON config safely and with scope awareness.
使用说明 (SKILL.md)
Claude Settings Editor
Use this skill for settings.json, local overrides, and hook configuration.
Workflow
- Choose the correct settings file by scope: user, project, or local.
- Read the current file before editing.
- Apply the smallest valid JSON change.
- Keep permissions, hooks, plugins, and MCP configuration syntactically valid.
- Explain scope, precedence, and any risky config changes.
Guardrails
- Do not replace a config file wholesale unless necessary.
- Preserve unrelated user settings.
- Warn before widening permissions or changing automation hooks broadly.
Example Requests
- Update project hooks without breaking existing settings.
- Change Claude permissions and MCP toggles in the right settings file.
Inputs
- Requested configuration change
- Desired scope
- Existing settings state
Outputs
- Validated JSON config edits
- Scope explanation
- Risk notes for sensitive changes
Success Criteria
- Only the intended file was changed.
- JSON remains valid.
- Unrelated settings were preserved.
Non-Goals
- Blind full-file rewrites
- Silent permission broadening
Source Provenance
Derived from src/skills/bundled/updateConfig.ts.
安全使用建议
This skill appears to do what it says (make small, scoped JSON edits to Claude settings) and has no installs or secret requirements, but it leaves which files to read/write unspecified. Before installing or granting the agent access: (1) confirm exactly which file paths the skill will be allowed to access; (2) require explicit user confirmation before any write; (3) back up target config files and test on non-production copies; (4) prefer a prompt that supplies the exact path and scope to the agent rather than leaving scope discovery to the agent; and (5) enable logging/auditing of any changes so you can review edits after they occur.
功能分析
Type: OpenClaw Skill
Name: claude-settings-editor
Version: 1.0.0
The skill bundle describes a utility for managing Claude configuration files, such as settings.json, hooks, and MCP server toggles. The instructions in SKILL.md include explicit safety guardrails, such as performing minimal JSON edits, preserving unrelated settings, and warning the user before widening permissions. No malicious code, data exfiltration logic, or harmful prompt-injection instructions were found.
能力评估
Purpose & Capability
The skill's name/description (edit Claude settings/hooks/permissions) align with the runtime instructions (read chosen settings file, apply minimal JSON edits). However, the registry metadata lists no required config paths even though the runtime workflow expects reading and writing settings files; that mismatch should be clarified.
Instruction Scope
SKILL.md explicitly tells the agent to 'choose the correct settings file by scope' and to 'read the current file before editing' and to write edits. Those actions are appropriate for the stated goal, but the instructions do not constrain or enumerate specific file paths, nor do they require explicit user confirmation before performing writes—this gives the agent broad discretion to access filesystem locations unless the integrating environment enforces limits.
Install Mechanism
No install spec and no code files — the skill is instruction-only, so nothing is written to disk or downloaded during install.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportionate for a local-config editing helper; the only gap is the lack of declared config paths when the instructions imply file access.
Persistence & Privilege
always is false and the skill does not request persistent presence or system-wide config changes. It does instruct file edits within its scope, which is expected for this purpose.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install claude-settings-editor - 安装完成后,直接呼叫该 Skill 的名称或使用
/claude-settings-editor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial extraction from local Claude Code source
元数据
常见问题
Claude Settings Editor 是什么?
Use when the user wants to update Claude settings, hooks, permissions, MCP server toggles, or other JSON config safely and with scope awareness. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 131 次。
如何安装 Claude Settings Editor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install claude-settings-editor」即可一键安装,无需额外配置。
Claude Settings Editor 是免费的吗?
是的,Claude Settings Editor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Claude Settings Editor 支持哪些平台?
Claude Settings Editor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Claude Settings Editor?
由 wimi321(@wimi321)开发并维护,当前版本 v1.0.0。
推荐 Skills