← 返回 Skills 市场
dinghaibin

Chmod Tool

作者 BIN · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
43
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install chmod-tool
功能描述
Change file permissions using symbolic or numeric modes.
使用说明 (SKILL.md)

Chmod Tool - File Permissions

Modify file read/write/execute permissions with symbolic or octal modes.

Quick Start

chmod-tool +x script.sh

Features

  • Symbolic mode (u+x, g-w)
  • Octal mode (755, 644)
  • Recursive (-R)
  • Reference file

Examples

chmod-tool +x script.sh
chmod-tool 755 myfile
chmod-tool -R 644 docs/

See Also

  • Related documentation: man chmod (if available)
安全使用建议
The SKILL.md and examples promise features (symbolic modes like '+x', recursive -R, reference-file) that the included Python script does not implement — it only accepts an octal mode and a single path. This looks like sloppy or incorrect packaging rather than overtly malicious code, but you should not rely on the documented behavior. If you need symbolic/recursive behavior, use the system chmod or fix/replace the script. Before installing or allowing the agent to run this skill: (1) review or test scripts/chmod.py in a safe directory to confirm behavior; (2) update SKILL.md to match actual capabilities or update the script to implement the advertised features; (3) avoid granting the agent permission to run this tool on sensitive system paths until you're confident it behaves as expected. If you expected symbolic/recursive/reference support, treat this skill as unusable until corrected.
功能分析
Type: OpenClaw Skill Name: chmod-tool Version: 1.0.0 The tool provides file permission modification capabilities via os.chmod in scripts/chmod.py, which is a high-risk system operation. There is a significant discrepancy between the documentation (SKILL.md), which claims support for symbolic modes and recursive operations, and the actual implementation, which only supports octal modes and lacks recursion. While no clear malicious intent is present, the combination of high-risk file access and misleading documentation warrants a suspicious classification.
能力评估
Purpose & Capability
Name/description say 'symbolic or numeric modes', recursive and reference-file support; the packaged script only accepts two positional args (mode and file) and parses mode as an octal integer — symbolic modes (e.g. '+x'), '-R', and reference-file behavior are not implemented.
Instruction Scope
SKILL.md shows examples using symbolic modes and recursive usage that will not work with scripts/chmod.py. Following the documented examples will produce errors or unexpected behavior; the instructions therefore mislead the agent about what commands to run and what effects to expect.
Install Mechanism
No install spec; this is instruction+small script only, so nothing is being downloaded or written to disk at install time beyond the included files.
Credentials
No environment variables, credentials, or config paths are requested — appropriate for a simple chmod utility.
Persistence & Privilege
always is false and the skill does not request elevated persistence. Note that the skill can be invoked autonomously by default (disable-model-invocation is false), which is normal for skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install chmod-tool
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /chmod-tool 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug chmod-tool
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Chmod Tool 是什么?

Change file permissions using symbolic or numeric modes. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 43 次。

如何安装 Chmod Tool?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install chmod-tool」即可一键安装,无需额外配置。

Chmod Tool 是免费的吗?

是的,Chmod Tool 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Chmod Tool 支持哪些平台?

Chmod Tool 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Chmod Tool?

由 BIN(@dinghaibin)开发并维护,当前版本 v1.0.0。

💬 留言讨论