Skill1.3k estrellas del repoactualizado yesterday
gemini
Gemini CLI provides command-line access to Google's Gemini API for immediate text generation, summarization, and question-answering tasks without entering interactive mode. Use this skill when you need to process single prompts directly from the command line, optionally specifying model variants or requesting structured JSON output formats.
Instalar en Claude Code
Copiargit clone --depth 1 https://github.com/trpc-group/trpc-agent-go /tmp/gemini && cp -r /tmp/gemini/openclaw/skills/gemini ~/.claude/skills/geminiDespués abre una sesión nueva de Claude Code; el skill carga automáticamente.
Definición
SKILL.md
# Gemini CLI Use Gemini in one-shot mode with a positional prompt (avoid interactive mode). Quick start - `gemini "Answer this question..."` - `gemini --model <name> "Prompt..."` - `gemini --output-format json "Return JSON"` Extensions - List: `gemini --list-extensions` - Manage: `gemini extensions <command>` Notes - If auth is required, run `gemini` once interactively and follow the login flow. - Avoid `--yolo` for safety.
Del mismo repositorio
blogSkill
enSkill
zhSkill
artifact_demoSkill
Demo skill that writes an output file and persists it as an artifact.
news-query-agentSubagent
Answer news queries with a fixed demo response.
weather-querySkill
Answer weather queries with a fixed demo response.
contact-lookup-agentSubagent
Look up contact phone numbers with fixed demo data.
write-okSkill
Write a deterministic OK file to out/ok.txt.