| name | analysis |
| description | Data analysis and insights generation. Analyze documents, extract entities, classify content, and generate reports. |
| category | analysis |
| version | 1.0.0 |
| tools | ["classify_document","extract_entities"] |
| triggers | {"keywords":["analyze","classify","extract","entities","insights","report"]} |
| examples | [{"input":"Classify this document by topic"},{"input":"Extract key entities from the meeting notes"},{"input":"What are the main themes in these documents?"}] |
Analysis Skill
Advanced document analysis for extracting insights and understanding content.
Available Tools
-
classify_document - Classify documents by type or topic
- Automatic categorization (technical, legal, marketing, etc.)
- Custom classification schemas
- Confidence scores for each category
-
extract_entities - Extract named entities from text
- People, organizations, locations
- Dates, amounts, technical terms
- Product names and project references
Entity Types
Extractable entities include:
- PERSON: Names of individuals
- ORGANIZATION: Company and team names
- LOCATION: Places and addresses
- DATE: Dates and time references
- MONEY: Financial amounts
- PRODUCT: Product and project names
- TECHNICAL: Technical terms and concepts
Analysis Patterns
Common analysis workflows:
Document Classification
- Retrieve document content
- Run classification tool
- Use results for organization or routing
Entity Extraction
- Get document or search results
- Extract entities from content
- Build entity graph or summary
Theme Analysis
- Search for related documents
- Extract entities from each
- Identify common themes and patterns
Best Practices
- Provide sufficient context for accurate classification
- Use entity extraction for building knowledge graphs
- Combine with search for comprehensive analysis
- Validate extracted entities when accuracy is critical