From opencode
Use Gemini Flash for quick tasks: reading PDFs, processing images, analyzing screenshots, summarizing documents. Fast, cheap, 1M+ token context.
How this skill is triggered — by the user, by Claude, or both
Slash command
/opencode:gemini-flashThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Fast model. Best for: PDFs, images, summaries, quick analysis.
Fast model. Best for: PDFs, images, summaries, quick analysis. No edit/write permissions - read-only analysis.
ocw new flash
Returns 6-char hash. Save it for all interactions.
ocw chat <hash> << 'EOF'
your prompt
EOF
ocw chat <hash> -f /path/to/file.pdf << 'EOF'
analyze this
EOF
ocw list
npx claudepluginhub metrovoc/cc-skill-opencode --plugin opencodeManages Gemini CLI sessions: resume via --resume or /resume browser, configure retention/max turns in settings.json, list/delete with CLI flags. Delegates to gemini-cli-docs.
Invokes Google Gemini CLI for complex reasoning, research, and AI tasks in headless mode. Supports preview models, fallbacks, and session continuation.
Starts Google Gemini CLI session with 1M context for large codebase analysis. Handles new sessions or follow-ups; returns task_id for /gemini-result check.