ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified utilities Safety 4/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/cutthemustard/text-transform
Or

What 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

  1. "Transform this draft output into a URL-friendly slug and give me a word count."
  2. "Take this JSON block and format it with proper indentation so it is easier for me to read."
  3. "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

Stars3409
Views0
Updated2026-03-25
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-cutthemustard-text-transform": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#regex#text-processing#json-tools#utility#format-conversion
Safety Score: 4/5

Flags: external-api