← Back to Skills Marketplace
ivangdavila

Text

by Iván · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1141
Downloads
2
Stars
4
Active Installs
1
Versions
Install in OpenClaw
/install text
Description
Transform, format, and process text with patterns for writing, data cleaning, localization, citations, and copywriting.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install text
  3. After installation, invoke the skill by name or use /text
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug text
Version 1.0.0
License
All-time Installs 4
Active Installs 4
Total Versions 1
Frequently Asked Questions

What is Text?

Transform, format, and process text with patterns for writing, data cleaning, localization, citations, and copywriting. It is an AI Agent Skill for Claude Code / OpenClaw, with 1141 downloads so far.

How do I install Text?

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

Is Text free?

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

Which platforms does Text support?

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

Who created Text?

It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.

💬 Comments