How this command is triggered — by the user, by Claude, or both
Slash command
/gemini:research [--background] <topic or question>This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Perform web-grounded research using Gemini's Google Search integration. No codebase context is sent. Raw slash-command arguments: `$ARGUMENTS` Core constraint: - Return command output verbatim. Do not paraphrase or summarize. Output: - Markdown research brief with source URLs. - Distinguishes confirmed facts from inferences. Execution mode rules: - If the raw arguments include `--background`, run in a Claude background task. - Otherwise, run in the foreground (default). Foreground flow: - Return the command stdout verbatim. Background flow: - Do not call `BashOutput` or wait for com...
Perform web-grounded research using Gemini's Google Search integration. No codebase context is sent.
Raw slash-command arguments:
$ARGUMENTS
Core constraint:
Output:
Execution mode rules:
--background, run in a Claude background task.Foreground flow:
node "${CLAUDE_PLUGIN_ROOT}/scripts/gemini-companion.mjs" research "$ARGUMENTS"
Background flow:
Bash({
command: `node "${CLAUDE_PLUGIN_ROOT}/scripts/gemini-companion.mjs" research "$ARGUMENTS"`,
description: "Gemini research",
run_in_background: true
})
BashOutput or wait for completion in this turn./gemini:status for progress."npx claudepluginhub myceliq/gemini-plugin-cc --plugin gemini/researchPerforms adaptive deep web research on a query with configurable --depth and --strategy options. Outputs markdown report with executive summary, analysis, confidence scores, and cited sources.
/researchPerforms structured multi-LLM research using configurable breadth (light/standard/exhaustive) and intensity (quick/standard/deep) with web search and multi-source synthesis.
/researchConducts multi-turn deep research on a codebase topic over 5 iterations, tracing code paths with citations, Mermaid diagrams, tables, and confidence ratings.
/researchUnderstand the opportunity and landscape: keyword demand, SERP intent, competitors, content gaps, and site/topic/entity maps. Supports --competitors and --map flags.
/researchConducts a multi-database scientific research investigation using ToolUniverse, calling tools to look up specific claims, cross-validate, and report honest INDETERMINATE results when evidence is insufficient.
/researchGathers external knowledge on a given topic, citing sources so builds stay grounded in facts. Spawns sub-agents for broad sweeps, distills findings into cited rows.