Quick Installation
The fastest way to install Grok-X is using the one-line installer:Run the installer
Execute the following command in your terminal:The installer will:
- Create a virtual environment at
~/.claude/skills/grok-x/.venv - Install the required dependencies
- Register the skill with Claude Code
Verify the installation
Confirm the installation was successful by running:You should see the help output displaying available commands and options.
Configure your API key
Add your xAI API key to complete the setup. See the Configuration guide for details.
The installer requires either
curl or wget and will automatically detect which is available on your system.
