← 返回 Skills 市场
Text Tools Pro
作者
awdasfdada
· GitHub ↗
· v1.0.0
· MIT-0
38
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install text-tools-pro
功能描述
Text processing toolkit - format, clean, convert, analyze text. Includes markdown formatting, text cleaning, word count, case conversion, find/replace, text...
使用说明 (SKILL.md)
Text Tools Pro
A comprehensive text processing toolkit for everyday text manipulation tasks.
Features
- Text Cleaning: Remove extra spaces, fix line breaks, normalize encoding
- Format Conversion: Markdown ↔ HTML, Case conversion (upper/lower/title)
- Text Analysis: Word count, character count, reading time estimate
- Find & Replace: Batch text replacement with regex support
- Text Comparison: Diff two texts and highlight differences
- Line Operations: Sort lines, remove duplicates, reverse order
- Text Extraction: Extract URLs, emails, phone numbers from text
Quick Start
Clean Text
text-tools clean --input file.txt --output clean.txt
Convert Case
text-tools case --input file.txt --to upper # upper, lower, title, sentence
Count Words
text-tools count --input file.txt
Find & Replace
text-tools replace --input file.txt --find "old" --replace "new" --output result.txt
Compare Texts
text-tools diff --file1 a.txt --file2 b.txt --output diff.html
Extract Data
text-tools extract --input file.txt --type urls # urls, emails, phones
Scripts
All functionality available in scripts/:
text_clean.py- Text cleaning and normalizationtext_convert.py- Format and case conversiontext_analyze.py- Text analysis and statisticstext_replace.py- Find and replace operationstext_diff.py- Text comparisontext_extract.py- Data extraction from text
安全使用建议
Safe to install for local text cleanup and basic text statistics. Be aware that several advertised tools are not included in this package, and only run it on files you intend to process because it reads the input path you provide and may write to the output path you choose.
能力评估
Purpose & Capability
The stated purpose is broad text cleaning and analysis; the included scripts support only cleaning and statistics, so the documentation overstates available helper scripts but stays within the text-processing purpose.
Instruction Scope
The trigger language is broad for everyday text tasks, which could cause over-invocation, but the instructions do not request sensitive access or unsafe automatic actions.
Install Mechanism
Artifacts consist of SKILL.md and two Python scripts; no installer, package manager hook, startup hook, or dependency-fetching behavior is present.
Credentials
The scripts read user-specified input files, optionally write a user-specified output file, and otherwise print results locally; this is proportionate for text processing.
Persistence & Privilege
No persistence, privilege escalation, background execution, credential access, network calls, shell execution, or broad local indexing was found.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install text-tools-pro - 安装完成后,直接呼叫该 Skill 的名称或使用
/text-tools-pro触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Text processing toolkit: clean, analyze, convert text. Word count, text cleaning, statistics analysis.
元数据
常见问题
Text Tools Pro 是什么?
Text processing toolkit - format, clean, convert, analyze text. Includes markdown formatting, text cleaning, word count, case conversion, find/replace, text... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 38 次。
如何安装 Text Tools Pro?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install text-tools-pro」即可一键安装,无需额外配置。
Text Tools Pro 是免费的吗?
是的,Text Tools Pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Text Tools Pro 支持哪些平台?
Text Tools Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Text Tools Pro?
由 awdasfdada(@awdasfdada)开发并维护,当前版本 v1.0.0。
推荐 Skills