Docx

🌐Community
by davila7 · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add davila7-docx npx -- -y @trustedskills/davila7-docx
2

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

~/.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 .docx format.
  • 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 .docx files.
  • Write and save new content into .docx files.
  • 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 .docx files (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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
davila7
Installs
247

🌐 Community

Passed automated security scans.