← 返回 Skills 市场
wimi321

Claude Settings Editor

作者 wimi321 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
133
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install claude-code-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

  1. Choose the correct settings file by scope: user, project, or local.
  2. Read the current file before editing.
  3. Apply the smallest valid JSON change.
  4. Keep permissions, hooks, plugins, and MCP configuration syntactically valid.
  5. 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.

Source Provenance

Derived from src/skills/bundled/updateConfig.ts.

安全使用建议
This skill appears to be intended for editing Claude JSON config, but it is under-specified about what files and servers it will touch. Before installing or invoking it: (1) Ask the skill author which exact file paths and scopes (user, project, local) the agent will be allowed to read/write. (2) Confirm whether any MCP or server toggles require credentials or network access — if so, require explicit, scope-limited credentials and out-of-band confirmation before changes. (3) Require the agent to produce a diff and get explicit human approval before writing any file. (4) Keep backups of any settings.json you allow it to edit. (5) Because the skill has no homepage and provenance is limited, prefer conservative usage (limit its file permissions, run in a constrained environment) until you can verify the source. These steps reduce the risk that the agent will read or change unrelated or sensitive configuration.
功能分析
Type: OpenClaw Skill Name: claude-code-claude-settings-editor Version: 1.0.0 The skill is designed to manage Claude configuration files, such as settings.json, hooks, and MCP server toggles. The instructions in SKILL.md and agents/openai.yaml focus on safe JSON editing, scope awareness, and include explicit guardrails to warn users before widening permissions or making broad changes. No malicious code, exfiltration patterns, or harmful prompt-injection instructions were found.
能力评估
Purpose & Capability
The name and description match the SKILL.md: it intends to edit Claude settings, hooks, permissions, and JSON config. However, the mention of 'MCP server toggles' and other server-level items implies remote or privileged actions that are not reflected anywhere else in the metadata (no credentials, no config paths). This is plausible but under-specified.
Instruction Scope
The runtime instructions explicitly tell the agent to choose a settings file by scope (user, project, local), read the current file, and apply edits. Those operations require filesystem and potentially network access. SKILL.md does not enumerate concrete paths, nor does it require explicit confirmation steps or describe how the agent should authenticate to remote services, so the instructions are ambiguous and could lead the agent to read or modify files beyond an expected limited scope.
Install Mechanism
This is an instruction-only skill with no install spec and no code files to run. That minimizes installation risk — nothing is downloaded or written by an installer.
Credentials
The skill declares no required environment variables or config paths, yet the description and instructions mention server toggles and editing settings that often require credentials or explicit file-path scope. The absence of any declared credentials/config paths is a mismatch and could hide the need to supply sensitive tokens or grant broad file access at invocation time.
Persistence & Privilege
The skill is not always-enabled and uses the platform's default autonomous-invocation setting. It does not request persistent or elevated platform privileges in the metadata.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install claude-code-claude-settings-editor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /claude-code-claude-settings-editor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial extraction from local Claude Code source
元数据
Slug claude-code-claude-settings-editor
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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 插件,目前累计下载 133 次。

如何安装 Claude Settings Editor?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install claude-code-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。

💬 留言讨论