Docx
Converts text into professionally formatted Microsoft Word (.docx) documents, adhering to specified styles and layouts.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add dalehurley-docx npx -- -y @trustedskills/dalehurley-docx
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"dalehurley-docx": {
"command": "npx",
"args": [
"-y",
"@trustedskills/dalehurley-docx"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The dalehurley-docx skill allows AI agents to process and manipulate Microsoft Word (.docx) files. It can extract text, create new documents based on templates, and potentially perform other document-related tasks. This skill is particularly useful for automating workflows involving Word documents.
When to use it
- Automated Report Generation: Generate reports by populating a pre-designed Word template with data from another source (e.g., a database or spreadsheet).
- Document Summarization: Extract key information and create summaries from lengthy Word documents.
- Template Creation: Generate new Word documents based on existing templates, customizing content as needed.
- Data Extraction: Pull specific data points from multiple Word files to compile into a consolidated document or dataset.
Key capabilities
- docx file processing
- Text extraction from docx files
- Document creation using templates
Example prompts
- "Create a new report based on the 'Sales Report Template' and populate it with data from this CSV file."
- "Summarize the key findings in this document: [link to .docx file]."
- “Extract all table data from this docx file.”
Tips & gotchas
The skill requires access to the Word documents being processed. Ensure the AI agent has appropriate permissions and network connectivity to read and write files as needed.
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.