Docx Generator
Generates formatted Microsoft Word (.docx) documents from text prompts, outlines, or data inputs.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add docx-generator npx -- -y @trustedskills/docx-generator
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"docx-generator": {
"command": "npx",
"args": [
"-y",
"@trustedskills/docx-generator"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The docx-generator skill allows AI agents to create Microsoft Word (.docx) documents programmatically. It can generate new documents, populate them with text and formatting, and save the results as downloadable files. This is useful for automating report generation, creating templates, or producing structured content.
When to use it
- Automated Report Generation: Generate weekly sales reports in a standardized Word format.
- Template Creation: Create fillable document templates (e.g., contracts, invoices) that can be populated with dynamic data.
- Content Export: Export content from other formats (like markdown or HTML) into professionally formatted Word documents.
- Document Assembly: Combine multiple pieces of information and create a complete, formatted document.
Key capabilities
- Creates new
.docxfiles. - Adds text to the document.
- Applies formatting (likely including fonts, sizes, bolding, etc.).
- Saves generated documents as downloadable files.
Example prompts
- "Create a Word document titled 'Project Status Report' with sections for 'Summary', 'Progress', and 'Risks'."
- "Generate an invoice in Word format using the following data: [customer details], [line items]."
- “Convert this markdown text into a formatted Word document: [markdown content]”
Tips & gotchas
The skill likely requires specific formatting instructions or data structures to ensure proper document creation. Familiarity with basic Word formatting concepts will improve the quality of generated documents.
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.