Back to Agent Skills
Development & Testing
Claude API Reference
by Anthropic 161k GitHub stars
Reference for the Claude API and Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, caching, and tokens.
#claude#api#sdk#reference
Claude Code Codex
Overview
The Claude API skill is an authoritative reference for building with the Claude API and Anthropic SDK, covering model ids, pricing, parameters, streaming, tool use, MCP, prompt caching, token counting, and migration. It keeps LLM integration details accurate rather than guessed from memory.
What it is good for
- Choosing the right model and params
- Implementing streaming and tool use
- Setting up prompt caching
- Estimating pricing and token usage
Install
Install in Claude Code
# Add the marketplace, then install the skill in Claude Code:
/plugin marketplace add anthropics/skills
/plugin install claude-api
# Or install manually into ~/.claude/skills:
git clone https://github.com/anthropics/skills.git
cp -r skills/claude-api ~/.claude/skills/claude-api Explore AI Tools
Discover the best AI tools that complement your skills
Read AI & Design Articles
Tips and trends in the world of design and AI
Related Skills
Development & Testing
MCP Builder
Guide the creation of Model Context Protocol servers to connect APIs and tools to AI agents.
Claude Code Codex
Development & Testing Superpowers
A core skills library of 20+ battle-tested, composable tools and workflows for everyday agent development tasks.
Claude Code Codex
Development & Testing Vercel React Best Practices
React and Next.js performance guidelines from Vercel Engineering — data fetching, bundle optimization, and rendering patterns.
Claude Code Codex