What problem does it solve?
This Skill helps orchestrate high-quality Claude (Anthropic) text generation, classification, and analysis for business applications while providing consistent integration patterns.
Core Features & Use Cases
- Claude Messages API access: Use Anthropic’s structured Messages API for generation, analysis, classification, and conversational turn handling.
- Multimodal capability: Perform vision/image analysis by sending image content blocks alongside text.
- Tool-use workflows: Enable function calling via JSON tool schemas and handle tool_use / tool_result flows.
- Operational controls: Support streaming responses, extended thinking budgets, and prompt caching to reduce repeated-context cost.
- EOS routing integration: Apply task-type model routing (e.g., Haiku for scoring/classification, Sonnet for generation/analysis, Opus for strategic work) through the repository’s model router and fallback chain.
Quick Start
Ask your AI agent to analyze an incoming user request and return a structured summary using Claude via EOS’s model router routing for the appropriate task type.