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,
});
Installs
1
GitHub Stars
4
First Seen
Mar 29, 2026
anthropic-api — mgd34msu/goodvibes-gemini