anthropic-api
Installation
SKILL.md
Anthropic Claude API
Official TypeScript SDK for Anthropic's Claude AI. Access Claude models for chat, tool use, vision, and extended thinking.
Quick Start
npm install @anthropic-ai/sdk
Setup
import Anthropic from '@anthropic-ai/sdk';
const anthropic = new Anthropic({
apiKey: process.env.ANTHROPIC_API_KEY,
});