# Claude Quickstarts — 5 Official Deployable AI App Templates > Anthropic's official quickstart collection with 5 deployable AI apps: customer support agent, financial analyst, computer use, browser tools, and autonomous coder. ## Install Save the content below to `.claude/skills/` or append to your `CLAUDE.md`: ## Quick Use 1. Clone: `git clone https://github.com/anthropics/anthropic-quickstarts` 2. Pick a quickstart: ```bash cd anthropic-quickstarts/customer-support-agent # or any other ``` 3. Install dependencies and set your API key: ```bash pip install -r requirements.txt export ANTHROPIC_API_KEY=your-key ``` 4. Run the app. --- ## Intro Claude Quickstarts is Anthropic's official collection of 5 deployable AI application templates with 15,900+ GitHub stars. Each quickstart provides a complete, production-ready foundation: customer support agent, financial data analyst, computer use demo, browser automation, and autonomous coding agent. Built with Python, TypeScript, and Jupyter — ready to customize and deploy. Best for: developers building production AI applications with the Claude API. Works with: Claude API (Sonnet, Opus, Haiku). Setup time: under 5 minutes per quickstart. --- ## Claude Quickstarts — Official AI App Templates ### Available Quickstarts #### 1. Customer Support Agent Demonstrates Claude's natural language understanding for AI-assisted customer support with knowledge base integration. Users chat with an AI that can search documentation, handle common queries, and escalate when needed. #### 2. Financial Data Analyst Interactive financial analysis with Claude. Upload data, ask questions in natural language, and get visualizations and insights. Shows Claude's capabilities with structured data and chart generation. #### 3. Computer Use Demo A complete environment for Claude to control a desktop computer. Uses the `computer_use` tool with zoom actions, enabling Claude to click, type, scroll, and navigate applications autonomously. #### 4. Browser Tools API Demo Reference implementation for browser automation using Playwright. Claude can inspect DOM elements, fill forms, click buttons, and navigate web pages — enabling autonomous web interaction. #### 5. Autonomous Coding Agent A two-agent pattern (initializer + coding agent) that builds complete applications over multiple sessions. Progress persists via git, allowing long-running projects that span multiple conversations. ### Tech Stack | Language | Share | |----------|-------| | Python | 55.8% | | TypeScript | 26.3% | | Jupyter | 7.3% | | JavaScript | 6.4% | ### FAQ **Q: What are Claude Quickstarts?** A: Official Anthropic templates providing 5 deployable AI applications covering customer support, financial analysis, computer use, browser automation, and autonomous coding. **Q: Are Claude Quickstarts free?** A: Yes, the templates are free and open source under MIT. You need a Claude API key for runtime usage. **Q: Which Claude model should I use?** A: Each quickstart works with Claude Sonnet 4, Opus 4, or Haiku. Sonnet is recommended for the best cost-performance balance. --- ## Source & Thanks > Created by [Anthropic](https://github.com/anthropics). Licensed under MIT. > > [anthropic-quickstarts](https://github.com/anthropics/anthropic-quickstarts) — ⭐ 15,900+ Thank you for providing production-ready templates for the Claude ecosystem. --- ## 快速使用 1. 克隆: `git clone https://github.com/anthropics/anthropic-quickstarts` 2. 选择一个 quickstart: ```bash cd anthropic-quickstarts/customer-support-agent ``` 3. 安装依赖并设置 API 密钥: ```bash pip install -r requirements.txt export ANTHROPIC_API_KEY=your-key ``` --- ## 简介 Claude Quickstarts 是 Anthropic 官方的 5 个可部署 AI 应用模板集合,拥有 15,900+ GitHub stars。包含:客户支持 Agent、金融数据分析师、计算机控制演示、浏览器自动化和自主编码 Agent。使用 Python、TypeScript 和 Jupyter 构建——可直接定制和部署。 --- ## Claude Quickstarts — 官方 AI 应用模板 ### 可用模板 1. **客户支持 Agent** — 带知识库集成的 AI 客服 2. **金融数据分析师** — 交互式金融分析和可视化 3. **计算机控制演示** — Claude 自主操作桌面电脑 4. **浏览器工具 API** — Playwright 驱动的浏览器自动化 5. **自主编码 Agent** — 跨多个会话构建完整应用 --- ## 来源与感谢 > Created by [Anthropic](https://github.com/anthropics). Licensed under MIT. > > [anthropic-quickstarts](https://github.com/anthropics/anthropic-quickstarts) — ⭐ 15,900+ --- Source: https://tokrepo.com/en/workflows/8314e5f3-2ed0-406d-85cc-8e76d2b4052c Author: TokRepo精选