grok-api
Installation
SKILL.md
Build or refine a Grok API agent: $ARGUMENTS
$ARGUMENTS can include:
- What to build (e.g.
function calling agent,2M context RAG,streaming chatbot,multi-agent pipeline) - A file path to existing code to refine
- A capability to add (e.g.
add function calling,add structured output,maximize context,add reasoning) - A model preference (e.g.
--model grok-4.20,--model grok-4-1-fast,--model grok-4.20-multi-agent) - A mode preference (e.g.
--mode reasoning,--mode non-reasoning) - Empty — scaffold a starter agent with best-practice defaults
Authoritative Sources
Always fetch fresh docs before generating or advising on code. These are the canonical xAI sources: