Integrations

Grok Build CLI

Grok Build is xAI’s terminal coding agent — plan mode, subagents, skills, MCP, and headless -p mode. This repo ships a concierge-intel skill so Grok sessions can call Concierge’s fifteen x402 routes with the right discovery and payment flow.

CLI home: x.ai/cli ↗

Docs: docs.x.ai/build ↗

Access: SuperGrok or X Premium+ subscription

Skill: .grok/skills/concierge-intel/ (loaded automatically in this repo)

Install Grok Build

# macOS / Linux
curl -fsSL https://x.ai/cli/install.sh | bash

# Windows (PowerShell)
irm https://x.ai/cli/install.ps1 | iex

# npm alternative
npm install -g @xai-official/grok

Start in this repo

cd gold-panel
grok inspect          # confirm .grok/skills/concierge-intel loaded
grok                    # interactive TUI — use /concierge-intel

# Headless
grok -p "Explain lib/concierge-api/api-router.ts"

Grok reads AGENTS.md, CLAUDE.md, skills, hooks, and MCP servers in the project tree.

Call Concierge intel (pay.sh)

Install pay.sh for automatic HTTP 402 settlement:

brew install pay

pay --sandbox curl https://conc-exe.xyz/api/concierge-intel-tvl -d '{}'

pay --sandbox curl https://conc-exe.xyz/api/concierge-intel-scalp \
  -d '{"symbols":["BTC","SOL"],"intervals":["5m","15m"]}'

pay --sandbox curl https://conc-exe.xyz/api/concierge \
  -d '{"mode":"chat","message":"BTC outlook"}'

Skill reference

Invoke in Grok session: /concierge-intel

Covers discovery (/openapi.json, /.well-known/x402), fifteen paid routes, sandbox commands, and repo paths (lib/concierge-api/, Vercel ≤12 function layout).

Source: .grok/skills/concierge-intel/SKILL.md

Related

Concierge Agent · Grok Build skill · x.ai/cli