Agent skill

gemini

Gemini CLI for one-shot Q&A, summaries, and generation.

Stars 163
Forks 31

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 gemini interactively in your terminal to login.
  • PATH Issue: If gemini command is not found, add the global npm bin to your PATH.
    • Append to ~/.bashrc: export PATH=$PATH:$(npm config get prefix)/bin
  • Avoid --yolo for safety.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results