text

Text Processing Skill

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "text" with this command: npx skills add vercel-labs/bash-tool/vercel-labs-bash-tool-text

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

Extract specific lines or sections from a file.

bash /skills/text/scripts/extract.sh <file> --lines <start>-<end> bash /skills/text/scripts/extract.sh <file> --between <start_pattern> <end_pattern>

wordfreq.sh

Count word frequencies in a text file.

bash /skills/text/scripts/wordfreq.sh document.txt [--top <n>]

Examples

Get file statistics

bash /skills/text/scripts/stats.sh readme.txt

Search with context

bash /skills/text/scripts/search.sh log.txt "ERROR" --context 2

Extract lines 10-20

bash /skills/text/scripts/extract.sh file.txt --lines 10-20

Top 10 most frequent words

bash /skills/text/scripts/wordfreq.sh article.txt --top 10

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

csv

No summary provided by upstream source.

Repository SourceNeeds Review
General

Natural Language Editor

Rewrite text to sound more natural, clear, and human while preserving meaning and factual claims.

Registry SourceRecently Updated
052
Profile unavailable
General

next-best-practices

Next.js best practices - file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, image/font optimization, bundling

Repository SourceNeeds Review
72034.8K
vercel-labs