Agent Skill
2/7/2026gemini
Gemini CLI for one-shot Q&A, summaries, and generation.
L
leopechnicki
0GitHub Stars
1Views
npx skills add leopechnicki/AI-Assistant
SKILL.md
| Name | gemini |
| Description | Gemini CLI for one-shot Q&A, summaries, and generation. |
name: gemini description: Gemini CLI for one-shot Q&A, summaries, and generation. homepage: https://ai.google.dev/ metadata: { "hex": { "emoji": "♊️", "requires": { "bins": ["gemini"] }, "install": [ { "id": "brew", "kind": "brew", "formula": "gemini-cli", "bins": ["gemini"], "label": "Install Gemini CLI (brew)", }, ], }, }
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.
Skills Info
Original Name:geminiAuthor:leopechnicki
Download