Docx

🌐Community
by zhangcurosr · vlatest · Repository

Generates professional, formatted Word documents (.docx) from text prompts, outlines, or existing content.

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 zhangcurosr-docx npx -- -y @trustedskills/zhangcurosr-docx
2

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

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

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

About This Skill

What it does

This skill allows AI agents to create and manipulate .docx files. It can generate new documents, edit existing ones (including adding text, tables, and potentially other elements), and export the results as valid Microsoft Word files. The agent can also read content from existing .docx files.

When to use it

  • Document Generation: Automate the creation of reports, letters, or templates based on data retrieved elsewhere.
  • Content Editing: Modify existing documents with updated information or formatting changes.
  • Data Extraction: Pull specific data from a .docx file for further processing or analysis.
  • Template Population: Populate pre-designed Word document templates with dynamic content.

Key capabilities

  • Create new .docx files
  • Edit existing .docx files
  • Read content from .docx files
  • Export to .docx format

Example prompts

  • "Generate a Word document titled 'Sales Report' with the following data: [data]"
  • "Open the file 'budget.docx' and replace all instances of '1000' with '1200'."
  • “Extract the table from ‘project_proposal.docx’ and save it as a CSV.”

Tips & gotchas

The skill requires access to write files to disk, so ensure appropriate permissions are granted to the AI agent. The complexity of edits supported may be limited depending on the underlying implementation.

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
zhangcurosr
Installs
3

🌐 Community

Passed automated security scans.