← 返回 Skills 市场
47
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install chown-tool
功能描述
Perform chown-tool operations from the command line.
使用说明 (SKILL.md)
Chown - CLI Utility
Command-line utility for chown operations.
Quick Start
chown-tool --help
Features
- Standard command-line interface
- Common flags and arguments
- Pipe and redirect compatible
- Shell integration
Examples
# Show help
chown-tool --help
# Basic usage
chown-tool [options] [arguments]
# Pipe input
echo "input" | chown-tool [options]
安全使用建议
This skill appears to be what it claims: a tiny chown CLI. Before installing, inspect the script (already included) and confirm you trust it. Be aware that chown requires appropriate system privileges to succeed — do not grant the agent or this skill elevated (root) permissions unless you intend to allow file ownership changes. If you want to limit risk, run it in a sandbox or only allow manual (user-initiated) invocation rather than autonomous invocation by an agent.
功能分析
Type: OpenClaw Skill
Name: chown-tool
Version: 1.0.0
The chown-tool is a straightforward Python wrapper for the standard system chown operation, implemented in scripts/chown.py. It uses the built-in os, pwd, and grp modules to resolve ownership names to IDs and apply them to files, with no evidence of malicious intent, data exfiltration, or suspicious instructions in SKILL.md.
能力评估
Purpose & Capability
Name/description match the included code and SKILL.md. The Python script implements a simple chown operation (owner and file arguments) consistent with the claimed purpose.
Instruction Scope
SKILL.md only documents CLI usage and examples. The runtime behavior (scripts/chown.py) operates only on the provided file argument and does not read unrelated files, environment variables, or contact external endpoints.
Install Mechanism
No install specification or external downloads. The skill is instruction-only with an included small script; nothing is written to disk by an installer.
Credentials
No environment variables, credentials, or config paths are requested. The script uses standard system libraries (pwd, grp, os) appropriate for mapping user/group names to IDs.
Persistence & Privilege
The skill is not always-enabled and is user-invocable (normal). However, chown is a privileged operation: if this skill is executed with elevated/system privileges it can change ownership of arbitrary files. This is an inherent risk of a chown utility rather than an incoherence in the skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install chown-tool - 安装完成后,直接呼叫该 Skill 的名称或使用
/chown-tool触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Chown Tool 是什么?
Perform chown-tool operations from the command line. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 47 次。
如何安装 Chown Tool?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install chown-tool」即可一键安装,无需额外配置。
Chown Tool 是免费的吗?
是的,Chown Tool 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Chown Tool 支持哪些平台?
Chown Tool 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Chown Tool?
由 BIN(@dinghaibin)开发并维护,当前版本 v1.0.0。
推荐 Skills