agentsclimarketplace

Docx processing superdoc

Skill pinkpixel-dev/skills-collection-1/SKILLS/docx-processing-superdoc

Searches, replaces, and reads text in Word documents. Use when the user asks to edit, search, or extract text from .docx files.From its SKILL.md

Install
npx -y skills add pinkpixel-dev/skills-collection-1 --skill docx-processing-superdoc

Assembled 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.

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

CommandDescription
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

What ships with it: 1 file

33.7 KB alongside SKILL.md

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.