agentsclimarketplace

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

Install
npx -y skills add reshinto/gemini-skill

Assembled 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 --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

What ships with it: 302 files

2593.3 KB alongside SKILL.md, 214 of them executable

262 more files not listed here. See all 302 in the repository.

Keep looking

Skills are one crate of 326,506. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.