Doc Analyzer

🌐Community
by matteocervelli · vlatest · Repository

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.

1

Run in terminal (recommended)

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

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

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

Details

Version
vlatest
License
Author
matteocervelli
Installs
14

🌐 Community

Passed automated security scans.