Grok WorldGrok Build CLI field station

GROK BUILD CLI / 15

Custom agent を選び TUI command を管理する

Custom agent は personality ではなく policy package です。Tools、model、instructions、compatibility sources を先に確認します。

CHANNELAGENT 構成 / 上級 / 12 MIN
情報確認日2026-07-31
ORIGINOFFICIAL DOCS / PRIMARY

一つの agent contract を選ぶ

Root command の --agent は agent name/definition file、--agents は inline subagent JSON を受けます。Inline JSON は controlled tooling に限定します。

Single-agent task は --no-subagents。Named agent だけでは parent permission は狭まりません。

grok --agent reviewer -p "Review the current diff" --no-subagents

TUI で definitions を管理

公式 modes guide は /config-agents と alias /agents を説明します。これは interactive command で shell subcommand ではありません。

/tasks、/session-info、必要な時だけ /fork を使います。

  • Slash command は TUI 内。
  • Shell options は launch 前。
  • Source-preview は release-confirmed と分ける。

Inherited surfaces を監査

grok inspect は agents、rules、skills、plugins、hooks、MCP servers を表示します。Compatibility scan で他 tool layout から agent が入る場合があります。

Secret/deployment access のある repo では provenance と tool authority を確認します。