Setup & Installation

Install X Trends using the ClawHub CLI or OpenClaw CLI:

clawhub install x-trends

If the CLI is not installed:

npx clawhub@latest install x-trends

Or install with OpenClaw CLI:

openclaw skills install x-trends

View on ClawHub · View on GitHub

What This Skill Does

X Trends is a social-media skill for OpenClaw by Ani.

X Trends Scraper 📉

A professional CLI tool to fetch X (Twitter) trending topics without an account. Powered by getdaytrends.com.

Installation

clawdhub install x-trends

Usage

Run the tool directly:

# Default (India, Top 20, Table View)
x-trends

# JSON Output (for scripts)
x-trends --json

# Specific Country & Limit
x-trends --country us --limit 5

Features

  • No Login Required: Uses public aggregators.
  • Volume Data: Shows tweet counts (<10K, 50K, etc).
  • Multi-Country: Supports 'us', 'uk', 'india', 'world', etc.
  • JSON Mode: Easy parsing for other tools.

Output

Displays a clean, colorized table or raw JSON.

Version History

Latest version: 1.2.1

First published: Jan 27, 2026. Last updated: Jan 27, 2026.

1 version released.

Frequently Asked Questions

Is X Trends free to use?
Yes. X Trends is a free, open-source skill available on the OpenClaw Skills Registry. You can install and use it at no cost, and the source code is publicly available for review and contribution.
What platforms does X Trends support?
It runs on any platform that supports OpenClaw, including macOS, Linux, and Windows. As long as you have the OpenClaw runtime installed, X Trends will work seamlessly across operating systems.
How do I update X Trends?
Run openclaw skills update x-trends to get the latest version. OpenClaw will download and apply the update automatically, preserving your existing configuration.
Can I use X Trends with other skills?
Yes. OpenClaw skills are composable — you can combine X Trends with any other installed skill in your workflows. This allows you to build powerful multi-step automations by chaining skills together.