Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

geminiGemini 助手

Agent Skill

gemini 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

888

周安装

37

GitHub Stars

3

下载量

296
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:gemini(Gemini 助手)
来源仓库:https://github.com/alpoxdev/hypercore
仓库路径:skills/gemini
安装命令:
npx skills add https://github.com/alpoxdev/hypercore --skill gemini
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/alpoxdev/hypercore --skill gemini

简介

gemini 用于调用 Gemini CLI 执行特定任务,适合需要 Gemini 会话支持的场景。

  • 适用于需使用 Gemini 模型处理请求的任务,如文本生成或分析。
  • 通过 npx skills add 命令安装,需遵循 routing 规则判断是否适用。
  • 安装前应确认是否触发外部 API 调用及所需权限设置。
  • 不建议用于本地编辑或无明确 Gemini 需求的通用写作任务。

SKILL.md

@rules/routing.md

Gemini Skill

Defaults

ParameterDefault
Model selectionUse the Gemini CLI default unless the user explicitly asks for -m
Approval mode--approval-mode default
Headless mode-p / --prompt
Resume targetgemini --resume latest

Do NOT ask the user for model unless explicitly requested.

Routing

Use this skill when the request actually needs Gemini CLI or a Gemini session.

  • Read rules/routing.md before building a command when the request might be out of scope.
  • Route away to direct editing or another skill when the user wants generic writing, runbook cleanup, or local edits without needing Gemini CLI.

CRITICAL: Headless Mode

Always use -p / --prompt for non-interactive Gemini runs. Positional prompts start interactive mode.

# Correct
gemini --approval-mode default -p "your prompt here"

# Interactive mode
gemini "your prompt here"

Running a Task

Read references/recipes.md for concrete command recipes before changing approval modes, adding sandboxing, or resuming a session.

Approval Mode Selection

FlagWhen to use
--approval-mode defaultGeneral research, reasoning, and standard Gemini usage
--approval-mode auto_editOnly when the user explicitly wants Gemini to edit files
--approval-mode planRead-only planning or analysis with no file modifications
--yoloOnly after the user explicitly approves a full-auto run

Command Discipline

  • Start from gemini --approval-mode default -p "your prompt here".
  • Add -m <model> only when the user explicitly asks for a specific Gemini model.
  • Use --approval-mode auto_edit for normal file edits instead of --yolo.
  • Ask before using --yolo. Prefer --approval-mode auto_edit or --sandbox first.
  • When the task is higher-risk or you want tighter local constraints, add --sandbox instead of jumping straight to --yolo.

Resuming a Session

gemini --resume latest -p "your follow-up prompt"
gemini --list-sessions

When resuming, keep the existing session behavior and do not change model or approval mode unless the user asks.

After Completion

  • Summarize the result, including any warnings or partial output.
  • Tell the user they can resume with gemini --resume latest.
  • Ask whether to continue, adjust the prompt, or switch back to direct work.

Critical Evaluation

Treat Gemini as a colleague, not an authority.

  • Trust your knowledge when confident. Push back on incorrect claims directly.
  • Research disagreements using current sources or docs before accepting Gemini's claims.
  • Remember knowledge cutoffs — Gemini may not know about recent releases or API changes.
  • When freshness matters, ask Gemini for current sources and verify important claims against docs or primary sources.
  • Let the user decide when there's genuine ambiguity.

Error Handling

  • command not found: gemini: tell user to install Gemini CLI.
  • Auth errors: start gemini and complete the sign-in flow, or configure GEMINI_API_KEY / GOOGLE_API_KEY.
  • 429 / rate limit: free tier is 60 req/min, 1000 req/day — wait or upgrade.
  • 404 / model not found: retry without -m or choose a supported model from gemini --help or the official docs.
  • 403 / access denied: check the active auth path and retry with a supported model or account configuration.
  • Session not found: run gemini --list-sessions.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.07%
按下载量换算110

Claude

28.97%
按下载量换算86

Cursor

17.34%
按下载量换算51

Gemini CLI

8.38%
按下载量换算25

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills