Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
isaac-flath avatar

Gemini 3

  • 1 installs
  • 7 repo stars
  • Updated April 12, 2026
  • isaac-flath/agent-starter-skills

Query Google's Gemini 3 models for multimodal analysis, long-context, and other Gemini-specific general-purpose tasks.

About

Queries Google's Gemini 3 models for general-purpose tasks needing multimodal analysis, long context, or Gemini-specific features. A developer uses it when they want to leverage Gemini capabilities from within their workflow.

  • Queries Gemini 3 and related models for multimodal and long-context tasks
  • Configured specifically for Gemini 3 model features

Gemini 3 by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #14,102 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Jul 8, 2026 (Skillselion catalog sync)
npx skills add https://github.com/isaac-flath/agent-starter-skills --skill gemini-3

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars7
Last updatedApril 12, 2026
Repositoryisaac-flath/agent-starter-skills

What it does

Query Google's Gemini 3 models for multimodal analysis, long-context, and other Gemini-specific general-purpose tasks.

Files

SKILL.mdMarkdownGitHub ↗

/gemini-3

Query Google's Gemini 3 models for general-purpose tasks. Specifically configured for Gemini 3 and related Gemini models.

Usage

/gemini-3 [prompt]

Prerequisites

  • uv CLI: brew install uv or pip install uv
  • GEMINI_API_KEY environment variable (or set in ~/.content/config.yaml)

Use Cases

  • Long context analysis (2M+ token context window)
  • Multimodal tasks (text + images + PDFs + videos)
  • Tasks requiring Gemini 3 reasoning capabilities
  • Alternative perspective or second opinion on problems
  • Cross-model testing and comparison
  • Specialized Gemini features (native tool use, grounding)

Run

# Basic query (uses gemini-2.5-pro by default)
uv run .claude/skills/gemini-3/scripts/query.py "Your prompt here"

# With Gemini 3 (when available)
uv run .claude/skills/gemini-3/scripts/query.py "Your prompt here" --model gemini-3-pro

# With image input
uv run .claude/skills/gemini-3/scripts/query.py "Analyze this image" --image path/to/image.png

# With PDF or document input
uv run .claude/skills/gemini-3/scripts/query.py "Summarize this document" --file path/to/document.pdf

# Multiple files
uv run .claude/skills/gemini-3/scripts/query.py "Compare these" --file doc1.pdf --file doc2.pdf --image chart.png

Available Models

  • gemini-2.5-pro (default) - Latest available multimodal model
  • gemini-3-pro - When available, Gemini 3 with advanced reasoning
  • gemini-3-pro-image-preview - For image generation tasks
  • gemini-2.0-flash-exp - Experimental fast model

Output

Prints response to stdout. Use shell redirection to save:

uv run .claude/skills/gemini-3/scripts/query.py "prompt" > output.txt

Note

This skill is named gemini-3 to indicate it's configured for Google's Gemini 3 model family. The script supports multiple Gemini models via the --model parameter, with Gemini 3 being the target model when it becomes available.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.