A professional CLI-driven skill for fetching, filtering, and analyzing real-time trending topics and hashtags on X (Twitter).
The fastest way to install a skill directly from the registry.
npx clawhub@latest install xtrends
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 xtrends using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The x-trends skill is a robust data retrieval tool designed for the Openclaw Skills ecosystem that allows AI agents and developers to monitor the pulse of social media. By leveraging the official twurl CLI and the openclawcli utility, it provides a direct interface to X (Twitter) API v1.1 and v2, enabling programmatic access to trending topics, tweet volumes, and hashtag analysis.
This skill is particularly valuable for users who need to track viral content across different geographical regions or perform deep-dives into specific hashtags. It bridges the gap between raw social data and actionable insights by providing structured JSON outputs that are easily parsed for further automation or reporting.
Follow these steps to integrate this tool into your Openclaw Skills environment:
gem install twurl
twurl authorize --consumer-key YOUR_API_KEY --consumer-secret YOUR_API_SECRET
twurl "/1.1/trends/place.json?id=1" | jq '.[0].trends[:10]'
The x-trends skill organizes its output into a structured format compatible with modern data pipelines. The primary data points include:
| Property | Type | Description |
|---|---|---|
| name | String | The name of the trending topic or hashtag |
| url | String | The search URL for the trend on X |
| tweet_volume | Integer | The number of tweets for the trend (if available) |
| promoted_content | Boolean | Indicates if the trend is a paid promotion |
| woeid | Integer | The Where On Earth ID used to identify the location |
Loading
A powerful CLI-driven skill for searching, filtering, and analyzing trending topics on X (Twitter) across global and local markets.

A comprehensive tool for building, configuring, and managing Telegram bots using the official Bot API.

A comprehensive toolset for analyzing, tracking, and automating trades on the Polymarket decentralized prediction platform.

A unified automation tool for simultaneous content distribution across 10 major social media platforms.

A powerful financial data integration for retrieving real-time stock prices, historical market trends, and detailed company analytics.

A powerful utility to programmatically extract, clean, and prepare YouTube transcripts for AI-driven summarization and content analysis.








































