โ† All skills
Tencent SkillHub ยท Developer Tools

xAI / Grok

Chat with Grok models via xAI API. Supports Grok-3, Grok-3-mini, vision, and more.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Chat with Grok models via xAI API. Supports Grok-3, Grok-3-mini, vision, and more.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
.gitignore, package.json, README.md, SKILL.md, scripts/chat.js, scripts/models.js

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.2

Documentation

ClawHub primary doc Primary doc: SKILL.md 12 sections Open source page

xAI / Grok

Chat with xAI's Grok models. Supports text and vision.

Setup

INSTALLATION AND USE INSTRUCTIONS export XAI_API_KEY="xai-YOUR-KEY" Get your API key at: https://console.x.ai

Chat with Grok

node {baseDir}/scripts/chat.js "What is the meaning of life?"

Use a specific model

node {baseDir}/scripts/chat.js --model grok-3-mini "Quick question: 2+2?"

Vision (analyze images)

node {baseDir}/scripts/chat.js --image /path/to/image.jpg "What's in this image?"

๐Ÿ” Search X/Twitter (Real-time!)

node {baseDir}/scripts/search-x.js "Remotion video framework" node {baseDir}/scripts/search-x.js --days 7 "Claude AI tips" node {baseDir}/scripts/search-x.js --handles @remotion_dev "updates" Uses xAI Responses API with x_search tool for real X posts with citations.

List available models

node {baseDir}/scripts/models.js

Available Models

grok-3 - Most capable, best for complex tasks grok-3-mini - Fast and efficient grok-3-fast - Optimized for speed grok-2-vision-1212 - Vision model for image understanding

Example Usage

User: "Ask Grok what it thinks about AI safety" Action: Run chat.js with the prompt User: "Use Grok to analyze this image" (with attached image) Action: Run chat.js with --image flag User: "What Grok models are available?" Action: Run models.js

API Reference

xAI API Docs: https://docs.x.ai/api

Environment Variables

XAI_API_KEY - Your xAI API key (required) XAI_MODEL - Default model (optional, defaults to grok-3)

Security & Permissions

What this skill does: Sends chat prompts to xAI's API at api.x.ai Vision mode sends images to xAI for analysis scripts/models.js lists available models (read-only) What this skill does NOT do: Does not read arbitrary local files โ€” --image only accepts files with image extensions (.jpg, .jpeg, .png, .gif, .webp) Does not read config files or access the filesystem beyond the specified image path Does not store conversation history or logs Does not send credentials to any endpoint other than api.x.ai Cannot be invoked autonomously by the agent (disable-model-invocation: true) Bundled scripts: scripts/chat.js (chat), scripts/models.js (list models), scripts/search-x.js (X search) Review scripts before first use to verify behavior.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs2 Scripts1 Config1 Files
  • SKILL.md Primary doc
  • README.md Docs
  • scripts/chat.js Scripts
  • scripts/models.js Scripts
  • package.json Config
  • .gitignore Files