gemini

Installation
SKILL.md

Gemini Skill — Full Toolkit for Claude Code

Different model family = different blind spots. This skill gives Claude direct access to Gemini for text, search, images, and multi-round dialogue.

Setup (first run)

  1. Get API key at https://aistudio.google.com → create key
  2. Add to .env: GOOGLE_API_KEY=your_key
  3. Install SDK: pip install google-genai
  4. Find gemini.py: bundled at scripts/gemini.py relative to this SKILL.md
GEMINI="$(find . ~/.claude/skills -name gemini.py -path '*/gemini/*' 2>/dev/null | head -1)"

1. Text — Ask, Think, Review

Installs
2
GitHub Stars
3
First Seen
May 20, 2026
gemini — awrshift/skill-gemini