Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Use Google Gemini as a free sub-agent via a Google One / Gemini Advanced subscription (no API key or API credits needed). Use when: (1) delegating tasks that...
Use Google Gemini as a free sub-agent via a Google One / Gemini Advanced subscription (no API key or API credits needed). Use when: (1) delegating tasks that...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Use Google Gemini (via subscription, $0 API cost) as a sub-agent inside OpenClaw workflows.
Run once on a fresh machine: bash skills/gemini-sub-agent/scripts/setup.sh Then authenticate (headless VPS flow): On VPS: gcloud auth application-default login --no-browser โ copy the --remote-bootstrap URL On laptop: gcloud auth application-default login --remote-bootstrap="<URL>" โ copy the localhost:8085 output Paste localhost:8085 output back into VPS prompt Complete Gemini CLI OAuth: GOOGLE_GENAI_USE_GCA=true gemini -p "hello" โ paste auth code Credentials are cached indefinitely and auto-refresh.
ModelUse forgemini-3.1-pro-previewDefault โ latest flagship, best reasoninggemini-2.5-proStable coding tasks, multi-file editsgemini-3-flash-previewFast summaries, quick Q&Agemini-3-pro-previewPrevious gen Pro, reliable fallbackgemini-2.5-flashLightweight fallback
ask-gemini "your prompt here" ask-gemini -m gemini-2.5-pro "your prompt"
cat large_file.txt | ask-gemini "summarize this in 5 bullets" cat report.md | ask-gemini "extract all action items"
cd /path/to/project GOOGLE_GENAI_USE_GCA=true gemini -m gemini-2.5-pro -y -p "write a script that..." -y = yolo mode (auto-approves all file writes and shell commands). Gemini reads/writes files autonomously.
cat existing_script.py | GOOGLE_GENAI_USE_GCA=true gemini -m gemini-2.5-pro -y -p "refactor this to add error handling"
TaskUseText, analysis, summarizationask-geminiMedium coding (30โ200 lines)Gemini agentic (-y) instead of Swift/SonnetLarge file / long-contextask-gemini (1M token window)Web search / researchResearch agent (Grok) โ Gemini has no web accessMulti-agent orchestrationOpenClaw native (sessions_spawn)Complex architecture / debuggingCodex (Opus) โ escalate if Gemini fails twice
If Gemini returns wrong output twice on the same task โ escalate to Swift (Sonnet) or Codex (Opus). Log the failure in failures/hot_antipatterns.md with the task type.
scripts/setup.sh โ Full install: gemini-cli + gcloud + ask-gemini wrapper scripts/ask-gemini โ The wrapper script itself (copy to /usr/local/bin/)
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.