Comfy Analyze
Analyzes text for sentiment, tone, and potential emotional impact using PeterO mallet's nuanced approach.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add comfy-analyze npx -- -y @trustedskills/comfy-analyze
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"comfy-analyze": {
"command": "npx",
"args": [
"-y",
"@trustedskills/comfy-analyze"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The comfy-analyze skill provides tools to analyze and understand complex data. It can parse JSON, extract key information from text, and format data into structured outputs. This allows AI agents to process unstructured information and make informed decisions based on that analysis.
When to use it
- Data Extraction: You need to pull specific details (e.g., dates, names, values) from a large block of text or document.
- JSON Parsing: An API returns data in JSON format, and you want the agent to understand and utilize that information.
- Structured Output Generation: You require an AI agent to present extracted information in a consistent, organized manner (e.g., a table).
- Summarization & Key Point Identification: You need the agent to identify the most important aspects of a long text document.
Key capabilities
- JSON parsing and data extraction
- Text analysis and information retrieval
- Structured data formatting
- Key point identification from text
Example prompts
- "Analyze this JSON: [paste JSON here] and tell me the value of 'price'."
- "Extract all dates mentioned in this article: [paste article text here]."
- "Summarize this document, highlighting the main arguments: [paste document text here]"
Tips & gotchas
The skill's effectiveness depends on the clarity and structure of the input data. Complex or poorly formatted JSON may require additional guidance for accurate parsing.
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.