Skip to content
Data
Command

/result

Show the final output of a completed Grok job

From plugin
grok-build-plugin
257 skills1 agent7 commands
Install
$ npx -y skills add VasiHemanth/grok-build-plugin --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/result

Context preview

What this command does when you run it.

Show the final output of a completed Grok job

Command definition

result.md
description: Show the final output of a completed Grok job
argument-hint: "[--job <id>]"
allowed-tools: Bash(node:*)

Run:

node "${CLAUDE_PLUGIN_ROOT}/scripts/grok-companion.mjs" result $ARGUMENTS

Return the companion's stdout verbatim. With no `--job`, it shows the most recently completed job. The output includes the Grok session id so the user can resume that run directly with `grok -r <session-id>`.

Ships withgrok-build-plugin

Want Claude Code, Codex, or Cursor to drive Grok Build? If you already pay for a Grok subscription, this gives any of those agents live X search and data right in their context. A couple of ways to wire it up.

Get the whole plugin, auto-invoked
Stats
25
Stars
0
Views
4
Forks
Active
Maintenance
JavaScript
Language
Apache-2.0
License
16d ago
Last commit
2mo ago
Created

Repo: VasiHemanth/grok-build-plugin