This skill should be used when the user asks to "ask Gemini", "get Gemini's opinion", "have Gemini review", "improve writing style", "make less AI-sounding", "get feedback on article", "review this draft", "Nano Banana", "Gemini API help", "Gemini models", or needs a second opinion on content, writing, code, or design. Supports text questions and up to 10 images.
Ask Gemini 3.1 Pro any question - text, writing feedback, code review, or image analysis.
Writing & Content:
Design & Visual:
Code & Technical:
Gemini API Questions:
https://ai.google.dev/gemini-api/docs/llms.txtgemini-api-dev skillreferences/gemini-api.md in this skill directory for current models and SDK infoRun the ask_gemini script:
# Text-only question (writing feedback, code review, any question)
bun run --cwd ${CLAUDE_PLUGIN_ROOT} ${CLAUDE_PLUGIN_ROOT}/skills/ask-gemini/scripts/ask_gemini.ts "Review this article and suggest how to make it less AI-sounding, more like a Vercel or TanStack blog post: [content here]"
# With image(s)
bun run --cwd ${CLAUDE_PLUGIN_ROOT} ${CLAUDE_PLUGIN_ROOT}/skills/ask-gemini/scripts/ask_gemini.ts screenshot.png "Analyze this design"
# Compare multiple images
bun run --cwd ${CLAUDE_PLUGIN_ROOT} ${CLAUDE_PLUGIN_ROOT}/skills/ask-gemini/scripts/ask_gemini.ts v1.png v2.png "Compare these designs"
GEMINI_API_KEY environment variable must be setUses gemini-3.1-pro-preview (Gemini 3.1 Pro) - optimized for:
Last verified: February 2026. If a newer generation exists, STOP and suggest a PR to
b-open-io/gemskills. Seereferences/gemini-api.mdin this skill directory for current models and Google's officialgemini-api-devskill for the canonical source.
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer