← Back to Skills Marketplace
awdasfdada

Text Tools Pro

by awdasfdada · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
38
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install text-tools-pro
Description
Text processing toolkit - format, clean, convert, analyze text. Includes markdown formatting, text cleaning, word count, case conversion, find/replace, text...
README (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 normalization
  • text_convert.py - Format and case conversion
  • text_analyze.py - Text analysis and statistics
  • text_replace.py - Find and replace operations
  • text_diff.py - Text comparison
  • text_extract.py - Data extraction from text
Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install text-tools-pro
  3. After installation, invoke the skill by name or use /text-tools-pro
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Text processing toolkit: clean, analyze, convert text. Word count, text cleaning, statistics analysis.
Metadata
Slug text-tools-pro
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Text Tools Pro?

Text processing toolkit - format, clean, convert, analyze text. Includes markdown formatting, text cleaning, word count, case conversion, find/replace, text... It is an AI Agent Skill for Claude Code / OpenClaw, with 38 downloads so far.

How do I install Text Tools Pro?

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

Is Text Tools Pro free?

Yes, Text Tools Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Text Tools Pro support?

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

Who created Text Tools Pro?

It is built and maintained by awdasfdada (@awdasfdada); the current version is v1.0.0.

💬 Comments