G

Google Gemini技能

agent-tui
google-gemini
Main Agents: Do NOT use this skill directly. If you need to test the TUI, invoke the `tui_tester` subagent. Drive terminal UI (TUI) applications…
official
agent-tui
google-gemini
Main Agents: Do NOT use this skill directly. If you need to test the TUI, invoke the `tui_tester` subagent. Drive terminal UI (TUI) applications…
official
async-pr-review
google-gemini
当用户希望启动异步PR审查、对PR进行后台检查,或查看之前启动的异步PR审查状态时,触发此技能。
official
async-pr-review
google-gemini
Trigger this skill when the user wants to start an asynchronous PR review, run background checks on a PR, or check the status of a previously started async PR…
official
audio-mixing
google-gemini
Mix speech audio and background music into a polished radio show file.
official
audio-mixing
google-gemini
将语音音频和背景音乐混合成精良的广播节目文件。
official
behavioral-evals
google-gemini
创建、运行、修复和推广行为评估的指南。用于验证代理决策逻辑、调试故障、调试提示…
official
briefing
google-gemini
Formats the standalone daily briefing — curated picks with why-it-matters lines, community buzz, the trend read across runs, and the taste note that keeps the…
official
ci
google-gemini
Gemini CLI 的一项专门技能,提供高性能、快速失败机制
official
ci
google-gemini
A specialized skill for Gemini CLI that provides high-performance, fail-fast monitoring of GitHub Actions workflows and automated local verification of CI…
official
code-reviewer
google-gemini
对本地变更和远程拉取请求进行自动化代码审查,提供涵盖正确性、可维护性和安全性的结构化分析。支持本地文件系统变更(已暂存和未暂存)以及远程PR(按编号或URL),并自动通过GitHub CLI检出。从七个维度分析代码:正确性、可维护性、可读性、效率、安全性、边界情况处理及测试覆盖率。可运行可选的预检验证套件(如npm run preflight)以提前发现问题。
official
code-reviewer
google-gemini
Use this skill to review code. It supports both local changes (staged or working tree) and remote Pull Requests (by ID or URL). It focuses on correctness,…
official
cover-image-generation
google-gemini
Generate cover images for the radio show using Gemini 3 Flash Image (with fallback to Pro).
official
cover-image-generation
google-gemini
使用 Gemini 3 Flash Image(回退至 Pro)为广播节目生成封面图片。
official
critique
google-gemini
在审计和修复仓库脚本及GitHub Actions工作流方面具有专业知识,以确保技术稳健性和安全性。
official
critique
google-gemini
Expertise in auditing and fixing repository scripts and GitHub Actions workflows to ensure technical robustness and security.
official
curation
google-gemini
Selection and ranking rules — how to turn the raw fetched pool into the handful of items the reader actually wants, guided by the taste profile in…
official
data-explorer
google-gemini
General-purpose data profiling and exploration. Use when first encountering any dataset to understand its structure, quality, and analysis potential.
official
data-explorer
google-gemini
通用数据剖析与探索。在首次接触任何数据集时使用,以了解其结构、质量和分析潜力。
official
deliver
google-gemini
Posts a condensed version of the briefing to a Google Chat or Slack incoming webhook, so the daily run delivers itself — skips silently when no webhook is…
official
docs-changelog
google-gemini
Generates and formats changelog files for a new release based on provided version and raw changelog data.
official
docs-changelog
google-gemini
为新的发布版本生成并格式化变更日志文件,支持版本感知模板和亮点提取。处理三种发布类型:稳定小版本、稳定补丁和预览版本,每种类型都有不同的文件更新流程。自动处理原始Markdown发布说明,将PR URL重新格式化为Markdown链接,并移除贡献者部分。生成简洁的3-5点亮点摘要用于发布公告,优先展示新功能而非错误修复。支持...
official
docs-writer
google-gemini
Always use this skill when the task involves writing, reviewing, or editing files in the `/docs` directory or any `.md` files in the repository.
official
docs-writer
google-gemini
针对Gemini CLI文档进行技术写作与编辑,严格遵循风格规范。强制执行全面的文档标准,涵盖语气、语调、语法、格式和结构,确保所有.md文件和/docs目录内容的一致性。在修改前需调研相关代码和现有文档,并检查受影响的页面及侧边栏导航更新。应用标题、列表、流程、链接和可访问性等具体规则...
official
fetch-news
google-gemini
Pulls the latest Google News and Hacker News items for every topic and genre in the reader's interests, deduped against every item shown in previous runs.
official
gemini-api-cli
google-gemini
使用Gemini API CLI工具的指南。当你需要通过命令行与Gemini API交互、管理代理或生成媒体(图像、……)时使用。
official
gemini-api-dev
google-gemini
使用Google的Gemini模型构建应用程序,支持多模态内容、函数调用和结构化输出,覆盖Python、JavaScript、Go和Java语言。可访问当前Gemini 3模型(Pro、Flash、Pro Image),具备100万token上下文;旧版Gemini 2.x和1.5模型已弃用。支持文本生成、图像/音频/视频理解、函数调用、结构化JSON输出、代码执行、上下文缓存和嵌入功能。提供官方SDK:google-genai(Python)...
official
gemini-interactions-api
google-gemini
Gemini模型与代理的统一接口,支持服务端状态、流式传输和工具编排。兼容当前多款模型(gemini-3-flash-preview、gemini-3-pro-preview、gemini-2.5-flash/pro)及Deep Research代理;自动将已弃用的模型ID替换为当前替代方案。通过previous_interaction_id将对话历史卸载至服务端,实现有状态的多轮交互,无需手动管理历史记录。内置工具编排功能包括...
official
gemini-live-api-dev
google-gemini
通过WebSocket与Gemini进行实时双向流式传输,支持音频、视频和文本对话。具备音频输入/输出(16 kHz PCM)、视频帧、文本以及带语音活动检测的自动转录功能,可实现中断处理。包含原生音频特性:情感对话、主动音频和思考模式;支持同步和异步工具调用的函数调用;以及Google搜索接地功能。提供会话管理,包括上下文压缩、恢复等。
official
gemini-omni-flash-api
google-gemini
使用此技能进行生成式视频编辑、文本转视频、图像参考视频生成以及首帧到视频的过渡动画,基于…
official
git-workflow
google-gemini
Guides the agent on how to handle git operations and generate .patch files instead of submitting PRs.
official
git-workflow
google-gemini
指导智能体如何处理Git操作并生成.patch文件,而非提交PR。
official
github-issue-creator
google-gemini
Use this skill when asked to create a GitHub issue. It handles different issue types (bug, feature, etc.) using repository templates and ensures proper…
official
github-issue-creator
google-gemini
当被要求创建GitHub issue时使用此技能。它处理不同的issue
official
github-researcher
google-gemini
Guides the agent on how to read and search GitHub issues to understand the repository's problems.
official
github-researcher
google-gemini
指导智能体如何阅读和搜索GitHub问题,以了解仓库中的问题。
official
greeter
google-gemini
一个友好的问候技能
official
greeter
google-gemini
A friendly greeter skill
official
memory
google-gemini
Expertise in maintaining persistent bot memory, synchronizing with previous sessions via the Task Ledger, and preserving decision logs.
official
memory
google-gemini
Records and appends every user-agent customer support interaction to the memory.md log in the workspace.
official
memory
google-gemini
擅长维护持久化的机器人记忆,通过任务账本同步先前会话,并保存决策日志。
official
memory
google-gemini
将每次用户与客服助手的交互记录并追加到工作区中的 memory.md 日志文件中。
official
metadata-generation
google-gemini
Generate show metadata (JSON) containing timecoded transcript, title, duration, summary, and date by sending audio and transcript to Gemini.
official
metadata-generation
google-gemini
通过将音频和转录文本发送至Gemini,生成包含时间编码转录、标题、时长、摘要和日期的节目元数据(JSON)。
official
metrics
google-gemini
Expertise in analyzing time-series repository health metrics, investigating root causes, and proposing proactive workflow improvements.
official
metrics
google-gemini
擅长分析时间序列仓库健康指标,调查根本原因,并提出主动的工作流改进方案。
official
music-generation
google-gemini
Generate ambient background music using Lyria via the Interactions API.
official
music-generation
google-gemini
通过Interactions API使用Lyria生成环境背景音乐。
official
pdf-parsing
google-gemini
Exposes a 100% local, offline PDF batch extraction utility (extract_to_markdown.py) that isolates invoices under invoices/ and translates PDFs into clean…
official
pdf-parsing
google-gemini
提供一个100%本地、离线的PDF批量提取工具(extract_to_markdown.py),将发票隔离到invoices/目录下,并将PDF转换为清晰的……
official
pirate-skill
google-gemini
Speak like a pirate.
official
pirate-skill
google-gemini
像海盗一样说话。
official
pr-address-comments
google-gemini
Use this skill if the user asks you to help them address GitHub PR comments for their current branch of the Gemini CLI. Requires `gh` CLI tool.
official
pr-address-comments
google-gemini
Use this skill if the user asks you to help them address GitHub PR comments for their current branch of the Gemini CLI. Requires `gh` CLI tool.
official
pr-creator
google-gemini
Use this skill when asked to create a pull request (PR). It ensures all PRs follow the repository's established templates and standards.
official
pr-creator
google-gemini
引导式拉取请求创建,强制执行仓库模板和安全标准。通过关键检查防止对主分支的提交和推送,确保分支安全。从.github/目录中定位并应用仓库特定的PR模板,支持多种模板变体。指导描述起草,保留模板结构、完成清单并关联问题。包含通过npm run preflight进行的预检验证,以在PR前捕获构建、代码检查和测试失败...
official
prs
google-gemini
Expertise in managing the Git and GitHub Pull Request lifecycle, including staging changes, generating PR descriptions, and branch management.
official
prs
google-gemini
精通管理Git和GitHub拉取请求生命周期,包括暂存更改、生成PR描述以及分支管理。
official
python-data
google-gemini
Performs heavy numerical compute and statistical analysis inside the sandbox.
official
python-data
google-gemini
在沙箱内执行高强度的数值计算和统计分析。
official
reconciliation
google-gemini
将已加载的费用与预解析的发票数据库进行对账,标记出金额不匹配、发票缺失、商户不一致等差异…
official
reconciliation
google-gemini
Reconcile loaded expenses against the pre-parsed invoice database, flagging discrepancies like amount mismatches, missing invoices, and merchant mismatches…
official
research
google-gemini
Gather source material for the radio show from any content source — web, HN, GitHub, papers, or general topics.
official
research
google-gemini
从任何内容来源(网页、HN、GitHub、论文或一般话题)收集广播节目的源材料。
official
review-duplication
google-gemini
在代码审查期间使用此技能,主动检查代码库中是否存在重复功能、重复造轮子或未能复用现有代码的情况。
official
review-duplication
google-gemini
Use this skill during code reviews to proactively investigate the codebase for duplicated functionality, reinvented wheels, or failure to reuse existing…
official
scanner
google-gemini
Scans a website deeply, converting HTML pages to markdown, respecting robots.txt, and updating the snapshots log.
official
scanner
google-gemini
深度扫描网站,将HTML页面转换为Markdown格式,遵守robots.txt规则,并更新快照日志。
official
script-writing
google-gemini
Generate the AI Talk Radio show script from research using the Interactions API.
official
script-writing
google-gemini
使用Interactions API根据研究生成AI Talk Radio节目脚本。
official
skill-creator
google-gemini
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Gemini CLI's…
official
skill-creator
google-gemini
创建有效技能的指南。当用户想要创建新技能(或更新现有技能)以扩展Gemini CLI的功能时,应使用此技能。
official
slide-creator
google-gemini
将笔记或要点转换为谷歌风格的演示文稿幻灯片,生成独立的HTML文件。适用于用户需要(1)根据笔记或要点创建演示文稿幻灯片,(2)…
official
string-reviewer
google-gemini
Use this skill when asked to review text and user-facing strings within the codebase. It ensures that these strings follow rules on clarity, usefulness,…
official
string-reviewer
google-gemini
担任资深用户体验文案。检查面向用户的字符串是否过长、不清晰或不一致,包括内联文本、错误消息及其他面向用户的文本。
official
tts-generation
google-gemini
Convert radio show script to speech audio with telephone effect on correspondent voices using the Interactions API.
official
tts-generation
google-gemini
使用Interactions API将广播节目脚本转换为语音音频,并对记者声音施加电话效果。
official
tui-tester
google-gemini
Expert guidance for testing Gemini CLI behavior and visual output using terminal automation.
official
tui-tester
google-gemini
使用终端自动化测试Gemini CLI行为和视觉输出的专家指导。
official
vendor-verification
google-gemini
Verify whether vendors/merchants from expense records are real, registered business entities by querying the free Wikidata open API.
official
vendor-verification
google-gemini
通过查询免费的维基数据开放API,验证费用记录中的供应商/商家是否为真实、注册的商业实体。
official
vertex-ai-api-dev
google-gemini
指导在Google Cloud Vertex AI上使用Gen AI SDK调用Gemini API。当用户询问在企业环境中使用Gemini时使用…
official