1. 引言

在上一篇博客中,博主已经对 Gemini 做了一次系统性的入门介绍,从 免费订阅方式、CLI 安装Agent 开发的基本流程,帮助大家快速上手这一新一代 AI 工具链。

在这里插入图片描述

随着 Gemini CLI 与 Gemini 3 能力的不断完善,其官方文档内容也愈发丰富。但对于不少同学来说,官方文档模块较多、结构较为分散,在实际查阅时往往不容易快速定位到所需内容。因此,本文并不重复讲解具体用法,而是基于 Gemini 官方文档,对其内容进行系统梳理与分类汇总,并附上直达链接,帮助大家:

  • 快速了解 Gemini CLI 的整体能力边界
  • 按功能模块精准定位官方文档
  • 在学习与实战过程中减少无效搜索成本

无论你是刚接触 Gemini 的新手,还是已经在使用 Gemini CLI 进行开发的工程师,都可以将本文作为一份 Gemini 官方文档导航索引 / 速查手册 来使用。

2. 目录导航

2.1 概览

标题 中文标题 链接
Introduction 简介 https://geminicli.com/docs/
Architecture Overview 架构概览 https://geminicli.com/docs/architecture/
Contribute guide 贡献指南 https://geminicli.com/docs/contributing/

2.2 快速开始

标题 中文标题 链接
Gemini CLI Quickstart Gemini CLI 快速入门 https://geminicli.com/docs/get-started/
Gemini 3 on Gemini CLI 在 Gemini CLI 中使用 Gemini 3 https://geminicli.com/docs/get-started/gemini-3/
Authentication 身份认证 https://geminicli.com/docs/get-started/authentication/
Configuration 配置 https://geminicli.com/docs/get-started/configuration/
Installation 安装 https://geminicli.com/docs/get-started/installation/
Examples 示例 https://geminicli.com/docs/get-started/examples/

2.3 CLI(命令行工具)

标题 中文标题 链接
Introduction 介绍 https://geminicli.com/docs/cli/
Commands 命令 https://geminicli.com/docs/cli/commands/
Checkpointing 检查点机制 https://geminicli.com/docs/cli/checkpointing/
Custom commands 自定义命令 https://geminicli.com/docs/cli/custom-commands/
Enterprise 企业版 https://geminicli.com/docs/cli/enterprise/
Headless mode 无头模式 https://geminicli.com/docs/cli/headless/
Keyboard Shortcuts 键盘快捷键 https://geminicli.com/docs/cli/keyboard-shortcuts/
Model selection 模型选择 https://geminicli.com/docs/cli/model/
Sandbox 沙盒 https://geminicli.com/docs/cli/sandbox/
Session Management 会话管理 https://geminicli.com/docs/cli/session-management/
Agent Skills 智能体技能 https://geminicli.com/docs/cli/skills/
Settings 设置 https://geminicli.com/docs/cli/settings/
Telemetry 遥测 https://geminicli.com/docs/cli/telemetry/
Themes 主题 https://geminicli.com/docs/cli/themes/
Token caching Token 缓存 https://geminicli.com/docs/cli/token-caching/
Trusted Folders 受信任文件夹 https://geminicli.com/docs/cli/trusted-folders/
Tutorials 教程 https://geminicli.com/docs/cli/tutorials/
Uninstall 卸载 https://geminicli.com/docs/cli/uninstall/
System Prompt Override 系统提示词覆盖 https://geminicli.com/docs/cli/system-prompt/

2.4 核心

标题 中文标题 链接
Introduction 介绍 https://geminicli.com/docs/core/
Tools API 工具 API https://geminicli.com/docs/core/tools-api/
Memory Import Processor 记忆导入处理器 https://geminicli.com/docs/core/memport/
Policy engine 策略引擎 https://geminicli.com/docs/core/policy-engine/

2.5 工具

标题 中文标题 链接
Introduction 介绍 https://geminicli.com/docs/tools/
File system 文件系统 https://geminicli.com/docs/tools/file-system/
Shell Shell 工具 https://geminicli.com/docs/tools/shell/
Web fetch Web 抓取 https://geminicli.com/docs/tools/web-fetch/
Web search Web 搜索 https://geminicli.com/docs/tools/web-search/
Memory 记忆 https://geminicli.com/docs/tools/memory/
Todo 待办事项 https://geminicli.com/docs/tools/todos/
MCP servers MCP 服务器 https://geminicli.com/docs/tools/mcp-server/

2.6 扩展

标题 中文标题 链接
Introduction 介绍 https://geminicli.com/docs/extensions/
Getting started with extensions 扩展快速开始 https://geminicli.com/docs/extensions/getting-started-extensions/
Extension releasing 扩展发布 https://geminicli.com/docs/extensions/extension-releasing/

2.7 Hooks(钩子)

标题 中文标题 链接
Introduction 介绍 https://geminicli.com/docs/hooks/
Writing hooks 编写钩子 https://geminicli.com/docs/hooks/writing-hooks/
Hooks reference 钩子参考 https://geminicli.com/docs/hooks/reference/
Best Practices 最佳实践 https://geminicli.com/docs/hooks/best-practices/

2.8 IDE 集成

标题 中文标题 链接
Introduction 介绍 https://geminicli.com/docs/ide-integration/
IDE Companion Spec IDE 伴随规范 https://geminicli.com/docs/ide-integration/ide-companion-spec/

2.9 开发

标题 中文标题 链接
NPM NPM https://geminicli.com/docs/npm/
Releases 发布版本 https://geminicli.com/docs/releases/
Integration tests 集成测试 https://geminicli.com/docs/integration-tests/
Issue and pr automation Issue 与 PR 自动化 https://geminicli.com/docs/issue-and-pr-automation/

3. 文末

本文围绕 Gemini 官方文档,按照其整体结构对相关内容进行了系统整理,涵盖了从 快速入门CLI 核心能力,到 Tools、Hooks、扩展机制、IDE 集成 以及 开发与发布相关内容 等多个方面。希望本文能帮助到大家,欢迎点赞、收藏或留言交流,本文完!

Logo

欢迎加入 MCP 技术社区!与志同道合者携手前行,一同解锁 MCP 技术的无限可能!

更多推荐