Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add LovelaceLoom/grok-plugin-cc/plugin install grokWrote 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.
[](https://agentmods.dev/commands/lovelaceloom/grok-plugin-cc/best-of)<a href="https://agentmods.dev/commands/lovelaceloom/grok-plugin-cc/best-of"><img src="https://agentmods.dev/badge/commands/lovelaceloom/grok-plugin-cc/best-of/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.
<a href="https://agentmods.dev/commands/lovelaceloom/grok-plugin-cc/best-of"><img src="https://agentmods.dev/badge/commands/lovelaceloom/grok-plugin-cc/best-of.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00024 | $0.00644 |
| Opus 5 | $0.00012 | $0.00322 |
| Sonnet 5 | $0.00005 | $0.00129 |
| Haiku 4.5 | $0.00002 | $0.00064 |
Grade A, and why
best-of 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 9d 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.
How it starts
The opening of the file, as written. The whole thing — 49 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Wraps Grok's native --best-of-n N flag. Grok spawns N parallel sub-agents in isolated git worktrees, evaluates them on Correctness · Code Quality · Safety, and applies the winner's diff back to the workspace.
When to use
Code / file-change tasks only. This is grok's /best-of-n skill — its evaluator scores worktree changes, not response text. Examples that fit:
- "Refactor src/auth/middleware.ts to use the new session API"
- "Add a unit test for the rate-limit hook"
- "Fix the off-by-one in pagination.ts and add a regression test"
When NOT to use (and what to use instead)
- Research / market analysis / summarization → use
/grok:research(single-call with--effort max+--checkself-verification + web search) - General question / quick answer → use
/grok:ask - Multi-LLM consensus / code review → use
/grok:aggregate-review
For text-only prompts, --best-of-n returns an evaluation table of worktree-diff candidates (often empty diffs, so essentially empty stdout). The reporter of issue #8 hit this: a research prompt with --best-of-n=3 returned 1 byte (just a newline) while the same prompt without --best-of-n returned 8.5KB of structured output.
Cost
Each of the N branches is a full token-spend, so best-of 5 costs ~5× a regular /grok:ask. The plugin caps N at 8.
Argument shapes
/grok:best-of 5 <code task prompt>/grok:best-of --best-of-n 5 <code task prompt>
Combine with --effort max for the highest-quality runs, or --check to add per-branch self-verification.
Raw user input:
$ARGUMENTS
Run:
node "${CLAUDE_PLUGIN_ROOT}/scripts/companion.mjs" best-of "$ARGUMENTS"
Output rules:
- Return the companion's stdout verbatim.
- If
$ARGUMENTSis empty, ask the user for N and a code-task prompt instead of running. - A
[grok-plugin]stderr banner reminds the caller that--best-of-nis code-task-only. This is informational, not an error — surface it only if the user asks about it.
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.
- 9d ago First seen · 49 lines · 24 tokens per session scan A 302d1d18a8fe
best-of is a command published in the GitHub repository LovelaceLoom/grok-plugin-cc (5 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 24 tokens to every session and 644 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.
Other commands, from other repositories
release
Generate changelog, bump version, and create git tag.
cancel-ship
Cancel active ship pipeline.
open-pr
Create a pull request for the current branch following the the team's standard PR template.
aw-upgrade
Upgrade gh-aw extension, recompile and validate all workflows, and open a PR with changes.
verified-pr
Open a PR only after a full local build + test pass. When the project's PR CI does not run unit tests, so this skill enforces the gate locally before handing off to /create-pr. Use whenever the user asks to open, create, push, or ship a PR — including phrases like "open a PR", "make a PR", "ship it", "create the pull…
bump
Bump the app version or build number across all targets in the current project.