A comprehensive suite of text manipulation tools for AI agents to handle regex, diffs, format conversions, and structured JSON data.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install text-transform
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 text-transform using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Text Transform utility for Openclaw Skills provides a robust, stateless API interface designed to handle complex text processing tasks that go beyond simple string manipulation. By integrating this skill, agents can efficiently manage data structural transformations, such as converting Markdown to HTML, generating line-level diffs for version comparison, and performing advanced regex operations. This is a critical addition to any suite of Openclaw Skills, as it offloads computationally heavy or logic-sensitive text tasks to a dedicated service, ensuring consistency and precision in agent outputs.
Privacy and speed are at the core of this tool's design. It operates entirely statelessly, meaning no user data or agent-generated content is logged or retained by the service. Developers using Openclaw Skills can rely on this tool for everything from slugifying titles and counting words to deep JSON querying and validation, making it an indispensable part of a modern AI development workflow.
To get started with this component of your Openclaw Skills library, you can begin using the free tier immediately. For higher volume needs, the service supports the x402 protocol for micro-payments.
# Test the transform endpoint
curl -X POST https://text.agentutil.net/v1/transform \
-H "Content-Type: application/json" \
-d '{"input": "Openclaw Skills are powerful", "operations": ["slugify", "word_count"]}'
No API keys are required for the initial 10 queries per day. For production environments, ensure your agent is configured to handle the JSON response structure effectively.
The skill utilizes a standardized JSON schema for all interactions to ensure compatibility across different Openclaw Skills implementations.
| Field | Description | Example |
|---|---|---|
input |
The source text to be manipulated. | "# Heading" |
operations |
An array of specific transformation commands. | ["lowercase", "trim"] |
results |
An object containing the output of each requested operation. | {"word_count": 2} |
from / to |
Parameters used for format conversion (e.g., markdown to html). | "markdown" |
operation |
The specific mode for JSON or Regex endpoints. | "match_all" |
Loading
A specialized tool for safe math expression evaluation, descriptive statistics, and percentage calculations via a secure API.

Perform DNS lookups, reverse DNS, WHOIS queries, and IP geolocation directly through an AI agent.

A comprehensive cryptographic utility for generating hashes, HMACs, UUIDs, and identifying unknown hash algorithms via a secure API.

A precision toolkit for converting addresses to coordinates, performing reverse lookups, and calculating global distances.

A precision utility for global timezone synchronization, complex date arithmetic, and Unix epoch transitions designed for AI agents.

A comprehensive weather data skill providing real-time conditions and multi-day forecasts for any global location via name or coordinates.








































