Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Redirect to claude-model-inference for Messages API streaming, vision, and structured output patterns. Use when looking for the primary Anthropic workflow. Trigger with "anthropic workflow", "claude main workflow".
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | -44% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -23% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -61% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -22% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 28% | 0% |
This skill redirects to clade-model-inference which covers streaming, vision, structured output, and all Messages API patterns.
clade-install-auth setupANTHROPIC_API_KEY configuredThis skill has been replaced. The primary Anthropic workflow is the Messages API, covered in full by clade-model-inference.
client.messages.stream()clade-model-inference| Issue | Solution | |-------|----------| | Skill not found | Run clade-model-inference directly |
typescript// Use claude-model-inference for the full Messages API guide import Anthropic from '@claude-ai/sdk'; const client = new Anthropic(); const stream = client.messages.stream({ model: 'claude-sonnet-4-20250514', max_tokens: 1024, messages: [{ role: 'user', content: 'Hello!' }], });
Run clade-model-inference for the complete guide.
Other measured skills in the registry, with their headline benchmark lift.