X Search for Openclaw

A powerful AI agent skill for real-time X/Twitter search, sentiment analysis, and social media intelligence powered by the x402 payment protocol.

tzannetosgiannis
v1.0.0
Jan 29, 2026
140
15.7k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install x-search

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install x-search using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is X Search?

X Search is a specialized tool designed for AI agents to bridge the gap between static knowledge and the rapidly evolving social landscape. By integrating with the x402 protocol on the Base network, this skill allows users to extract real-time trends, breaking news, and nuanced sentiment analysis directly from X/Twitter. It transforms raw social data into actionable intelligence, making it an essential addition to your collection of Openclaw Skills.

Built for developers and researchers, it facilitates automated public opinion monitoring and viral content tracking. Whether you are building a news aggregator or a market sentiment bot, this skill provides a structured way to interact with social media data while managing micropayments seamlessly via blockchain technology.

X Search Use Cases

  • Monitoring real-time breaking news and global events as they unfold on social media.
  • Performing sentiment analysis on specific topics or brand mentions to gauge public opinion.
  • Identifying and tracking viral content or trending hashtags for digital marketing strategies.
  • Researching cryptocurrency trends and community discussions within the web3 ecosystem.

How X Search Works

  1. The agent receives a search query from the user.
  2. The system checks for a valid x402 private key configuration to authorize payment.
  3. A $0.05 USDC transaction is processed on the Base network via the x402 protocol.
  4. The script executes the npx CLI tool to retrieve real-time data from X/Twitter.
  5. AI-processed results are returned to the user, providing a synthesized view of the social media landscape.

X Search Setup

To integrate this into your environment, ensure you have a Base wallet with USDC. Set your private key using one of the following methods:

Environment Variable:

export X402_PRIVATE_KEY="0xyour_private_key_here"

Config File (Recommended): Create a file named .x402-config.json in your home directory:

echo '{"private_key": "0x..."}' > ~/.x402-config.json

Run searches using the provided shell script:

scripts/search.sh "your search query"

X Search Data Schema & Taxonomy

The skill utilizes a minimalist configuration and payment schema to ensure privacy and efficiency. Data is handled as follows:

Component Type Description
x402-config.json JSON Stores the private key for Base network transactions.
Search Query String The natural language input sent to the X API.
Result Output JSON/Text AI-summarized insights derived from raw tweets.
Payment USDC On-chain transaction record on the Base network ($0.05/request).

X Search Advanced Features

  • Integrated blockchain payment handling via the x402 protocol on the Base network.
  • Support for complex natural language queries processed by AI agents for high-relevance results.
  • Multi-path configuration support allowing for global or project-specific setup.
  • 5-minute API timeout capacity to handle deep, complex social media research tasks.
  • Easy integration with other Openclaw Skills for comprehensive data-driven automation.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*