Agent skill
gemini
Gemini CLI for one-shot Q&A, summaries, and generation.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/gemini-kjdragan-universal-agent
Metadata
Additional technical details for this skill
- claude 007
-
{ "emoji": "\u264a\ufe0f", "install": [ { "id": "npm", "bins": [ "gemini" ], "kind": "npm", "label": "Install Gemini CLI (npm)", "package": "@google/gemini-cli" } ], "requires": { "bins": [ "gemini" ] } }
SKILL.md
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"
Notes
- Model Selection: The default model (no flag) works best. Check valid models with
gemini models list. - Troubleshooting: If the command runs but produces NO OUTPUT, you are likely missing authentication.
- Run
geminiinteractively in your terminal to login.
- Run
- PATH Issue: If
geminicommand is not found, add the global npm bin to your PATH.- Append to
~/.bashrc:export PATH=$PATH:$(npm config get prefix)/bin
- Append to
- Avoid
--yolofor safety.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?