Doc Type Classifier

🌐Community
by famaoai-creator · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add doc-type-classifier npx -- -y @trustedskills/doc-type-classifier
2

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

~/.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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
famaoai-creator
Installs
12

🌐 Community

Passed automated security scans.