gemini

Generate text and images using Google's Gemini AI models via a command-line interface.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/buddypia/kaiju-voice --skill gemini-buddypia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini
Source: https://github.com/buddypia/kaiju-voice/tree/main/.claude/skills/gemini
Command: npx skills add https://github.com/buddypia/kaiju-voice --skill gemini-buddypia

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows users to leverage the Gemini AI models directly from their terminal for content generation, image creation, and code analysis, streamlining AI-powered tasks.

Core Features & Use Cases

  • Text Generation: Create marketing copy, code reviews, and documentation drafts.
  • Image Generation: Produce custom images based on textual prompts.
  • Code Analysis: Review code for potential improvements and issues.
  • Use Case: Generate a marketing blurb for a new AI game project, or get a code review for a React component.

Quick Start

Use the gemini skill to generate a marketing blurb for an AI game project.

Frequently Asked Questions about gemini

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate text and images using Gemini from the command line?

You can generate text and images using Gemini by running the Gemini Skill in your CLI, which processes interactive prompts or non-interactive commands to produce content. It directly routes your inputs to Google's AI models to output the requested text or visual assets.

Can I get an AI code review for a React component via my terminal?

Yes, you can get a code review for a React component via your terminal by passing the code to the Gemini Skill. It analyzes the provided context to identify potential improvements and issues, facilitating code analysis directly in the CLI.

Does the Gemini CLI tool support interactive and non-interactive modes?

The Gemini CLI tool supports both interactive and non-interactive modes, allowing you to either maintain an ongoing conversation or execute single commands. It includes options for model selection and context inclusion to tailor the AI generation process.

What is the best way to draft marketing copy using an AI model in the terminal?

The best way to draft marketing copy in the terminal is using the Gemini Skill, which leverages Google's Gemini AI models to create content. You provide a prompt describing your project, and the CLI generates the marketing text directly in your console.

Are there limitations when including context for code analysis in the CLI?

When including context for code analysis in the CLI, you must ensure your inputs align with the selected Gemini model's context window limitations. The tool processes the provided context to review code, but large files may require segmentation to function correctly.