AI AGENT ADDONS

The Gemini CLI lets you talk to Google's AI models right from your terminal. You type a prompt and get an answer instantly. It works well for quick questions, summaries, or generating text.

You can use it in one shot mode by adding a prompt with the -p flag. It also supports different models, JSON output, and reading from files. This makes it easy to fit into your daily work without opening a browser.

The tool can manage extensions, skills, and hooks. You can even route requests through MCP or Gemma. It is a simple way to bring AI help into your command line.

Add Gemini skill to your workflow

Global

mkdir -p ~/.claude/skills/gemini

Project

mkdir -p .claude/skills/gemini

Source Repository

Stars
380,845
Forks
79,777
Watchers
380,845
License
NOASSERTION
Last Push
23 days ago
Created
7 months ago