claude-api

Installation
SKILL.md

Claude API (Anthropic Messages API)

Status: Production Ready | SDK: @anthropic-ai/sdk@0.70.1


Quick Start (5 Minutes)

Node.js

import Anthropic from '@anthropic-ai/sdk';

const client = new Anthropic({
  apiKey: process.env.ANTHROPIC_API_KEY,
});
Installs
103
GitHub Stars
179
First Seen
Apr 29, 2026
claude-api — secondsky/claude-skills