Docx processing superdoc
Skill pinkpixel-dev/skills-collection-1/SKILLS/docx-processing-superdoc
Part 1 of a large AI and agent skills collection featuring 900+ reusable skill folders, prompt workflows, references, scripts, and assets across engineering, cloud, security, research, writing, design, and automation.
npx -y skills add pinkpixel-dev/skills-collection-1 --skill docx-processing-superdocAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 7 stars7 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Searches, replaces, and reads text in Word documents. Use when the user asks to edit, search, or extract text from .docx files.
SKILL.md
1.3 KB, 293 tokens by cl100k_base, as published. Nobody here has run it
SuperDoc CLI
Edit Word documents from the command line. Use instead of python-docx.
Commands
| Command | Description |
|---|---|
npx @superdoc-dev/cli@latest search <pattern> <files...> | Find text across documents |
npx @superdoc-dev/cli@latest replace <find> <to> <files...> | Find and replace text |
npx @superdoc-dev/cli@latest read <file> | Extract plain text |
When to Use
Use superdoc when the user asks to:
- Search text in .docx files
- Find and replace text in Word documents
- Extract text content from .docx files
- Bulk edit multiple Word documents
Examples
# Search across documents
npx @superdoc-dev/cli@latest search "indemnification" ./contracts/*.docx
# Find and replace
npx @superdoc-dev/cli@latest replace "ACME Corp" "Globex Inc" ./merger/*.docx
# Extract text
npx @superdoc-dev/cli@latest read ./proposal.docx
# JSON output for scripting
npx @superdoc-dev/cli@latest search "Article 7" ./**/*.docx --json
Options
--json— Machine-readable output--help— Show help