Openclaw Skills for Grok Build turns xAI's terminal AI coding agent into a full-screen TUI for interactive coding, file edits, shell automation, search, and headless workflows.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install grok-build
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install grok-build using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Grok Build is xAI's terminal-first AI coding agent, delivered as a full-screen TUI and CLI workflow for developers who want to inspect repositories, edit files, run shell commands, search the web, and manage long-running tasks without leaving the terminal. In Openclaw Skills, it serves as a practical guide for using Grok Build as both an interactive coding assistant and a scriptable automation tool.
The project is written in Rust and ships as the grok binary, with a modular architecture that separates the TUI, agent runtime, tool implementations, and workspace tracking. It also supports headless execution for scripts and CI, plus editor embedding through the ACP protocol, making Openclaw Skills a strong fit for modern terminal-centric development workflows.
grok from the official binary distribution or build it from source with Rust.curl -fsSL https://x.ai/cli/install.sh | bash
grok --version
irm https://x.ai/cli/install.ps1 | iex
grok --version
Source build prerequisites:
cargo install dotslash)protoc available on your system PATHBuild and verify from source:
cargo run -p xai-grok-pager-bin
cargo build -p xai-grok-pager-bin --release
cargo check -p xai-grok-pager-bin
grok, while the source package builds from xai-grok-pager-bin.| Layer | Example | Purpose |
|---|---|---|
| Skill identifier | name: grok-build |
Unique Openclaw Skills entry for the Grok Build landing page |
| Summary metadata | description |
Short description used for discovery and SEO |
| Runtime mode | TUI, headless, ACP |
Defines interactive, scriptable, and editor-embedded usage |
| Tool surface | shell, file edit, web search |
Core agent actions exposed to the user |
| Extensibility | MCP, Skills, Plugins, Hooks |
Integration points for advanced automation |
| Path | Responsibility | Generated or runtime artifact |
|---|---|---|
crates/codegen/xai-grok-pager-bin/ |
Composite root package | Builds the grok executable |
crates/codegen/xai-grok-pager/ |
Full-screen TUI | Scrollable prompt panes, popups, and rendering |
crates/codegen/xai-grok-shell/ |
Agent runtime | Entry point and orchestration layer |
crates/codegen/xai-grok-tools/ |
Tool implementations | Terminal actions, file editing, and search |
crates/codegen/xai-grok-workspace/ |
Workspace model | Filesystem, VCS, execution, and checkpoints |
crates/common/ |
Shared crate | Common utilities and data types |
bin/ |
DotSlash helpers | Binary management tooling |
third_party/ |
Upstream source | Vendored dependencies and snapshots |
grok is the installed command-line binary.Loading
Openclaw Skills for turning Apple’s fluid interface principles into immediate, gesture-first web UI.

A command-line Openclaw Skills publisher for X that posts text, media, replies, and threads through Tweepy with structured results.

Publish text, media, replies, and threads to X from the command line with verified credentials and structured results.

A developer skill for integrating and maintaining the UnifyPort Node.js SDK, covering client workflows, contract-first generation, and secure API execution.

Openclaw Skills' Stock Analysis Expert turns A-share market data into a nine-layer investment report with scores, signals, and risk controls.

Openclaw Skills for generating, running, and grading reproducible puzzle benchmarks that verify LLM and agent reasoning locally.








































