Agent skill · Content & Marketing

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/ai-llm/gemini-geralt1983-thanos/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. Primary Tool: gemini CLI
  3. Web Search (One-Shot)
  4. JSON Output (for scripting)
  5. Interactive Mode
  6. NotebookLM Integration
  7. When to Use What
  8. No API Keys Needed
  9. Authentication
  10. Files
Ships with 1 file
  • metadata.json
Commands it runs
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
More from claude-skill-registry
All skills →
About this skill
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.

Keep going