Search X is a real-time Twitter search tool powered by Grok-4 that allows AI agents to find tweets, trends, and discussions with verified citations.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install search-x
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install search-x using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Search X leverages the xAI API and the Grok-4 model to provide agentic search capabilities directly within the Openclaw Skills ecosystem. It enables users to fetch live data from the X platform, including tweet text, user handles, timestamps, and direct URLs for citations. This skill is particularly valuable for developers building agents that need current information or sentiment analysis from social media.
By integrating the x_search tool, Search X goes beyond simple API calls to provide nuanced search results, including image results and structured citations. This makes it an essential addition to any developer's toolkit when using Openclaw Skills to monitor social trends or research specific topics.
To get started with this skill within the Openclaw Skills framework, you need to configure your xAI API key.
openclaw config set skills.entries.search-x.apiKey "xai-YOUR-KEY"
Alternatively, you can set an environment variable:
export XAI_API_KEY="xai-YOUR-KEY"
You can obtain your credentials at the xAI console.
The skill returns data in a structured format, primarily focusing on the tweet object.
| Field | Description |
|---|---|
| @username | The display name and handle of the tweet author |
| content | The full text of the tweet |
| date/time | Timestamp of when the tweet was posted |
| link | Direct URL to the tweet for citation |
| images | URL for image results returned by Grok-4.20 |
--days flag for historical or trending data.--handles to include or --exclude specific accounts.--json for raw data and --compact for readable tweet lists.SEARCH_X_MODEL environment variable for specialized tasks.Loading
A headless video rendering engine for Linux that uses Remotion v5 and Chrome Headless Shell to generate professional videos from React templates.

A comprehensive tool for monitoring odds and executing trades on the world's largest prediction market directly from your AI agent.

An autonomous AI agent skill that browses the web, executes complex tools, and delivers complete work products like reports and code.

A powerful integration to bridge Granola AI meeting notes with automated workflows and AI agents for enhanced context retrieval.

A cross-platform skill allowing AI agents to control Spotify playback, search tracks, and analyze listening history via the official Web API.

A dedicated skill for querying Supabase project analytics, user signups, and database metadata directly through your AI agent.








































