DOCX creation, editing, and analysis

🏢Official
by anthropics · vlatest · Repositoryskills.sh

Transforms unstructured text into polished, formatted Microsoft Word (.docx) documents with consistent styling.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add docx npx -- -y @trustedskills/docx
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "docx": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/docx"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The docx skill enables AI agents to create, edit, and manipulate Microsoft Word (.docx) files. It supports formatting text, inserting images, tables, and other elements commonly found in Word documents.

When to use it

  • Generating reports or proposals that require structured formatting
  • Automating the creation of resumes or cover letters with dynamic content
  • Converting plain text into professionally formatted Word documents

Key capabilities

  • Create new .docx files from scratch
  • Edit existing .docx files, including text and layout
  • Insert images, tables, and hyperlinks
  • Apply formatting such as bold, italic, and font styles

Example prompts

  • "Create a resume in .docx format using the provided data."
  • "Insert a table with three columns into this Word document."
  • "Convert this markdown text to a formatted .docx file."

Tips & gotchas

  • Ensure that the AI agent has access to the necessary libraries or tools for handling .docx files.
  • Complex formatting may require additional configuration or manual adjustments after generation.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
anthropics
Installs
22.0k

🏢 Official

Published by the company or team that built the technology.