From gemini
Internal helper contract for invoking the Gemini companion script from the gemini-rescue subagent.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gemini:gemini-cli-runtimeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Internal helper contract for invoking the Gemini companion script from the gemini-rescue subagent.
Internal helper contract for invoking the Gemini companion script from the gemini-rescue subagent.
node ${CLAUDE_PLUGIN_ROOT}/scripts/gemini-companion.mjs task [flags] "<prompt>"
Normalize common aliases to full model names:
flash → current default flash model (from config)pro → current default pro model (from config)Leave unset unless the user explicitly requests a specific model.
--resume: Continue the most recent rescue session. The companion script handles session ID lookup.--fresh: Start a new session, ignoring any previous rescue thread.--background: Companion spawns a detached worker and returns the job ID immediately.--wait: Companion runs in foreground and returns output when done (default).setup, review, adversarial-review, status, result, or cancel subcommands.--effort or other flags not listed above.npx claudepluginhub jiachengxu/gemini-plugin-cc --plugin geminiInternal helper contract for calling the gemini-companion runtime from Claude Code
Guides non-interactive Google Gemini CLI execution: positional syntax, stdin piping, JSON output parsing, sandboxing, and automation scripting patterns.
Queries Gemini CLI to perform web research via Google Search on questions or tasks, returning source-backed responses with up-to-date info.