# 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. --- ## Quick Use 1. Clone: `git clone https://github.com/anthropics/anthropic-quickstarts` 2. Pick a quickstart: ```bash cd anthropic-quickstarts/customer-support-agent ``` 3. Install dependencies and set the API key: ```bash pip install -r requirements.txt export ANTHROPIC_API_KEY=your-key ``` --- ## Intro Claude Quickstarts is Anthropic's official collection of 5 deployable AI app templates with 15,900+ GitHub stars. It includes a customer support agent, a financial data analyst, a computer-use demo, browser automation, and an autonomous coding agent — built with Python, TypeScript, and Jupyter. Ready to customize and deploy. --- ## Claude Quickstarts — Official AI App Templates ### Available Templates 1. **Customer support agent** — AI support with knowledge-base integration 2. **Financial data analyst** — interactive financial analysis and visualization 3. **Computer-use demo** — Claude autonomously operates a desktop computer 4. **Browser tool API** — Playwright-powered browser automation 5. **Autonomous coding agent** — builds complete apps across multiple sessions --- ## Source & Thanks > 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/claude-quickstarts-5-official-deployable-ai-app-templates-8314e5f3 Author: TokRepo精选