Docx
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.
Run in terminal (recommended)
claude mcp add zhangcurosr-docx npx -- -y @trustedskills/zhangcurosr-docx
Or manually add to ~/.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
.docxfile for further processing or analysis. - Template Population: Populate pre-designed Word document templates with dynamic content.
Key capabilities
- Create new
.docxfiles - Edit existing
.docxfiles - Read content from
.docxfiles - Export to
.docxformat
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.