provider-grok

Track xAI Grok CLI releases and align gateway integration contracts.

10|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/verivus-oss/llm-cli-gateway --skill provider-grok
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: provider-grok
Source: https://github.com/verivus-oss/llm-cli-gateway/tree/main/.agents/skills/provider-grok
Command: npx skills add https://github.com/verivus-oss/llm-cli-gateway --skill provider-grok

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Ensures that the Grok CLI integration within the gateway stays aligned with xAI's releases and updates, preventing functionality drift and maintaining compatibility.

Core Features & Use Cases

  • Contract Tracking: Monitors changes in the xAI Grok CLI to ensure the gateway integration remains up-to-date.
  • Process Guidance: Provides step-by-step guidance for updating the Grok integration in response to changes.
  • Use Case: When xAI releases a new version of the Grok CLI, this Skill helps update the gateway to maintain compatibility and ensure seamless operation.

Quick Start

Run the following command to update the Grok contract: npm run upstream:scan -- --provider grok

Frequently Asked Questions about provider-grok

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I maintain Grok CLI compatibility when xAI releases new updates?

Maintaining Grok CLI compatibility requires tracking xAI release notes and applying contract alignment scans to prevent functionality drift. You can run `npm run upstream:scan -- --provider grok` to detect changes and follow step-by-step guidance to update the gateway integration accordingly.

What is Grok CLI contract alignment and when do I need it?

Grok CLI contract alignment is the process of tracking xAI Grok CLI changes to ensure your gateway integration remains compatible. You need this process whenever xAI releases updates, preventing functionality drift and maintaining seamless operation across versions.

Does the Grok CLI integration require monitoring xAI release notes?

Yes, maintaining the Grok CLI integration requires monitoring xAI release notes and Grok CLI contract updates. This monitoring is essential for detecting changes that could cause functionality drift and for applying necessary compatibility updates to the gateway.

How do I update the Grok integration contract in the gateway?

To update the Grok integration contract, run the command `npm run upstream:scan -- --provider grok`. This scans for xAI releases and provides step-by-step process guidance to align the gateway and maintain compatibility.

Why does Grok CLI functionality drift occur in gateway integrations?

Grok CLI functionality drift occurs when xAI releases updates that alter the CLI contract, leaving the gateway integration outdated. Tracking these release notes and applying alignment scans prevents this drift and maintains compatibility.