Docx
Generates professional-quality Word documents (.docx) from text prompts, formatting content and adding basic styling.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add davila7-docx npx -- -y @trustedskills/davila7-docx
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"davila7-docx": {
"command": "npx",
"args": [
"-y",
"@trustedskills/davila7-docx"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The davila7-docx skill enables AI agents to work with .docx files, including reading, writing, and modifying content in Microsoft Word format. It supports tasks like extracting text, formatting documents, and generating structured content directly from or into .docx files.
When to use it
- You need to generate a formatted report or document for clients in
.docxformat. - You want to extract specific data or text from an existing Word document.
- You are automating the creation of templates or standardized documents for internal use.
Key capabilities
- Read and parse content from
.docxfiles. - Write and save new content into
.docxfiles. - Modify formatting, headers, footers, and styles within a document.
Example prompts
- "Extract all the headings from this Word document."
- "Generate a new report in .docx format with the following sections: Introduction, Findings, Conclusion."
- "Update the footer of the existing .docx file to include today's date."
Tips & gotchas
- Ensure that the AI agent has access to the necessary libraries or tools for handling
.docxfiles (e.g., python-docx). - Some advanced formatting features may not be fully supported depending on the underlying library used.
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.