# 附录 B：常用 AI 工具与资源汇总

> 只要这一个清单，搞定所有 AI 需求。

***

## 对话与写作助手

| 工具名称        | 网址                                             | 特点        | 适用场景           |
| ----------- | ---------------------------------------------- | --------- | -------------- |
| **ChatGPT** | [chatgpt.com](https://chatgpt.com)             | 综合能力均衡    | 综合问答、逻辑分析、编程   |
| **Claude**  | [claude.ai](https://claude.ai)                 | 长文与写作表现稳定 | 长文阅读、创意写作、代码预览 |
| **Gemini**  | [gemini.google.com](https://gemini.google.com) | 生态整合能力强   | 多模态输入、长视频分析    |
| **Kimi**    | [kimi.ai](https://kimi.ai)                     | 国产长文本     | 读长篇中文研报、财报     |
| **秘塔搜索**    | [metaso.cn](https://metaso.cn)                 | AI 搜索     | 精准搜索信息、学术搜索    |

## 图像与影音

| 工具名称                 | 网址                                                   | 特点     | 适用场景           |
| -------------------- | ---------------------------------------------------- | ------ | -------------- |
| **Midjourney**       | [Discord 邀请页](https://discord.com/invite/midjourney) | 艺术风格突出 | 高质量插画、海报、艺术创作  |
| **Stable Diffusion** | [stability.ai](https://stability.ai)                 | 开源可控   | 本地部署、精确控制画面    |
| **可灵 (Kling)**       | [klingai.kuaishou.com](https://klingai.kuaishou.com) | 国产视频/图 | 生成动图、短视频       |
| **即梦 (Jimeng)**      | [jimeng.jianying.com](https://jimeng.jianying.com)   | 字节出品   | 电商图、设计素材       |
| **Suno / Udio**      | [suno.com](https://suno.com)                         | 音乐生成   | 输入歌词直接生成带人声的歌曲 |

## 效率与办公

| 工具名称              | 网址                                             | 特点       | 适用场景         |
| ----------------- | ---------------------------------------------- | -------- | ------------ |
| **Claude Design** | [claude.ai](https://claude.ai)                 | AI 设计协作  | 海报、原型图、幻灯片设计 |
| **Gamma**         | [gamma.app](https://gamma.app)                 | AI 做 PPT | 一句话生成精美 PPT  |
| **Notion AI**     | [notion.so](https://notion.so)                 | 笔记助手     | 笔记润色、自动摘要、翻译 |
| **通义听悟**          | [tingwu.aliyun.com](https://tingwu.aliyun.com) | 语音转文字    | 会议纪要整理、视频转写  |

## 编程与开发

| 工具名称               | 网址                                         | 特点     | 适用场景           |
| ------------------ | ------------------------------------------ | ------ | -------------- |
| **GitHub Copilot** | [功能页](https://github.com/features/copilot) | 代码补全   | 程序员必备，实时写代码    |
| **Cursor**         | [cursor.com](https://cursor.com)           | AI 编辑器 | 可以在代码库里对话的 IDE |
| **Claude Code**    | [claude.ai](https://claude.ai)             | 终端编程助手 | 命令行 AI 编程、代码审查 |
| **Coze (扣子)**      | [coze.cn](https://coze.cn)                 | 低代码智能体 | 搭建自己的 AI 机器人   |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://yeasy.gitbook.io/ai_beginner_guide/fu-lu/appendix_b_tools.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
