
Gemini
- 3 installs
- Updated January 7, 2026
- ainergiz/mac-setup-guide
gemini is a Claude Code skill that uses browser automation to operate Google Gemini for AI chat, research, image and video creation, and analysis.
About
gemini is a Claude Code skill that drives Google Gemini through browser automation at gemini.google.com. It documents the model selector, tools such as Deep Research, Deep Think, image and video creation, Gems, and how to copy responses reliably. A developer uses it when they want an agent to run Gemini for chat, research, or media generation.
- Browser automation recipe for gemini.google.com via the Chrome MCP
- Covers Fast/Thinking/Pro models plus Deep Research and Deep Think tools
- Workflow examples for research, image generation, and NotebookLM export
Gemini by the numbers
- 3 all-time installs (skills.sh)
- Ranked #13,655 of 16,556 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Jul 28, 2026 (Skillselion catalog sync)
gemini capabilities & compatibility
Requires a logged-in Google Gemini account in the browser.
- Capabilities
- gemini automation · deep research · image generation · video generation
- Works with
- chrome · google drive
- Use cases
- research · image generation · video generation · web search
- Pricing
- Bring your own API key
What gemini says it does
Browser automation for Google Gemini AI assistant at `gemini.google.com`.
Use Google Gemini for AI chat, research, image/video creation, and analysis.
npx skills add https://github.com/ainergiz/mac-setup-guide --skill geminiAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 3 |
|---|---|
| Last updated | January 7, 2026 |
| Repository | ainergiz/mac-setup-guide ↗ |
What it does
Driving Google Gemini via browser automation for chat, deep research, and image or video generation.
Who is it for?
Automating Gemini for deep research or image and video generation through the browser.
Skip if: Calling Gemini via its API; this skill drives the web UI only.
When should I use this skill?
When the user wants to use Gemini, ask complex questions, generate images or videos, or do deep research.
What you get
Gemini driven end to end for research or media via the browser with reliable response copying.
- Gemini research reports
- generated images or videos
By the numbers
- 3 model tiers (Fast, Thinking, Pro)
- 6 tools including Deep Research and Create videos
Files
Google Gemini
Browser automation for Google Gemini AI assistant at gemini.google.com.
Models
Access via model dropdown (bottom-right of input area):
| Model | Description | Best For |
|---|---|---|
| Fast | Quick responses | Simple questions, fast interactions |
| Thinking | Extended reasoning | Complex problem solving |
| Pro | Advanced capabilities | Math, code, detailed analysis |
Tools
Access via sliders icon (left of model selector):
| Tool | Description |
|---|---|
| Deep Research | In-depth research with sources |
| Deep Think | Extended reasoning (shows thinking process) |
| Create videos | Video generation with Veo 3.1 |
| Create images | AI image generation |
| Canvas | Collaborative document editing |
| Guided Learning | Educational/tutorial mode |
Enabling a Tool
1. Click sliders icon next to input field 2. Click tool name to enable (checkmark appears) 3. Tool appears as pill in input area 4. Click X on pill to disable
Deep Think
- Takes several minutes for complex queries
- Shows "Show thinking" toggle to reveal reasoning
- Best for thorough analysis and research
- Copy button at bottom of response
Deep Research
- Generates comprehensive reports with citations
- Returns multiple sources
- Good for fact-checking and exploration
Input Options
Access via "+" button (left of input area):
| Option | Description |
|---|---|
| Upload files | Attach local files |
| Add from Drive | Import Google Drive files |
| Photos | Access photo library |
| Import code | Add code snippets |
| NotebookLM | Direct NotebookLM integration |
Gems (Custom Assistants)
Access via "Gems" in sidebar:
- Pre-made Gems: Google-created specialized assistants
- My Gems: Create custom personas with specific instructions
- Click "+ New Gem" to create custom assistant
Response Features
| Feature | Location | Description |
|---|---|---|
| Copy | Bottom of response | Copy full response text |
| Export to Sheets | In tables | Export data to Google Sheets |
| Sources | Below response | View cited sources |
| Like/Dislike | Bottom of response | Feedback buttons |
| Share | Response menu | Share conversation |
Navigation
Sidebar:
- New chat
- My stuff (recent items)
- Gems
- Chat history
- Activity
- Settings and help
Retrieving Previous Chats: 1. Click chat in sidebar under "Chats" 2. Or use search icon (top-left)
Copying Responses
Best Practice: Use native "Copy response" button (two overlapping rectangles icon at bottom of response).
Avoid JavaScript clipboard API - can be overwritten by other processes. Paste immediately after copying.
Workflow Examples
Deep Think Research
1. Navigate to gemini.google.com
2. Click sliders icon → enable "Deep Think"
3. Select "Pro" model for best results
4. Enter research query
5. Wait for completion (may take minutes)
6. Click "Copy response" buttonImage Generation
1. Navigate to gemini.google.com
2. Click sliders icon → enable "Create images"
3. Describe desired image in detail
4. Review generated options
5. Click to download or regenerateExport to NotebookLM
1. Complete research in Gemini
2. Copy response using native button
3. Open NotebookLM (see notebooklm skill)
4. Create notebook → Copied text → PasteTips
- Deep Think + Pro model = most thorough analysis
- Use Deep Research for fact-based queries needing citations
- Gems are useful for repeated specialized tasks
- Chat history preserves all conversations
- Export tables to Sheets for further analysis
Related skills
FAQ
How does gemini access models and tools?
Through the model dropdown and the sliders icon at gemini.google.com, driven by the Chrome browser MCP.
How should responses be copied?
Use Gemini's native Copy response button rather than the JavaScript clipboard API.