# Gemini Skill

> Usage

- Skill: `reshinto/gemini-skill` (Agent Skill, multi-file: 9 files)
- Install (CLI): `npx skillmds@latest add reshinto/gemini-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/reshinto/gemini-skill/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: reshinto (https://skillmd.com/u/reshinto)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/reshinto/gemini-skill

---


## Usage

Run:

`python3 "${CLAUDE_SKILL_DIR}/scripts/gemini_run.py" <command> [args]`

See `${CLAUDE_SKILL_DIR}/reference/index.md` for the full command map.
See `${CLAUDE_SKILL_DIR}/reference/plan_review.md` for plan review.

## Rules

- Mutating operations require `--execute`.
- Pass user input as single quoted argv values.
- Use `--session <id>` or `--continue` for multi-turn text sessions.
- Large text responses and generated media save to a file and print the path.

## Quick commands

- `help`
- `models`
- `text "prompt"`
- `multimodal "prompt" --file path.pdf`
- `plan_review "review this plan"`
- `embed "text"`
- `image_gen "prompt" --execute`

