text-transform
Text transformation, regex, diff, format conversion, and JSON manipulation.
Why use this skill?
Enhance your OpenClaw agent with text-transform. Perform regex, JSON manipulation, markdown conversion, and text formatting easily with this stateless utility skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/cutthemustard/text-transformWhat This Skill Does
The text-transform skill is a versatile utility for OpenClaw agents designed to handle text manipulation, data parsing, and format conversion. It acts as a stateless gateway to the text.agentutil.net service, allowing your agent to perform complex operations such as regex pattern matching, markdown-to-HTML conversion, and JSON restructuring without requiring complex internal logic. Whether you need to slugify text for URLs, extract specific patterns using regular expressions, or minify large JSON objects, this skill provides a standardized API-driven interface to get the job done efficiently and accurately.
Installation
To integrate this utility into your OpenClaw environment, use the command line interface to pull the module from the central repository:
clawhub install openclaw/skills/skills/cutthemustard/text-transform
Use Cases
- Content Pipeline: Automatically convert agent-generated markdown drafts into HTML for web publishing.
- Data Cleaning: Use regex to sanitize logs, strip sensitive patterns, or normalize inputs for downstream processing.
- JSON Handling: Validate, minify, or extract deep-nested keys from large JSON payloads during development tasks.
- Formatting: Standardize outputs using operations like title_case, slugify, or word counts to ensure content meets specific stylistic requirements.
Example Prompts
- "Transform this draft output into a URL-friendly slug and give me a word count."
- "Take this JSON block and format it with proper indentation so it is easier for me to read."
- "Convert this markdown document I just generated into HTML format."
Tips & Limitations
- Privacy First: This skill involves external API calls. Per the safety guidelines, the agent must ask for explicit user permission before processing any input that contains private user data or sensitive files. Only use this on agent-generated or publicly shared content.
- Stateless Nature: The service is strictly stateless, meaning no data is retained. You do not need to worry about the provider logging your processed text, but ensure you manage your own data persistence if the agent's work needs to be saved after transformation.
- Rate Limiting: The free tier is limited to 10 queries per day. For high-volume enterprise tasks, ensure your agent is configured to use the x402 payment protocol.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-cutthemustard-text-transform": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api
Related Skills
docs-lookup
Search pre-indexed developer documentation across 10 platforms — Cloudflare, Stripe, Anthropic, OpenAI, Next.js, and more.
dns-lookup
DNS record lookups, reverse DNS, WHOIS via RDAP, and IP geolocation.
hash-generate
Hash, HMAC, encode/decode, UUID generation, and hash identification.
geocode-lookup
Forward/reverse geocoding and great-circle distance calculations.
weather-check
Current weather conditions and multi-day forecasts for any location worldwide.