PluginBench
Skill
Pass
Audit score 90

docx

nexu-io/open-design

Create, edit, and analyze Word documents with tracked changes, comments, and formatting.

What is docx?

This skill enables creation, editing, and analysis of Word documents (.docx files) with support for tracked changes, comments, and formatting. Use it for design briefs, copy documents, and review-ready deliverables that require collaborative editing features.

  • Create new Word documents programmatically
  • Edit existing .docx files with formatting preservation
  • Track changes and manage document revisions
  • Add and manage comments in documents
  • Analyze document content and structure
  • Format text with styles and properties

How to install docx

npx skills add https://github.com/nexu-io/open-design --skill docx
Prerequisites
  • Node.js environment with npx available
  • Access to the open-design skills repository
Claude Code
Cursor
Windsurf
Cline

How to use docx

  1. 1.Install the skill using: npx skills add https://github.com/nexu-io/open-design --skill docx
  2. 2.Invoke the skill by name (docx) or use trigger phrases like 'word document', 'tracked changes', or 'design brief doc'
  3. 3.Ask the agent to create, edit, or analyze .docx files as needed
  4. 4.Review the upstream repository at https://github.com/anthropics/skills/tree/main/skills/docx for detailed implementation and examples

Use cases

Good for
  • Generate design briefs with formatted text and tracked changes for team review
  • Create copy documents with comments for editorial feedback
  • Produce review-ready deliverables with change tracking enabled
  • Analyze Word documents to extract content and structure
  • Collaborate on documents by adding comments and suggestions
Who it's for
  • Design teams creating briefs and specifications
  • Content writers and editors managing copy documents
  • Project managers preparing deliverables
  • Teams requiring collaborative document review
  • Developers automating document generation workflows

docx FAQ

What file formats does this skill support?

The skill works with .docx (Word document) format. It can create new documents and edit existing ones.

Can I use this skill for collaborative editing?

Yes, the skill supports tracked changes and comments, making it suitable for collaborative document review and editing workflows.

Where is the original skill implementation?

The skill is curated from Anthropic's official skills repository at https://github.com/anthropics/skills/tree/main/skills/docx

What types of documents is this best for?

It's particularly useful for design briefs, copy documents, specifications, and any review-ready deliverables that benefit from formatting and change tracking.

Full instructions (SKILL.md)

Source of truth, from nexu-io/open-design.


name: docx description: | Create, edit, and analyze Word documents with tracked changes, comments, and formatting. Useful for design briefs, copy docs, and review-ready deliverables. triggers:


docx

Curated from Anthropic's official skills repository.

What it does

Create, edit, and analyze Word documents with tracked changes, comments, and formatting. Useful for design briefs, copy docs, and review-ready deliverables.

Source

How to use

This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and references, install the upstream bundle into your active agent's skills directory:

# Inspect the upstream README for exact paths
open https://github.com/anthropics/skills/tree/main/skills/docx

Then ask the agent to invoke this skill by name (docx) or with one of the trigger phrases listed in this skill's frontmatter.