grok-build-supervisor

grok-build-supervisor is a skill for Claude Code, Codex from Vanyangyang/cursor-bridge. It costs 103 tokens per session (3,724 once invoked), scanned A, original, MIT.

A supervisor for Grok Build, a coding-agent session, that starts its local connection and visible text interface and keeps track of the session through a background service.

In plain words
What is it for?
It helps start, monitor, reconnect to, and supervise Grok Build work, including permission requests, user input, completion, failures, and long results.
Why use it?
It keeps the coding-agent session available across interruptions, reconnections, and multiple tasks while reporting clear progress states.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present. Also seen: mentions Claude Code; mentions Codex; $skill-name invocation.

Part of the grok-build-supervisor plugin — 4 skills, 2 commands shipped together

Good fit It helps start, monitor, reconnect to, and supervise Grok Build work, including permission requests, user input, completion, failures, and long results.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vanyangyang/cursor-bridge/grok-build-supervisor
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 Vanyangyang/cursor-bridge --skill grok-build-supervisor
Clone the repo
git clone --depth 1 https://github.com/Vanyangyang/cursor-bridge

Made for: Claude Code, Codex.

Or install grok-build-supervisor, the plugin that ships this one along with the rest of its 4 skills, 2 commands.

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-build-supervisor

README.md
[![agentmods](https://agentmods.dev/badge/skills/vanyangyang/cursor-bridge/grok-build-supervisor/github.svg)](https://agentmods.dev/skills/vanyangyang/cursor-bridge/grok-build-supervisor)
Your own site
<a href="https://agentmods.dev/skills/vanyangyang/cursor-bridge/grok-build-supervisor"><img src="https://agentmods.dev/badge/skills/vanyangyang/cursor-bridge/grok-build-supervisor/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-build-supervisor

Your own site · 80×15
<a href="https://agentmods.dev/skills/vanyangyang/cursor-bridge/grok-build-supervisor"><img src="https://agentmods.dev/badge/skills/vanyangyang/cursor-bridge/grok-build-supervisor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 103 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,724 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 14
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
How audits are shown
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.00103 $0.03724
Opus 5 $0.00051 $0.01862
Sonnet 5 $0.00021 $0.00745
Haiku 4.5 $0.00010 $0.00372

Measured yesterday against content hash 0bc8b2ef494c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

grok-build-supervisor 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 yesterday.

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-build-supervisor/skills/grok-build-supervisor/SKILL.md · 88 lines

How it starts

The opening of the file, as written. The whole thing — 88 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Grok Build Supervisor

Use the grok-build-supervisor MCP tools as a guarded transport. A user-level daemon owns the shared Leader, ACP connection, visible TUI records, and event journal independently of any one host task. Each task gets a thin authenticated MCP client. Keep transport diagnostics internal during normal work and report only ready, working, needs permission, needs input, completed, or failed.

User-facing messages

  • Render user-facing explanations in this order: an explicit language request, otherwise the language of the user's latest substantive message/current task, otherwise a genuinely known host or OS locale, otherwise English. Never persist an inferred language. Keep JSON keys, states, enum values, tool names, permission/form option values, paths, commands, hashes, task/session/agent IDs, and error/status codes verbatim.
  • Keep preflight silent. Tool availability, tool counts or names, Supervisor reachability, ACP/Leader state, the working directory, and presentation details are internal unless they block the request or the user explicitly asks for diagnostics.
  • Do not ask the user to create, open, show, resume, or select a TUI as a separate step. /grok_execute on owns workspace selection and session setup. If startup takes long enough to merit an update, give only a short localized statement that Grok is connecting.
  • For /grok_execute on, return one concise standalone result after the visible TUI is ready: executor mode is on, the terminal is ready, and the user can provide the task. The one attention-state exception is needs_workspace_trust: explain that Grok is waiting for the user's trust decision in the already-open terminal and that /grok_execute on must not be run again. Render either message using the language rule above. Keep executor mode pending, then inspect the same session again after the user decides. For ordinary task dispatch, report the task state or outcome instead of narrating TUI lifecycle details.
  • Do not volunteer that no development prompt was sent. Mention that boundary only when the user explicitly asked to open a session without sending work or could otherwise reasonably mistake connection setup for submitting a task.
  • For blocked or failed states, report only the actionable cause and next step; expose transport diagnostics only on request.

Read the full file on GitHub · 88 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. yesterday Changed · +2 lines 0bc8b2ef494c
  2. 3d ago Changed · +2 lines 0dafb114b302
  3. 9d ago First seen · 84 lines · 103 tokens per session scan A 681542338e3a

Subscribe to this mod's changes

grok-build-supervisor is a skill published in the GitHub repository Vanyangyang/cursor-bridge (70 stars, last pushed today), licensed MIT. It adds 103 tokens to every session and 3,724 once invoked, about $0.0005 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-30.