gemini
Gemini CLI for one-shot Q&A, summaries, and generation. Integrates with NotebookLM for deep research. Use when asked to search the web, research topics, generate content, or query NotebookLM sources.
npx skills add majiayu000/claude-skill-registry --skill gemini-geralt1983-thanos --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Gemini Skill ## Overview Use Google Gemini subscription for all AI and web search needs. **No separate API keys required** - uses your Google account. ## Primary Tool: `gemini` CLI The official Gemini CLI is installed at `/opt/homebrew/bin/gemini`. ### Web Search (One-Shot) ```bash gemini "What is the weather forecast for King, NC?" gemini "Latest news about Epic EHR" gemini "Research competitive landscape for X" ``` ### JSON Output (for scripting) ```bash gemini "your query" --output-format json ``` ### Interactive Mode ```bash gemini -i "Start researching topic X" ``` ## NotebookLM Integration For deep research with source synthesis: ```bash # Quick search (adds sources to notebook) nlm source add-research "your query" --notebook <id> # Deep research (adds sources to notebook) nlm source add-research "your query" --notebook <id> --mode deep # Query notebook sources nlm ask -n <id> --new "your question" ``` ## When to Use What | Task | Tool | |------|------| | Quick web search | `gemini "query"` | | One-shot Q&A | `gemini "question"` | | Deep research with sources | `nlm source add-research --mode deep` | | Query documents/sources | `nlm ask -n <id>` | | Generate podcast | `nlm
- Overview
- Primary Tool: gemini CLI
- Web Search (One-Shot)
- JSON Output (for scripting)
- Interactive Mode
- NotebookLM Integration
- When to Use What
- No API Keys Needed
- Authentication
- Files
gemini "What is the weather forecast for King, NC?" gemini "Latest news about Epic EHR" gemini "Research competitive landscape for X" gemini "your query" --output-format json gemini -i "Start researching topic X" Quick search (adds sources to notebook) nlm source add-research "your query" --notebook <id> Deep research (adds sources to notebook) nlm source add-research "your query" --notebook <id> --mode deep Query notebook sources
What does the gemini skill do?
Gemini CLI for one-shot Q&A, summaries, and generation. Integrates with NotebookLM for deep research. Use when asked to search the web, research topics, generate content, or query NotebookLM sources.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill gemini-geralt1983-thanos --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
