claude-api

Integrates Claude API and Anthropic SDK into applications for LLM-powered features.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/tocadaoncamod/agentes-ia-agno --skill claude-api-tocadaoncamod
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-api
Source: https://github.com/tocadaoncamod/agentes-ia-agno/tree/main/.claude/skills/claude-api
Command: npx skills add https://github.com/tocadaoncamod/agentes-ia-agno --skill claude-api-tocadaoncamod

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides curated guidance and defaults to integrate the Claude API and Anthropic SDK into applications and agents, removing uncertainty about model selection, streaming, and SDK usage across languages.

Core Features & Use Cases

  • Language detection and examples: Detects project language and directs you to Python, TypeScript, Java, Go, Ruby, C#, or PHP guidance and examples.
  • Surface recommendations: Advises when to use single LLM calls, workflows, or the Agent SDK with tool runners for agentic tasks.
  • Operational defaults and architecture: Recommends model defaults (claude-opus-4-6), adaptive thinking, streaming, and explains the Messages API, tool runners, and structured outputs for production integrations.

Quick Start

Show me how to call the Claude API in my project's primary language and include the recommended model and streaming defaults.

Frequently Asked Questions about claude-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I call the Claude API using the Anthropic SDK in my project's language?

To call the Claude API, this Skill detects your project's primary language and provides tailored Anthropic SDK examples for Python, TypeScript, Java, Go, Ruby, C#, or PHP. It automatically applies recommended model defaults and streaming settings for your integration.

What is the recommended model and streaming configuration for Anthropic API integrations?

The recommended configuration for Anthropic API integrations uses the claude-opus-4-6 model with adaptive thinking enabled. Streaming is set as the default to ensure efficient data delivery when processing LLM-powered features and responses.

Does the Anthropic SDK support agent-based tool runners and workflows?

Yes, the Anthropic SDK supports agent-based tool runners and workflows. This Skill advises when to implement single LLM calls, structured batch processing, or the Agent SDK with tool runners for orchestrating complex agentic tasks.

When should I use single LLM calls versus the Agent SDK for Claude applications?

You should use single LLM calls for straightforward queries and the Agent SDK for complex tool integrations. This Skill surfaces architectural recommendations to determine when simple Messages API calls or agentic workflows best fit your requirements.

Can I integrate the Claude Messages API with PHP and Ruby projects?

Yes, you can integrate the Claude Messages API with PHP and Ruby projects. This Skill provides specific Anthropic SDK language guidance and operational defaults for PHP, Ruby, Python, TypeScript, Java, Go, and C# environments.