@FakeMaidenMaker: 卧槽,Anthropic 官方把 Claude 的使用教程全开源了! GitHub 4.4 万+ stars,Anthropic 官方亲自维护的 Claude Cookbooks。 RAG,Tool Use,多模态,提示词缓存等等技巧,全…

X AI KOLs Timeline 工具

摘要

Anthropic 官方开源了 Claude 的使用教程 cookbooks,包含 RAG、Tool Use、多模态等高级技巧的 Jupyter Notebook 示例,开发者可直接复制使用。

卧槽,Anthropic 官方把 Claude 的使用教程全开源了! GitHub 4.4 万+ stars,Anthropic 官方亲自维护的 Claude Cookbooks。 RAG,Tool Use,多模态,提示词缓存等等技巧,全部封装为了可以直接跑的 Jupyter Notebook,复制粘贴就能用进自己的项目。 真正值钱的是高级技巧那一块——Sub-agents(让 Haiku 当子 agent 配合 Opus 干活)、自动化评估流水线、PDF 上传处理…… 这些才是真正值得学习的经验,官方直接给你范例,省掉自己摸索的几十小时。 想学 Claude API,别到处翻零散博客了,官方 cookbook 比任何第三方教程都全,也比任何教程都可信。 GitHub:
查看原文
查看缓存全文

缓存时间: 2026/06/03 15:52

卧槽,Anthropic 官方把 Claude 的使用教程全开源了!

GitHub 4.4 万+ stars,Anthropic 官方亲自维护的 Claude Cookbooks。

RAG,Tool Use,多模态,提示词缓存等等技巧,全部封装为了可以直接跑的 Jupyter Notebook,复制粘贴就能用进自己的项目。

真正值钱的是高级技巧那一块——Sub-agents(让 Haiku 当子 agent 配合 Opus 干活)、自动化评估流水线、PDF 上传处理…… 这些才是真正值得学习的经验,官方直接给你范例,省掉自己摸索的几十小时。

想学 Claude API,别到处翻零散博客了,官方 cookbook 比任何第三方教程都全,也比任何教程都可信。

GitHub:


anthropics/claude-cookbooks

Source: https://github.com/anthropics/claude-cookbooks

Claude Cookbooks

The Claude Cookbooks provide code and guides designed to help developers build with Claude, offering copy-able code snippets that you can easily integrate into your own projects.

Prerequisites

To make the most of the examples in this cookbook, you’ll need a Claude API key (sign up for free here).

While the code examples are primarily written in Python, the concepts can be adapted to any programming language that supports interaction with the Claude API.

If you’re new to working with the Claude API, we recommend starting with our Claude API Fundamentals course to get a solid foundation.

Explore Further

Looking for more resources to enhance your experience with Claude and AI assistants? Check out these helpful links:

Contributing

The Claude Cookbooks thrives on the contributions of the developer community. We value your input, whether it’s submitting an idea, fixing a typo, adding a new guide, or improving an existing one. By contributing, you help make this resource even more valuable for everyone.

To avoid duplication of efforts, please review the existing issues and pull requests before contributing.

If you have ideas for new examples or guides, share them on the issues page.

Table of recipes

Capabilities

Tool Use and Integration

Third-Party Integrations

Multimodal Capabilities

Advanced Techniques

Additional Resources

  • Anthropic on AWS: Explore examples and solutions for using Claude on AWS infrastructure.
  • AWS Samples: A collection of code samples from AWS which can be adapted for use with Claude. Note that some samples may require modification to work optimally with Claude.

相似文章

anthropics/claude-cookbooks

GitHub Trending (daily)

Claude Cookbooks 为开发者提供了使用 Claude API 构建应用的代码示例和指南,涵盖分类、RAG、工具使用和多模态功能等能力。