Lark Docx Helper
Generates, edits, and formats Word documents (.docx) based on your prompts, streamlining document creation.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add lark-docx-helper npx -- -y @trustedskills/lark-docx-helper
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"lark-docx-helper": {
"command": "npx",
"args": [
"-y",
"@trustedskills/lark-docx-helper"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, lark-docx-helper, allows AI agents to interact with and manipulate Microsoft Word (.docx) files. It can extract text from existing documents, create new .docx files programmatically, and modify the contents of existing files based on instructions. This simplifies tasks involving document generation and processing within an AI workflow.
When to use it
- Automated Report Generation: Generate weekly sales reports in .docx format directly from data sources.
- Contract Creation: Automatically create standard contract templates with variable fields populated by agent input.
- Document Summarization & Extraction: Extract key information, such as dates and names, from existing Word documents for analysis.
- Template Population: Populate a pre-designed .docx template with data retrieved from an external database or API.
Key capabilities
- Text extraction from .docx files
- Creation of new .docx files
- Modification of existing .docx file content
Example prompts
- "Create a Word document named 'Meeting Minutes' and add the following text: 'Attendees: John Doe, Jane Smith...'"
- "Extract all dates from this document: [file contents]"
- "Replace all instances of 'Project Alpha' with 'Project Beta' in this file: [file contents]"
Tips & gotchas
The skill requires access to the .docx files. Ensure the AI agent has appropriate permissions and paths 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.