Doc Type Classifier
This skill automatically identifies document types (e.g., invoice, contract) for streamlined data processing and organization.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add doc-type-classifier npx -- -y @trustedskills/doc-type-classifier
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"doc-type-classifier": {
"command": "npx",
"args": [
"-y",
"@trustedskills/doc-type-classifier"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The doc-type-classifier skill analyzes text and determines its document type. It can classify documents into various categories, providing a structured understanding of the content. This allows for automated organization, routing, or processing based on document type.
When to use it
- Automated Email Sorting: Classify incoming emails as invoices, support requests, or marketing materials.
- Document Routing: Automatically route legal documents (contracts, briefs) to the appropriate department within a company.
- Content Categorization: Organize articles on a news website into categories like "Politics," "Sports," or "Technology."
- Research Paper Analysis: Classify research papers by subject area and methodology.
Key capabilities
- Document type classification
- Categorization of text content
- Automated document organization
Example prompts
- "Classify this email: [email body]"
- "What is the document type of this article: [article text]"
- "Determine the category for this legal contract."
Tips & gotchas
The accuracy of classification depends on the clarity and structure of the input text. Complex or ambiguous documents may require more specific training data for optimal 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.