anth-hello-world

Installation
SKILL.md

Anthropic Hello World

Overview

Three minimal examples covering the Claude Messages API core surfaces: basic text completion, vision (image analysis), and streaming responses.

Prerequisites

  • Completed anth-install-auth setup
  • Valid ANTHROPIC_API_KEY in environment
  • Python 3.8+ with anthropic package or Node.js 18+ with @anthropic-ai/sdk

Instructions

Example 1: Basic Text Message (Python)

import anthropic

client = anthropic.Anthropic()
Installs
1
GitHub Stars
2.3K
First Seen
May 19, 2026
anth-hello-world — jeremylongshore/claude-code-plugins-plus-skills