PluginBench
Skill
Pass
Audit score 90

doc

nexu-io/open-design

Read, create, and edit .docx documents with formatting and layout fidelity.

What is doc?

A document skill for working with Word files (.docx) while preserving formatting and layout. Use it when you need to programmatically read, create, or modify Word documents with full fidelity to their original structure and styling.

  • Read .docx documents while preserving formatting and layout
  • Create new .docx documents with structured content
  • Edit existing Word documents with formatting fidelity
  • Maintain document layout during transformations
  • Work with OpenAI's document processing capabilities

How to install doc

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

How to use doc

  1. 1.Install the skill using: npx skills add https://github.com/nexu-io/open-design --skill doc
  2. 2.Ask your agent to invoke the skill by name (doc) or use trigger phrases like 'openai doc', 'docx fidelity', 'word doc edit', or 'layout doc'
  3. 3.Refer to the upstream repository at https://github.com/openai/skills for detailed documentation and examples
  4. 4.The agent will discover and use this skill during planning when relevant to your request

Use cases

Good for
  • Generate formatted Word documents from structured data
  • Read and extract content from existing .docx files while maintaining layout
  • Modify Word documents programmatically with style preservation
  • Create templated documents with consistent formatting
  • Process document workflows that require layout-aware editing
Who it's for
  • Developers building document automation workflows
  • Teams needing programmatic Word document generation
  • Users requiring layout-preserving document processing
  • Document management system builders

doc FAQ

What file formats does this skill support?

This skill works with .docx (Microsoft Word) documents, preserving formatting and layout fidelity.

Can I edit existing Word documents?

Yes, the skill can read, create, and edit .docx documents while maintaining their formatting and structure.

Where is the full documentation?

The upstream repository is at https://github.com/openai/skills. Inspect the README there for exact paths, assets, and references.

How do I trigger this skill?

You can invoke it by name ('doc') or use trigger phrases like 'openai doc', 'docx fidelity', 'word doc edit', or 'layout doc'.

Full instructions (SKILL.md)

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


name: doc description: | Read, create, and edit .docx documents with formatting and layout fidelity via OpenAI's document skill. triggers:


doc

Curated from OpenAI's skills repository.

What it does

Read, create, and edit .docx documents with formatting and layout fidelity via OpenAI's document skill.

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/openai/skills

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