grok-result-handling

grok-result-handling is a skill for Claude Code from faeton/claude-grok-plugin. It costs 18 tokens per session (312 once invoked), scanned A, original, MIT.

Guidance for showing Grok companion responses to users without changing their wording, severity labels, evidence boundaries, or file references.

In plain words
What is it for?
It is for presenting consults and code reviews, reporting timeouts or setup problems, and asking the user which findings—if any—should be fixed.
Why use it?
It prevents a read-only review from being silently turned into code changes and keeps uncertainty or failed runs visible.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Part of the grok plugin — 3 skills, 8 commands, 1 agent shipped together

Good fit It is for presenting consults and code reviews, reporting timeouts or setup problems, and asking the user which findings—if any—should be fixed.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/faeton/claude-grok-plugin/grok-result-handling
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add faeton/claude-grok-plugin --skill grok-result-handling
Clone the repo
git clone --depth 1 https://github.com/faeton/claude-grok-plugin

Made for: Claude Code.

Or install grok, the plugin that ships this one along with the rest of its 3 skills, 8 commands, 1 agent.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for grok-result-handling

README.md
[![agentmods](https://agentmods.dev/badge/skills/faeton/claude-grok-plugin/grok-result-handling/github.svg)](https://agentmods.dev/skills/faeton/claude-grok-plugin/grok-result-handling)
Your own site
<a href="https://agentmods.dev/skills/faeton/claude-grok-plugin/grok-result-handling"><img src="https://agentmods.dev/badge/skills/faeton/claude-grok-plugin/grok-result-handling/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for grok-result-handling

Your own site · 80×15
<a href="https://agentmods.dev/skills/faeton/claude-grok-plugin/grok-result-handling"><img src="https://agentmods.dev/badge/skills/faeton/claude-grok-plugin/grok-result-handling.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 18 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 312 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00018 $0.00312
Opus 5 $0.00009 $0.00156
Sonnet 5 $0.00004 $0.00062
Haiku 4.5 $0.00002 $0.00031

Measured 10d ago against content hash c595c2736dc3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

grok-result-handling scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/grok/skills/grok-result-handling/SKILL.md · 19 lines

What it actually says

Grok Result Handling

When the companion returns Grok's output:

  • Return it verbatim. Preserve the summary, the severity grouping (HIGH / MEDIUM / LOW) for reviews, and file paths / line numbers exactly as reported.
  • Keep evidence boundaries: if Grok marked something as an inference, uncertainty, or open question, keep that distinction.
  • If there are no findings, say so plainly and keep any residual-risk note brief.

Hard rules:

  • CRITICAL: after presenting review or consult output, STOP. Do not make code changes, fix issues, or apply patches. Grok here is a read-only second opinion. You MUST explicitly ask the user which issues, if any, they want addressed before touching a single file. Auto-applying is forbidden even if a fix looks obvious.
  • Do not turn a failed or incomplete Grok run into your own implementation attempt. If the companion reports a timeout, a stopReason cancellation, an empty response, or grok-not-ready, report that verbatim and stop — do not substitute your own answer.
  • If the companion reports setup/auth issues, direct the user to /grok:setup. Do not improvise an alternate auth flow.
  • For background jobs, point the user at /grok:status <id> and /grok:result <id> rather than guessing at progress.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 19 lines · 18 tokens per session scan A c595c2736dc3

Subscribe to this mod's changes

grok-result-handling is a skill published in the GitHub repository faeton/claude-grok-plugin (1 stars, last pushed 26d ago), licensed MIT. It adds 18 tokens to every session and 312 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

grok-prompting

Internal guidance for composing Grok Build prompts for coding, review, diagnosis, and research tasks inside the Grok Claude Code plugin.

davit-khaburdzania/grok-plugin-cc · 31 tokens

grok-result-handling

Internal guidance for presenting Grok helper output back to the user.

davit-khaburdzania/grok-plugin-cc · 18 tokens

agent-browser

Use the host-side agent-browser CLI for local browser smoke tests, screenshots, snapshots, and simple UI validation against forwarded localhost URLs.

superagent-ai/grok-cli · 31 tokens

provider-integration

Adds new AI providers to claude-council, configures provider API settings, troubleshoots provider connections, and documents the provider script interface. Covers creating provider shell scripts, setting API keys, and validating connectivity. Triggers on "add provider", "new AI agent", "provider not working", "API…

hex/claude-council · 74 tokens

agent-desktop

Use the built-in Computer sub-agent with agent-desktop for macOS desktop automation. Apply when a task needs application launching, accessibility snapshots, stable element refs, window focusing, semantic clicks/typing, or visual confirmation outside the browser sandbox.

superagent-ai/grok-cli · 56 tokens

maintainer-preflight

Use before claiming work is done, before committing, and before opening a PR in this repo — runs the mcp-server test/typecheck/build gates and the committed-bundle rule. Trigger on "done", "ready to commit", "open a PR", or any completion claim.

xzawed/claude-grok-build-plugin · 61 tokens