Files
nexus/wiki/sources/gemini-cli.md
2026-05-03 05:42:12 +08:00

41 lines
1.8 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Gemini CLI Integration"
type: source
tags: []
date: 2026-05-03
---
## Source File
- [[Agent/agency-agents/integrations/gemini-cli/README.md]]
## Summary用中文描述
- 核心主题Gemini CLI 扩展集成——将 The Agency 的全部 61 个 Agent 打包为 Gemini CLI 扩展
- 问题域:如何让用户在 Gemini CLI 中按名称直接调用任意 Agency Agent
- 方法/机制:通过 `convert.sh` 生成扩展文件,再通过 `install.sh` 安装到 `~/.gemini/extensions/agency-agents/`;安装后在 Gemini CLI prompt 中引用 Agent 名称即可激活
- 结论/价值Gemini CLI 用户无需关心 Agent 实现细节,只需按名称引用即可获得 The Agency 全套专业能力
## Key Claims用中文描述
- The Agency 的全部 61 个 Agent 均以 SKILL.md 格式打包为 Gemini CLI 扩展
- 扩展安装路径为 `~/.gemini/extensions/agency-agents/`,属于 Home-Scoped 级别
- 在 Gemini CLI 中通过自然语言引用 Agent 名称即可激活对应技能
## Key Quotes
> "Packages all 61 Agency agents as a Gemini CLI extension." — 明确扩展包规模
> "Use the frontend-developer skill to help me build this UI." — Gemini CLI 中引用 Agent 的示例
## Key Concepts
- [[AgentIntegration]]The Agency 与各类 IDE/CLI 工具的集成机制
- [[SkillReference]]:通过名称引用方式在 AI 工具中激活特定 Agent 的机制
## Key Entities
- [[GeminiCLI]]Google 的 Gemini CLI 工具,支持扩展机制
- [[AgencyAgents]]The Agency 项目中的 61 个 AI Agent 组合
- [[AgencyAgentsRoster]]Agent 团队 roster包含 frontend-developer、backend-architect、reality-checker 等角色
## Connections
- [[AgencyAgents]] ← generates → [[GeminiCLI]] Extension
- [[SkillReference]] ← enables → [[AgencyAgents]]
## Contradictions
- (无已知冲突)