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.
npx agentmods add commands/xiaolai/cc-suite/grokgit clone --depth 1 https://github.com/xiaolai/cc-suiteWrote 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/xiaolai/cc-suite/grok)<a href="https://agentmods.dev/commands/xiaolai/cc-suite/grok"><img src="https://agentmods.dev/badge/commands/xiaolai/cc-suite/grok.svg" alt="Measured on agentmods" 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 | $0.00035 | $0.01332 |
| Opus 5 | $0.00017 | $0.00666 |
| Sonnet 5 | $0.00007 | $0.00266 |
| Haiku 4.5 | $0.00003 | $0.00133 |
Grade C, and why
grok scanned grade C with 2 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 3d 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.
Downloads and executes remote codehighSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
> an install hint (`curl -fsSL https://x.ai/cli/install.sh | bash`). Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
> an install hint (`curl -fsSL https://x.ai/cli/install.sh | bash`). How it starts
The opening of the file, as written. The whole thing — 115 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/cc-suite:grok
Send a prompt to Grok Build through the cc-suite runner. This is the direct Claude → Grok delegation surface, alongside the Codex- and agy-backed lanes.
Under the hood the runner (scripts/grok-runner.mjs) drives grok agent stdio
as an ACP (Agent Client Protocol) client — it acts as the client, Grok is the
agent. It streams the answer from session/update notifications, is
deadline-bounded and killable, and registers every call as a job, so
/cc-suite:status, /result, /cancel, and /continue work identically to the
Codex and agy backends. Grok can call back into Claude through the claude-code
MCP server if it's bridged (/cc-suite:bridge-tools with grok enabled).
The delegation boundary is injected for you. Grok reads
AGENTS.mdand the shared.agents/skills/tree natively, so it can see cc-suite's own skills for delegating to Claude Code. The runner prependslib/delegation-boundary.mjsto every prompt so a delegated task is not handed straight back to its author. Do not restate it in the prompt; it is already there.
User Input
$ARGUMENTS
Workflow
Step 1: Parse the request
Extract these optional flags from $ARGUMENTS; the remaining text is the prompt:
--model <id>— a Grok model id (e.g.grok-build). Omit to use Grok's configured default. Rungrok modelsto list available ids.--effort <level>— reasoning effort:none,minimal,low,medium,high,xhigh,max. Omit for the default. (Unlike agy, Grok does take an effort flag.)--sandbox <read-only|workspace-write|danger-full-access>— defaultread-only.--backgroundor--wait— default--wait.--resume <session-id>— continue a prior Grok session (thethreadIda previous call returned).
If the prompt is empty, ask the user what they want Grok to do and stop if they don't provide one.
Step 2: Verify Grok is ready (fail fast)
Grok can stall until the deadline if it isn't installed or logged in, so gate on a fast local readiness check before committing to a run:
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.
- 3d ago First seen · 115 lines · 35 tokens per session scan C 7430d04b62cf
grok is a command published in the GitHub repository xiaolai/cc-suite (45 stars, last pushed yesterday), licensed ISC. It adds 35 tokens to every session and 1,332 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
doctor.es
Diagnostica problemas de inferencia LLM en Mac: asiai doctor verifica el estado de los motores, conflictos de puertos, carga de modelos y estado de la GPU.
laravel-ai-sdk
Build AI features with the first-party Laravel AI SDK (Laravel 13+); use the laravel:ai-sdk skill exactly as written.
audit-prompt
Evaluate an existing prompt for clarity, effectiveness, and edge cases.
labs
Experimental + AI-driven. Self-audit, model rescan, rule synth, cross-repo, risk/time quantification.
prompt-create
Create a new prompt following ground rules.
dcf
Build a DCF valuation model with comps-informed terminal multiples.