A real-time X (Twitter) search and monitoring tool for AI agents to find posts, track users, and analyze social engagement.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install desearch-x-search
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 desearch-x-search using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides AI agents with deep access to the X (Twitter) ecosystem via the Desearch API. It allows for sophisticated real-time monitoring of social trends, brand mentions, and user activities. By leveraging Openclaw Skills like this one, developers can build agents capable of fetching tweets by keywords, hashtags, or specific URLs, while applying granular filters for engagement and media type.
The integration is designed for high-performance data retrieval, supporting everything from single post lookups to full timeline analysis. It acts as a bridge for AI models to understand the current social landscape by providing structured, machine-readable tweet and user data.
export DESEARCH_API_KEY='your-key-here'
The skill organizes data into two primary objects: Tweets and Users. This structure ensures that every endpoint in Openclaw Skills returns predictable metadata.
| Entity | Key Fields | Description |
|---|---|---|
| Tweet | id, text, created_at, like_count, media, entities | The primary content post and its engagement metrics. |
| User | id, username, followers_count, verified | Metadata regarding the account that authored the post. |
All tweet-returning endpoints share these shapes, with fields like id and text always present to ensure data integrity.
Loading
A high-performance web search skill that delivers real-time search engine results and structured snippets to AI agents.

A specialized tool for extracting clean text or raw HTML from any webpage to power AI-driven research and automation.

An AI-powered multi-source search engine that aggregates, filters, and summarizes content from across the web and social platforms.

A central orchestration layer that manages and coordinates multiple Openclaw Skills to build unified, intelligent automation workflows.

A versatile mobile automation skill for interacting with iOS and Android devices, emulators, and simulators.

A lightweight CLI tool for reading React Native Metro logs via CDP, designed for seamless integration with Openclaw Skills.








































