A streamlined utility for modifying file and directory permissions using symbolic or numeric octal modes.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install chmod-tool
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install chmod-tool using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Chmod Tool is a specialized utility designed to manage file system access controls directly through your agentic workflows. As part of the Openclaw Skills ecosystem, it provides a bridge between high-level AI instructions and low-level system security requirements. It allows for precise control over who can read, write, or execute files, ensuring that scripts and applications have the exact permissions they need to run safely.
By integrating this tool, developers can automate the hardening of their environments or the preparation of executable scripts without leaving their primary workspace. Whether you are adjusting a single configuration file or recursively updating an entire directory tree, this skill ensures the task is handled with standard Unix-style precision.
To integrate this utility into your Openclaw Skills collection, ensure it is available in your execution path. No complex configuration is required beyond standard installation.
# Standard usage syntax
chmod-tool [OPTIONS] MODE FILE
# Example: Making a script executable
chmod-tool +x script.sh
The Chmod Tool operates directly on the underlying file system. It does not maintain an independent database but utilizes the following parameter structure:
| Parameter | Type | Description |
|---|---|---|
mode |
String | The permission setting (e.g., 755, u+x, g-w). |
target |
Path | The file or directory to modify. |
recursive |
Boolean | If true (using -R), applies changes to all files within a directory. |
reference |
Path | (Optional) Uses another file's permissions as the template. |
Loading
A robust command-line utility designed for performing clear-tool operations with standard CLI flags and shell integration.

A dynamic capability discovery skill that allows AI agents to search for, select, and execute thousands of external APIs on-the-fly.

A sophisticated multi-agent orchestration skill for fully automated or human-in-the-loop social media and web publishing.

An advanced intelligence layer for web searching that optimizes queries, aggregates multi-source results, and generates automated summaries.

A powerful analysis tool that transforms any GitHub URL into a comprehensive technical architecture report and visual knowledge card.

A specialized command-line utility for managing file and directory ownership with full shell and pipe compatibility.








































