← 返回 Skills 市场
ivangdavila

Text

作者 Iván · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1141
总下载
2
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install text
功能描述
Transform, format, and process text with patterns for writing, data cleaning, localization, citations, and copywriting.
安全使用建议
This skill is a coherent, instruction-only text-processing guide and appears to do what it says. Before using: (1) Review any shell/python commands and run them on copies of your data (avoid sed -i on originals). (2) Be cautious when processing .env, config, or log files — they often contain secrets; do not run extraction commands on those files unless you intend to and understand the risk. (3) Some examples rely on tools (python3, jq, yq, csvkit); ensure you have the intended versions and prefer non-destructive flags or dry-run options. (4) If you plan to allow an automated agent to run these instructions, restrict it to safe test data or a sandbox to avoid accidental data modification or exposure.
功能分析
Type: OpenClaw Skill Name: text Version: 1.0.0 The skill bundle is primarily instructional and provides numerous benign text processing examples. However, the `data.md` file includes shell commands that execute arbitrary Python code (`python3 -c "..."`) and commands to parse `.env` files (`grep ... .env`). While the examples provided are benign and align with the stated purpose of text processing, these capabilities introduce a vulnerability risk. The `python3 -c` command could be leveraged for Remote Code Execution (RCE) if an AI agent were to construct or receive malicious input for it. The `.env` file parsing, while a legitimate data extraction task, could expose sensitive environment variables if applied to a privileged file by a compromised agent or malicious prompt. These are risky capabilities that could allow attacks, classifying the bundle as suspicious rather than benign, but without clear evidence of intentional malicious design.
能力评估
Purpose & Capability
Name/description (text transformation, cleaning, localization, citations, copywriting) match the included SKILL.md and topic-specific files. All provided commands, regexes, and examples are appropriate for text/data cleaning and writing tasks.
Instruction Scope
The runtime instructions contain shell commands and code snippets that read and transform arbitrary files (document.txt, .env, config.ini, app.log, etc.) and examples that extract emails/URLs. This is expected for a text-processing skill, but several examples use in-place edits (sed -i) and commands that could reveal sensitive content if run on secrets/config files. The instructions do not direct data to external endpoints or ask the agent to collect context beyond the file examples.
Install Mechanism
There is no install spec and no code files — the skill is instruction-only. No downloads, archives, or package installs are requested.
Credentials
The skill requires no environment variables or credentials. However, the docs show examples for inspecting .env and log files and using tools (jq, yq, python3) which may expose secrets if those files are processed. That exposure is a normal consequence of file-processing utilities, not a mismatch in declared requirements.
Persistence & Privilege
The skill is not always-on, does not declare persistence, and does not request system configuration changes. It is user-invocable and can be invoked autonomously per platform defaults, which is normal and not itself a red flag here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install text
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /text 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug text
版本 1.0.0
许可证
累计安装 4
当前安装数 4
历史版本数 1
常见问题

Text 是什么?

Transform, format, and process text with patterns for writing, data cleaning, localization, citations, and copywriting. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1141 次。

如何安装 Text?

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

Text 是免费的吗?

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

Text 支持哪些平台?

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

谁开发了 Text?

由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。

💬 留言讨论