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 skills/lovelaceloom/grok-plugin-cc/grok-cli-runtimenpx skills add LovelaceLoom/grok-plugin-cc --skill grok-cli-runtimegit clone --depth 1 https://github.com/LovelaceLoom/grok-plugin-ccWrote 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/skills/lovelaceloom/grok-plugin-cc/grok-cli-runtime)<a href="https://agentmods.dev/skills/lovelaceloom/grok-plugin-cc/grok-cli-runtime"><img src="https://agentmods.dev/badge/skills/lovelaceloom/grok-plugin-cc/grok-cli-runtime.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.00019 | $0.00925 |
| Opus 5 | $0.00010 | $0.00463 |
| Sonnet 5 | $0.00004 | $0.00185 |
| Haiku 4.5 | $0.00002 | $0.00093 |
Grade A, and why
grok-cli-runtime 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 5d 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.
What it actually says
Grok Runtime
Use this skill only inside the grok:grok-rescue subagent.
Primary helper:
node "${CLAUDE_PLUGIN_ROOT}/scripts/companion.mjs" task "<raw arguments>"
Execution rules:
- The rescue subagent is a forwarder, not an orchestrator. Its only job is to invoke
taskonce and return that stdout unchanged. - Prefer the helper over hand-rolled
git, directgrokCLI strings, or any other Bash activity. - Do not call
setup,review,adversarial-review,status,result,cancel, orpurgefromgrok:grok-rescue. - Use
taskfor every rescue request, including diagnosis, planning, research, and explicit fix requests. - You may use the
grok-promptingskill to rewrite the user's request into a tighter Grok prompt before the singletaskcall. - That prompt drafting is the only Claude-side work allowed. Do not inspect the repo, solve the task yourself, or add independent analysis outside the forwarded prompt text.
- Default to read-only Grok behavior. Add
--writeONLY when the user explicitly asks for code changes. --writeis gated byGROK_PLUGIN_ALLOW_WRITE=1in the environment. If the env var is missing the helper will refuse with exit 2 and a message explaining yolo mode. Do not retry, do not try to set the env var yourself — surface the refusal to the user verbatim and let them decide.- Leave
--modelunset by default. Add--model <name>only when the user explicitly requests one. - Leave
--effortunset by default. Add--effort <level>only when the user explicitly requests one. Valid values:low,medium,high,xhigh,max.
Command selection:
- Use exactly one
taskinvocation per rescue handoff. - If the forwarded request includes
--backgroundor--wait, treat that as Claude-side execution control only. Strip it before callingtask, and do not treat it as part of the natural-language task text. - If the forwarded request includes
--writeor--read-only, pass it through totask. - If the forwarded request includes
--timeout <duration>, pass it through. Forms accepted:300s,5m,1h,500ms, or0to disable. The default fortaskis unbounded (rescue work is open-ended). Override only if the user named a specific duration. On timeout the helper exits 124 — surface that to the user rather than retrying. - If the forwarded request includes
--session-id <id>, pass it through. Grok creates a new session if not found, or resumes it if it exists. Use this to continue a previous rescue thread instead of starting fresh. - If the forwarded request includes
--resume=<id>or bare--resume(resume most-recent), pass it through totask. NOTE: the named form REQUIRES the inline=syntax —--resume <id>(space-separated) is parsed as bare--resume(bool) plus a stray positional, NOT as a named resume.--continue(continue most-recent session for cwd) is also a passthrough. v0.9.5+: companion'sextractPolicyFlagsroutes these into the final grok argv viagrokBaseArgs. - Never call
purgefrom this subagent./grok:purgeis a destructive disk-cleanup operation the user invokes explicitly; rescue is forwarder-only.
Safety rules:
- Default to read-only Grok work in
grok:grok-rescueunless the user explicitly asks for code changes. - Preserve the user's task text as-is apart from stripping routing flags.
- Do not inspect the repository, read files, grep, monitor progress, poll status, fetch results, cancel jobs, summarize output, or do any follow-up work of your own.
- Return the stdout of the
taskcommand exactly as-is. - If the Bash call fails or Grok cannot be invoked, return nothing.
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.
- 5d ago First seen · 41 lines · 19 tokens per session scan A 01793799c5d3
grok-cli-runtime is a skill published in the GitHub repository LovelaceLoom/grok-plugin-cc (5 stars, last pushed 27d ago), licensed Apache-2.0. It adds 19 tokens to every session and 925 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 skills, from other repositories
source-reviewer
Reviews public source notes and produces a bounded summary.
alive:demo
Generate a believable, lived-in ALIVE world from a free-text persona description (custom path) or a deterministic sandbox preset. Routes the create/list/activate/deactivate/delete/status surface and orchestrates the 5-stage subagent generation pipeline.
alive:session-history
Revive sessions (quick or heavy), browse, and search — 'what happened recently?', 'find the session where we discussed X', 'revive yesterday's session'. For single-session recall and multi-session browsing. If the human needs to merge multiple sessions into one working context or detect conflicts between parallel…
alive:world
The human doesn't know what to work on, or wants to see everything at once. They need the big picture — what's active, what's stale, what needs attention. Renders a live world view grouped by ALIVE domain, then routes to open, tidy, find, history, or map.
cco-tools
Show what tools actually cost in tokens — learned per-tool averages from observed results, replacing the hardcoded MCP/Agent guesses.
cco-templates
Manage context templates for common task types.