From grok
Ask Grok a one-shot question, leaning on live web/X search (the headline differentiator)
How this command is triggered — by the user, by Claude, or both
Slash command
/grok:ask [--model <slug>] [--no-search|--search] [--max-turns <n>] [--effort <level>] [--reasoning-effort <level>] [--thought] [--background] [--print-args] <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
Ask Grok a one-shot question. Raw slash-command arguments: `$ARGUMENTS` Execution mode: - If the raw arguments include `--background`, use the background flow. - Otherwise use the foreground flow. Foreground flow: - Return the command stdout verbatim — do not summarize, paraphrase, or add commentary before or after it. - Preserve any inline markdown citation links Grok includes. Background flow: - Launch with `Bash` in the background: - Do not wait for completion in this turn. The command prints a job id immediately; tell the user: "Grok ask started in the background. Check `/grok:sta...
Ask Grok a one-shot question.
Raw slash-command arguments:
$ARGUMENTS
Execution mode:
--background, use the background flow.Foreground flow:
node "${CLAUDE_PLUGIN_ROOT}/scripts/grok.mjs" ask "$ARGUMENTS"
Background flow:
Bash in the background:Bash({
command: `node "${CLAUDE_PLUGIN_ROOT}/scripts/grok.mjs" ask "$ARGUMENTS"`,
description: "Grok ask",
run_in_background: true
})
/grok:status for progress, then /grok:result <job-id> for the answer."Notes:
web_search config setting. Pass --no-search to disable it for one call, or --search to force it on.search_model (grok-4.5). --model accepts only grok-4.5 or grok-composer-2.5-fast; legacy IDs such as grok-build are deprecated and rejected.--max-turns <n> overrides the configured max_turns for this call. --effort and --reasoning-effort are accepted as aliases and sent to Grok as one canonical --reasoning-effort argument (the long form wins if both are given).--thought includes Grok's returned reasoning in a collapsed details block.--print-args prints the exact Grok CLI argv and exits without calling Grok; it takes precedence over --background.npx claudepluginhub trevoraspencer/grok-plugin-cc --plugin grok/askRuns the full OMC ask skill instructions from the bundled SKILL.md file, processing user-provided arguments through the skill's logic.
/askProvides architectural consultation and strategic guidance for technical questions, synthesizing insights from systems design, technology strategy, scalability, and risk analysis.
/askQueries multiple AI agents (Gemini, OpenAI, Grok, Perplexity) for diverse perspectives on architecture, technology choices, debugging, and security tradeoffs.