Skip to main content
ClaudeWave
anthropics avatar
anthropics

claude-agent-sdk-demos

Ver en GitHub

Claude Code SDK Demos

Subagents2.5k estrellas375 forksTypeScriptActualizado 3mo ago
Nota editorial

This official Anthropic repository collects eight TypeScript demo applications built on the Claude Agent SDK, intended strictly for local development and experimentation. The demos cover a range of patterns: a Hello World V2 example demonstrates the V2 Session API's separate `send()` and `stream()` calls with multi-turn session persistence; a Research Agent spawns parallel subagents to break a topic into subtopics, search the web, and synthesize findings into a report; an IMAP Email Agent handles inbox display and agentic search; a Resume Generator web-searches a person across LinkedIn, GitHub, and news sources to produce a `.docx` file; and an AskUserQuestion Previews demo renders Claude's clarifying-question options as styled HTML cards delivered to a browser over WebSocket. A Simple Chat App provides a React and Express frontend with streaming responses over WebSocket. All examples connect to Claude through the Agent SDK using an Anthropic API key and run on Bun or Node.js 18+, making the collection most useful to developers learning SDK integration patterns before building their own agents.

ClaudeWave Trust Score
77/100
Trusted
Passed
  • Recently active
  • Healthy fork ratio
  • Trusted owner (anthropics)
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 6/11/2026
Install as a Claude Code subagent
Method: Clone
Terminal
git clone https://github.com/anthropics/claude-agent-sdk-demos && cp claude-agent-sdk-demos/*.md ~/.claude/agents/
1. Clone the repository and copy the agent .md definitions into ~/.claude/agents (or .claude/agents inside a project).
2. Start a new Claude Code session to load the agents.
3. Delegate work to them with the Task/Agent tool or by name.

12 items en este repositorio

Email inbox search specialist, takes in appropriate context for the email and a goal of what to search for. Return the answer to the question.

Instalar

Creates user-specific one-click action templates that execute email operations when clicked in the chat interface. Use when user wants reusable actions for their specific workflows (send payment reminder to ACME Corp, forward bugs to engineering, archive old newsletters from specific sources).

Instalar

Creates event-driven email listeners that monitor for specific conditions (like urgent emails from boss, newsletters to archive, package tracking) and execute custom actions. Use when user wants to be notified about emails, automatically handle certain emails, or set up email automation workflows.

Instalar
xlsxSkill

Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas

Instalar

Perform competitive analysis on companies or products

Instalar
fact-checkSlash Command

Fact-check claims or verify information

Instalar
market-trendsSlash Command

Research current market trends in a specific industry or domain

Instalar
researchSlash Command

Start a focused research session on any topic

Instalar
summarizeSlash Command

Summarize all current research findings

Instalar

Transforms research findings into executive-ready briefings. Automatically activated when user mentions 'executive', 'briefing', 'C-suite', 'board', 'leadership', or 'presentation'.

Instalar
pdfSkill

Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.

Instalar
docxSkill

Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks

Instalar

Resumen de Subagents

README no disponible. Visita el repo en GitHub para la documentación completa.

Lo que la gente pregunta sobre claude-agent-sdk-demos

¿Qué es anthropics/claude-agent-sdk-demos?

+

anthropics/claude-agent-sdk-demos es subagents para el ecosistema de Claude AI. Claude Code SDK Demos Tiene 2.5k estrellas en GitHub y se actualizó por última vez 3mo ago.

¿Cómo se instala claude-agent-sdk-demos?

+

Puedes instalar claude-agent-sdk-demos clonando el repositorio (https://github.com/anthropics/claude-agent-sdk-demos) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar anthropics/claude-agent-sdk-demos?

+

Nuestro agente de seguridad ha analizado anthropics/claude-agent-sdk-demos y le ha asignado un Trust Score de 77/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene anthropics/claude-agent-sdk-demos?

+

anthropics/claude-agent-sdk-demos es mantenido por anthropics. La última actividad registrada en GitHub es de 3mo ago, con 33 issues abiertos.

¿Hay alternativas a claude-agent-sdk-demos?

+

Sí. En ClaudeWave puedes explorar subagents similares en /categories/agents, ordenados por popularidad o actividad reciente.

Despliega claude-agent-sdk-demos en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: anthropics/claude-agent-sdk-demos
[![Featured on ClaudeWave](https://claudewave.com/api/badge/anthropics-claude-agent-sdk-demos)](https://claudewave.com/repo/anthropics-claude-agent-sdk-demos)
<a href="https://claudewave.com/repo/anthropics-claude-agent-sdk-demos"><img src="https://claudewave.com/api/badge/anthropics-claude-agent-sdk-demos" alt="Featured on ClaudeWave: anthropics/claude-agent-sdk-demos" width="320" height="64" /></a>

Más Subagents