text
Installation
SKILL.md
Text Processing Skill
Process text files using standard bash tools (grep, sed, awk, wc).
Available Scripts
stats.sh
Get statistics about a text file (lines, words, characters).
bash /skills/text/scripts/stats.sh document.txt
search.sh
Search for patterns in text files.
bash /skills/text/scripts/search.sh <file> <pattern> [--count] [--context <lines>]
extract.sh
Related skills