A comprehensive collection of stateless file utility operations providing path manipulation, MIME type detection, cryptographic hashing, and data content formatting for AI automation workflows.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install file-utilities-and-editing
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 file-utilities-and-editing using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The File Utilities and Editing skill offers an extensive set of stateless text transformations commonly needed when developing application pipelines or automating tasks via an AI agent. It handles essential metadata operations, path parsing, and data structural layout adjustments without making any direct reads or writes to the local filesystem. By moving these compute tasks to managed remote endpoints, agents can seamlessly process incoming data packages while maintaining security.
Integrating Openclaw Skills like this tool allows developers to quickly hand off tedious string transformations to an agent. From converting raw file byte sizes to readable strings up to petabyte configurations to extracting directory elements or correcting malformed paths, this skill handles file-related contextual formatting cleanly and predictably.
file-path-parse or file-hash-generate) along with the target string input.To leverage this skill within your workspace, install the prerequisite Openclaw Skills configuration packages using your terminal:
# Install the core AgentPMT connection and account management skills
npx skills add AgentPMT/agent-skills --skill what-is-agentpmt
npx skills add AgentPMT/agent-skills --skill agentpmt-account-mcp-rest-api-setup
Configure your environment variables and link your setup utilizing the explicit account-mcp configurations before initiating product-level commands.
The skill returns structured JSON metrics depending on the specific execution target. Common response schemas include:
| Action | Expected Input | Key Output Fields |
|---|---|---|
file-mime-type-detect |
File string with extension | mime-type, category, extension |
file-path-parse |
Complete system path string | directory, filename, name, extension, absolute |
file-json-minify |
Raw JSON formatting | minified, original_length, minified_length, reduction_percentage |
file-hash-generate |
Text string content | digest, algorithm, content_length |
Loading
A CLI client for discovering, claiming, and delivering jobs on the RustChain RIP-302 decentralized agent job market.

A 60-second onboarding CLI tool to scaffold RustChain-participating AI agents with wallet and MCP wiring.

An offline-first, highly secure local memory and vector search system for AI agents powered by Ollama and OpenClaw.

An automated, highly configurable news delivery agent for Openclaw Skills that retrieves, summarizes, and sends daily technology hotspots to various messaging channels with strict anti-hallucination rules.

A utility skill designed to automate the installation of Google Chrome extensions on macOS using direct store URLs, managed policy forced installations, or unpacked developer loads.

A specialized styling skill designed to apply official DeepSeek brand colors, typography, and visual rules to web artifacts, presentation slides, and code displays.








































