Gemini skill
Skill reshinto/gemini-skill
Gemini API access for Claude Code: text, multimodal, structured output, embeddings, plan review, search grounding, media generation, files, caching, and more.From its SKILL.md
npx -y skills add reshinto/gemini-skillAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.9 KB, 182 tokens by cl100k_base, as published. Nobody here has run it
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--continuefor multi-turn text sessions. - Large text responses and generated media save to a file and print the path.
Quick commands
helpmodelstext "prompt"multimodal "prompt" --file path.pdfplan_review "review this plan"embed "text"image_gen "prompt" --execute
What ships with it: 302 files
2593.3 KB alongside SKILL.md, 214 of them executable
adapters/
- data/batch.pyruns3.4 KB
- data/cache.pyruns3.7 KB
- data/embeddings.pyruns1.8 KB
- data/file_search.pyruns5.8 KB
- data/files.pyruns6.3 KB
- data/__init__.pyruns0 B
- data/token_count.pyruns1.4 KB
- experimental/computer_use.pyruns2.2 KB
- experimental/deep_research.pyruns4.2 KB
- experimental/__init__.pyruns0 B
- generation/imagen.pyruns7.3 KB
- generation/__init__.pyruns0 B
- generation/live.pyruns7.4 KB
- generation/multimodal.pyruns2.4 KB
- generation/plan_review.pyruns13.6 KB
- generation/streaming.pyruns1.6 KB
- generation/structured.pyruns2.0 KB
- generation/text.pyruns3.6 KB
- __init__.pyruns0 B
- media/image_gen.pyruns4.8 KB
- media/__init__.pyruns0 B
- media/music_gen.pyruns2.8 KB
- media/video_gen.pyruns4.3 KB
- tools/code_exec.pyruns2.5 KB
- tools/function_calling.pyruns2.5 KB
- tools/__init__.pyruns0 B
- tools/maps.pyruns2.5 KB
- tools/search.pyruns3.2 KB
core/
- adapter/contract.pyruns1.1 KB
- adapter/helpers.pyruns7.2 KB
- adapter/__init__.pyruns0 B
- auth/auth.pyruns3.9 KB
- auth/__init__.pyruns0 B
- cli/dispatch.pyruns9.0 KB
- cli/health_main.pyruns7.9 KB
- cli/__init__.pyruns0 B
- cli/installer/api_key_prompt.pyruns6.9 KB
- cli/installer/__init__.pyruns726 B
- cli/installer/legacy_migration.pyruns4.3 KB
- cli/installer/payload.pyruns2.2 KB
262 more files not listed here. See all 302 in the repository.