
Gemini
- 16 installs
- 869 repo stars
- Updated June 8, 2026
- beita6969/scienceclaw
gemini is a Claude skill that runs the Gemini CLI in one-shot mode for quick Q&A, summaries, and text generation.
About
This skill teaches an agent to call the Gemini CLI in one-shot mode instead of interactive mode. A developer uses it to get quick answers, summaries, or generated text from Gemini, optionally selecting a model or requesting JSON output. It also covers listing and managing Gemini extensions.
- Runs Gemini CLI in one-shot mode with a positional prompt
- Supports --model, JSON output, and extension management
- Installs via brew formula gemini-cli
Gemini by the numbers
- 16 all-time installs (skills.sh)
- Ranked #10,994 of 16,556 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 2, 2026 (Skillselion catalog sync)
gemini capabilities & compatibility
Requires Gemini auth (run gemini once interactively to log in).
- Capabilities
- ai agent building
- Use cases
- research
- Pricing
- Bring your own API key
What gemini says it does
Use Gemini in one-shot mode with a positional prompt (avoid interactive mode).
If auth is required, run `gemini` once interactively and follow the login flow.
npx skills add https://github.com/beita6969/scienceclaw --skill geminiAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 16 |
|---|---|
| repo stars | ★ 869 |
| Last updated | June 8, 2026 |
| Repository | beita6969/scienceclaw ↗ |
What it does
Ask Gemini a one-shot question or generate text from the command line during a coding session.
Who is it for?
One-shot Q&A, summaries, and generation via the Gemini CLI.
Skip if: Interactive Gemini sessions (the skill explicitly says to avoid interactive mode).
When should I use this skill?
You want a quick answer or generated text from Gemini without leaving the terminal.
By the numbers
- Install path: brew formula gemini-cli
Files
Gemini CLI
Use Gemini in one-shot mode with a positional prompt (avoid interactive mode).
Quick start
gemini "Answer this question..."gemini --model <name> "Prompt..."gemini --output-format json "Return JSON"
Extensions
- List:
gemini --list-extensions - Manage:
gemini extensions <command>
Notes
- If auth is required, run
geminionce interactively and follow the login flow. - Avoid
--yolofor safety.