Word Documents
Provides AWS guidance and assistance for deploying and managing cloud infrastructure.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add aws-samples-word-documents npx -- -y @trustedskills/aws-samples-word-documents
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"aws-samples-word-documents": {
"command": "npx",
"args": [
"-y",
"@trustedskills/aws-samples-word-documents"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with and process Microsoft Word (.docx) documents. It can extract text, analyze document structure, and potentially perform actions based on the content within these files. The skill is provided by AWS Samples as part of their sample strands agent with AgentCore.
When to use it
- Document Summarization: Quickly generate summaries from lengthy reports or articles in .docx format.
- Data Extraction: Pull specific data points (e.g., names, dates, figures) from structured Word documents.
- Content Analysis: Analyze the sentiment or key themes present within a collection of Word files.
- Automated Report Generation: Use information extracted from Word documents to automatically populate reports or other outputs.
Key capabilities
- Handles Microsoft Word (.docx) file format.
- Text extraction from .docx files.
- Document structure analysis (details unspecified).
Example prompts
- "Extract all the dates mentioned in this document: [file path]"
- "Summarize the key findings of this report: [file path]"
- "What is the main topic discussed in this Word file? [file path]"
Tips & gotchas
The skill's functionality depends on the structure and formatting of the input .docx files. Complex or heavily formatted documents may require more processing time or potentially lead to less accurate results.
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.