reshinto/gemini-skill

Claude Code skill and CLI for Gemini API workflows: text, multimodal, plan review, structured output, embeddings, search grounding, media generation, files, caching, batch, and more.

Funciona comClaude Code~Codex CLI~CursorGemini CLI
npx skills add reshinto/gemini-skill

Ask in your favorite AI

Open a new chat with this agent skill pre-loaded.

Documentação


name: gemini description: Gemini API access for Claude Code: text, multimodal, structured output, embeddings, plan review, search grounding, media generation, files, caching, and more. disable-model-invocation: true

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

Habilidades Relacionadas

guuguo/guugo-skills

Reusable AI agent skills for governed local workflows

community

forcedotcom/testing-agentforce

Write, run, and analyze structured test suites for Agentforce agents. TRIGGER when: user writes or modifies test spec YAML (AiEvaluationDefinition); runs sf agent test create, run, run-eval, or results commands; asks about test coverage strategy, metric selection, or custom evaluations; interprets test results or diagnoses test failures; asks about batch testing, regression suites, or CI/CD test integration. DO NOT TRIGGER when: user creates, modifies, previews, or debugs .agent files (use developing-agentforce); deploys or publishes agents; writes Agent Script code; uses sf agent preview for development iteration; analyzes production session traces (use observing-agentforce).

community

sergiodxa/owasp-security-check

Security audit guidelines for web applications and REST APIs based on OWASP Top 10 and web security best practices. Use when checking code for vulnerabilities, reviewing auth/authz, auditing APIs, or before production deployment.

community

share-skills/pi

Strategic cognition and decision-making skill inspired by The Art of War and cognitive science.

community

yeyan00/nowork

NoWork: A desktop AI workstation for multi-agent collaboration. Let AI agents handle your workflows while you relax.

community

softaworks/professional-communication

Guide technical communication for software developers. Covers email structure, team messaging etiquette, meeting agendas, and adapting messages for technical vs non-technical audiences. Use when drafting professional messages, preparing meeting communications, or improving written communication.

community