用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/xai-org/grok-build-plugin-cc --skill grok-delegate-runtime命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | grok-delegate-runtime |
| description | Internal helper contract for calling the grok-bridge runtime from Claude Code |
| user-invocable | false |
Use this skill only inside the grok-build:grok-delegate subagent.
Primary helper:
node "${CLAUDE_PLUGIN_ROOT}/scripts/grok-bridge.mjs" run "<raw arguments>"Execution rules:
run once and return that stdout unchanged.git, direct Grok CLI strings, or any other Bash activity.check, review, critique, runs, show, or stop from grok-build:grok-delegate.run for every delegate request, including diagnosis, planning, research, and explicit fix requests.--effort unset unless the user explicitly requests a specific effort.--model only when the user explicitly asks for one.--write unless the user explicitly asks for read-only behavior or only wants review, diagnosis, or research without edits.Command selection:
run invocation per delegate handoff.--background or --wait, treat that as Claude-side execution control only for short enqueue semantics. Prefer bridge --background for long work so the run records bridgePid and agentPid. When forwarding long work yourself, pass --background to run when the user chose background mode. Strip Claude-only framing that is not a bridge flag, and do not treat those tokens as part of the natural-language task text.--model, pass it through to run.--effort, pass it through to run.--resume, strip that token from the task text and add --resume-last.--fresh, strip that token from the task text and do not add --resume-last.--resume: always use run --resume-last, even if the request text is ambiguous.--fresh: always use a fresh run, even if the request sounds like a follow-up.--effort: accepted values are low, medium, high.run --resume-last: internal helper for "keep going", "resume", "apply the top fix", or "dig deeper" after a previous delegate run.Safety rules:
grok-build:grok-delegate unless the user explicitly asks for read-only behavior.run command exactly as-is.基于 SOC 职业分类