grok-cli
Installation
SKILL.md
grok-cli — fresh info via the Grok CLI
grok is xAI's installed CLI (~/.grok/bin/grok, already authenticated). Use it as a sub-agent to fetch real-time info: X/Twitter chatter and news beyond this model's knowledge. It is slow but live.
Do this immediately
When this skill triggers, run the command right away. Do not run --help, --version, which grok, or any discovery — it works, the recipe below is verified.
The one command (copy, fill the prompt)
grok -p "<your question>" -m grok-build --yolo --max-turns 8 --disallowed-tools web_fetch --output-format json | jq -r '.text'
That is the whole interface. Only the <your question> changes.