Overview
- Skill Key
- blueberrywoodsym/x-ai
- Author
- blueberrywoodsym
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/blueberrywoodsym/x-ai
- Latest Commit SHA
- 8198cecdf4fdd88db889e532c2887c0cc754cba5
Chat with Grok models via xAI API. Supports Grok-3, Grok-3-mini, vision, and more.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 xai 技能。 若已安装,则直接安装 xai 技能。
# xAI / Grok
Chat with xAI's Grok models. Supports text and vision.
## Setup
[INSTALLATION AND USE INSTRUCTIONS](https://claude.ai/public/artifacts/5bb1d4ca-68ef-4d74-900c-d14fefa5c094)
```bash
export XAI_API_KEY="xai-YOUR-KEY"
```
Get your API key at: https://console.x.ai
## Commands
### Chat with Grok
```bash
node {baseDir}/scripts/chat.js "What is the meaning of life?"
```
### Use a specific model
```bash
node {baseDir}/scripts/chat.js --model grok-3-mini "Quick question: 2+2?"
```
### Vision (analyze images)
```bash
node {baseDir}/scripts/chat.js --image /path/to/image.jpg "What's in this image?"
```
### 🔍 Search X/Twitter (Real-time!)
```bash
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
```bash
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 accept...
# xAI / Grok Skill for Clawdbot Chat with xAI's Grok models from Clawdbot. Supports text chat, vision, and all Grok models including Grok-4. ## Installation ```bash clawdhub install xai # or cd ~/clawd/skills && git clone https://github.com/mvanhorn/clawdbot-skill-xai xai ``` ## Setup Get your API key from [console.x.ai](https://console.x.ai), then: ```bash clawdbot config set skills.entries.xai.apiKey "xai-YOUR-KEY" ``` Or set environment variable: ```bash export XAI_API_KEY="xai-YOUR-KEY" ``` ## Usage ### Chat with Grok ```bash node scripts/chat.js "What is the meaning of life?" ``` ### Use specific model ```bash node scripts/chat.js --model grok-4-0709 "Complex question here" node scripts/chat.js --model grok-3-mini "Quick question" ``` ### Vision (analyze images) ```bash node scripts/chat.js --image photo.jpg "What's in this image?" ``` ### System prompts ```bash node scripts/chat.js --system "You are a pirate" "Tell me about ships" ``` ### List available models ```bash node scripts/models.js ``` ## Available Models - `grok-3` - Capable general model - `grok-3-mini` - Fast and efficient - `grok-4-0709` - Latest Grok 4 - `grok-4-fast-reasoning` - Fast with reasoning - `grok-2-vision-1212` - Image understanding - `grok-2-image-1212` - Image generation ## Clawdbot Integration Once installed, you can just say: - "Ask Grok about [topic]" - "Use Grok to analyze this image" - "Have Grok 4 explain [concept]" ## License MIT
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
carlulsoe
Local speech-to-text with NVIDIA Parakeet TDT 0.6B v3 (ONNX on CPU). 30x faster than Whisper, 25 languages, auto-detection, OpenAI-compatible API. Use when transcribing audio files, converting speech to text, or processing voice recordings locally without cloud APIs.
carlzhao007
飞书消息自动处理与进度反馈技能。安装后后台运行,监听飞书任务消息并自动创建独立进程处理。 在处理前后发送实时进度反馈(任务确认、进度百分比、完成通知)。 支持任务类型识别、智能解析、错误重试、并发控制、状态持久化。 使用场景:飞书自动化工作流、任务进度追踪、批量任务处理、需要实时反馈的场景。
cartoonitunes
BottyFans agent skill for autonomous creator monetization. Lets AI agents register, build a profile, publish posts (public, subscriber-only, or pay-to-unlock), upload media, accept USDC subscriptions and tips on Base, send and receive DMs, track earnings, and appear on the creator leaderboard. Use this skill when an agent needs to monetize content, interact with fans, manage a creator profile, handle payments in USDC, or operate as an autonomous creator on the BottyFans platform.
camopel
Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.