Community生產力與協作github.com

reshinto/gemini-skill

Claude Code skill and CLI for Gemini API workflows: text, multimodal, plan review, structured output, embeddings, search grounding, media generation, files, caching, batch, and more.

gemini-skill 是什麼?

gemini-skill is a Claude Code agent skill that claude Code skill and CLI for Gemini API workflows: text, multimodal, plan review, structured output, embeddings, search grounding, media generation, files, caching, batch, and more.

相容平台Claude Code~Codex CLI~CursorGemini CLI
npx skills add reshinto/gemini-skill

Installed? Explore more 生產力與協作 skills: steipete/gemini, steipete/gh-issues, steipete/skill-creator · View all 6 →

在你喜歡的 AI 中提問

開啟一個已預先載入此 Agent Skill 的新對話。

說明文件


name: gemini description: Gemini API access for Claude Code: text, multimodal, structured output, embeddings, plan review, search grounding, media generation, files, caching, and more. disable-model-invocation: true

Usage

Run:

python3 "${CLAUDE_SKILL_DIR}/scripts/gemini_run.py" <command> [args]

See ${CLAUDE_SKILL_DIR}/reference/index.md for the full command map. See ${CLAUDE_SKILL_DIR}/reference/plan_review.md for plan review.

Rules

  • Mutating operations require --execute.
  • Pass user input as single quoted argv values.
  • Use --session <id> or --continue for multi-turn text sessions.
  • Large text responses and generated media save to a file and print the path.

Quick commands

  • help
  • models
  • text "prompt"
  • multimodal "prompt" --file path.pdf
  • plan_review "review this plan"
  • embed "text"
  • image_gen "prompt" --execute

相關技能