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.

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 "docx-processing-superdoc" with this command: npx skills add lawvable/awesome-legal-skills/lawvable-awesome-legal-skills-docx-processing-superdoc

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

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

contract-review-anthropic

No summary provided by upstream source.

Repository SourceNeeds Review
General

legal-simulation-patrick-munro

No summary provided by upstream source.

Repository SourceNeeds Review
General

vendor-due-diligence-patrick-munro

No summary provided by upstream source.

Repository SourceNeeds Review
General

privacy-policy-malik-taiar

No summary provided by upstream source.

Repository SourceNeeds Review