← Back to Skills Marketplace
cutthemustard

Text Transform

by CutTheMustard · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
478
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install text-transform
Description
Text transformation, regex, diff, format conversion, and JSON manipulation.
Usage Guidance
This skill legitimately performs text transforms but does so by sending text to an external domain (text.agentutil.net). Before installing or using it: (1) Do not send any sensitive, private, or confidential text to the skill unless you explicitly consent after understanding the risk. (2) Verify the operator and privacy policy of text.agentutil.net — the SKILL.md's claim that data is not retained cannot be verified from the manifest. (3) Prefer local transformations (built-in regex or local libraries) when handling private data. (4) Test with non-sensitive dummy data first to confirm behavior. (5) If you must process private documents, ask the skill author for an audited on-prem/local implementation or an explicit, verifiable data-retention/privacy statement. These precautions will reduce the risk of unintended data exposure.
Capability Analysis
Type: OpenClaw Skill Name: text-transform Version: 1.0.1 The skill is classified as suspicious due to its core functionality of sending arbitrary text input to an external, third-party API (https://text.agentutil.net) for processing. While the SKILL.md includes explicit instructions for the AI agent to ask for user permission and avoid sending sensitive data, these are prompt-based safeguards that can potentially be bypassed by a malicious prompt injection against the agent, leading to unauthorized data exfiltration. The reliance on an external service also introduces a supply chain risk.
Capability Assessment
Purpose & Capability
Name/description (text transforms, regex, diff, format conversion, JSON operations) align with the provided curl endpoints and operations. No unrelated binaries, env vars, or installs are requested.
Instruction Scope
Runtime instructions explicitly send input to https://text.agentutil.net for transformations and instruct the agent to ask for user permission before sending user-provided content. That scope is appropriate for the stated purpose, but the instructions rely entirely on an external API and assert privacy guarantees (stateless/no retention) that cannot be verified from the SKILL.md. Sending any non-agent-generated text to an external endpoint risks exposing private data; the skill attempts to mitigate this by requiring explicit consent, but the underlying privacy claim remains unvalidated.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk by the skill itself.
Credentials
Skill requests no environment variables, credentials, or config paths. The paid tier and payment mechanism are mentioned but no credentials or keys are required by the skill as delivered.
Persistence & Privilege
always:false and no persistent installation behavior. The skill does not request elevated agent privileges or modify other skills/configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install text-transform
  3. After installation, invoke the skill by name or use /text-transform
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Strengthen data handling: default to agent-generated content only, require explicit user instruction for user content
v1.0.0
Initial release with powerful text processing and transformation features: - Perform text transformations (case, slugify, count, truncate, reverse, etc.) - Use regex operations (match, replace, test) via API - Run line-level diffs for text comparison - Convert between formats (Markdown ↔ HTML) - Manipulate and validate JSON (parse, format, minify, query) - Free tier: 10 requests/day, no signup required; paid tier available - No personal data stored; privacy-first service with IP-hash-based rate limiting
Metadata
Slug text-transform
Version 1.0.1
License
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is Text Transform?

Text transformation, regex, diff, format conversion, and JSON manipulation. It is an AI Agent Skill for Claude Code / OpenClaw, with 478 downloads so far.

How do I install Text Transform?

Run "/install text-transform" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Text Transform free?

Yes, Text Transform is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Text Transform support?

Text Transform is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Text Transform?

It is built and maintained by CutTheMustard (@cutthemustard); the current version is v1.0.1.

💬 Comments