← 返回 Skills 市场
cutthemustard

Text Transform

作者 CutTheMustard · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
478
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install text-transform
功能描述
Text transformation, regex, diff, format conversion, and JSON manipulation.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install text-transform
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /text-transform 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug text-transform
版本 1.0.1
许可证
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Text Transform 是什么?

Text transformation, regex, diff, format conversion, and JSON manipulation. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 478 次。

如何安装 Text Transform?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install text-transform」即可一键安装,无需额外配置。

Text Transform 是免费的吗?

是的,Text Transform 完全免费(开源免费),可自由下载、安装和使用。

Text Transform 支持哪些平台?

Text Transform 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Text Transform?

由 CutTheMustard(@cutthemustard)开发并维护,当前版本 v1.0.1。

💬 留言讨论