Doc Analyzer
Analyzes documents for key information like entities & sentiment, streamlining research and data extraction quickly.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add doc-analyzer npx -- -y @trustedskills/doc-analyzer
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"doc-analyzer": {
"command": "npx",
"args": [
"-y",
"@trustedskills/doc-analyzer"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The doc-analyzer skill allows AI agents to process and extract information from documents. It can analyze text, identify key entities, and summarize document contents. This enables the agent to understand complex documents quickly and efficiently, reducing manual review time.
When to use it
- Summarizing legal contracts: Quickly grasp the main points of lengthy legal agreements without reading every detail.
- Analyzing research papers: Extract key findings and methodologies from scientific publications.
- Processing customer feedback: Identify recurring themes and sentiment in large volumes of customer reviews or survey responses.
- Extracting data from invoices: Automatically pull relevant information like dates, amounts, and vendor names from invoice documents.
Key capabilities
- Text analysis
- Entity identification
- Document summarization
Example prompts
- "Summarize this document: [paste document text]"
- "What are the key entities mentioned in this report? [paste report text]"
- "Analyze this contract and identify any clauses related to termination. [paste contract text]"
Tips & gotchas
The skill's effectiveness depends on the quality of the input document; poorly formatted or scanned documents may yield less accurate results. Consider pre-processing images with OCR if necessary.
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.