← Back to Skills Marketplace
dinghaibin

Chown Tool

by BIN · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
47
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install chown-tool
Description
Perform chown-tool operations from the command line.
README (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]
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install chown-tool
  3. After installation, invoke the skill by name or use /chown-tool
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug chown-tool
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Chown Tool?

Perform chown-tool operations from the command line. It is an AI Agent Skill for Claude Code / OpenClaw, with 47 downloads so far.

How do I install Chown Tool?

Run "/install chown-tool" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Chown Tool free?

Yes, Chown Tool is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Chown Tool support?

Chown Tool is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Chown Tool?

It is built and maintained by BIN (@dinghaibin); the current version is v1.0.0.

💬 Comments