← 返回 Skills 市场
microshark2024

text-transformer

作者 郭祥伟 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
180
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install text-transformer
功能描述
调用 Python 脚本处理文本(当前支持:转换为大写)。 / Python-powered text transformation tool.
使用说明 (SKILL.md)

当用户请求处理文本,或明确调用 /text-transformer 时,请严格执行以下步骤:

  1. 提取用户想要处理的核心文本内容。
  2. 使用内置的命令行工具(例如 bashexec),在当前目录({baseDir})下运行 Python 脚本。
  3. 执行命令示例:python {baseDir}/tool.py "\x3C提取的文本>"
  4. 将终端返回的处理结果直接反馈给用户。

注意:如果脚本执行报错,请将错误信息反馈给用户,并尝试分析原因。

安全使用建议
This skill appears low-risk and does exactly what it claims (uppercase conversion) with no network access or secrets. Before installing, confirm you trust the skill source (owner unknown) and ensure the agent executes the Python process without shell interpolation (call python directly with an argv array or properly escape user input) to avoid command-injection risks. If you plan to run this in a sensitive environment, inspect/verify tool.py's contents and run it in a restricted environment (container or sandbox).
能力评估
Purpose & Capability
Name and description match the code and instructions. The included tool.py implements a simple uppercase transform and no unrelated capabilities (no cloud APIs, no extra binaries, no secrets).
Instruction Scope
SKILL.md instructs the agent to run: python {baseDir}/tool.py "<extracted text>". That's within scope for text transformation, but telling the agent to use a shell (bash or exec) to interpolate user text creates a minor risk: if the agent runs the command through a shell without proper escaping, user-provided content could lead to command injection. The script itself only reads argv[1] and prints an uppercase version (no file I/O or network calls).
Install Mechanism
No install spec; instruction-only with a small included script. Nothing is downloaded or written to disk at install time beyond the provided file, so install risk is low.
Credentials
No environment variables, credentials, or config paths are requested. The requested surface is minimal and appropriate for the described task.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent elevated privileges or modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install text-transformer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /text-transformer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of text-transformer. - Provides a simple tool to process text using a Python script (currently supports: convert to uppercase). - Users can invoke the skill directly or by requesting text processing. - Executes a Python script in the current directory to perform the transformation. - Returns the processed result or any script error message directly to the user.
元数据
Slug text-transformer
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

text-transformer 是什么?

调用 Python 脚本处理文本(当前支持:转换为大写)。 / Python-powered text transformation tool. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 180 次。

如何安装 text-transformer?

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

text-transformer 是免费的吗?

是的,text-transformer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

text-transformer 支持哪些平台?

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

谁开发了 text-transformer?

由 郭祥伟(@microshark2024)开发并维护,当前版本 v1.0.0。

💬 留言讨论