8.4k★by anishtr4
x-trends – OpenClaw Skill
x-trends is an OpenClaw Skills integration for data analytics workflows. Fetches current top trending topics on X (Twitter) for any country using public aggregators.
Skill Snapshot
| name | x-trends |
| description | Fetches current top trending topics on X (Twitter) for any country using public aggregators. OpenClaw Skills integration. |
| owner | anishtr4 |
| repository | anishtr4/x-trends-dev |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @anishtr4/x-trends-dev |
| last updated | Feb 7, 2026 |
Maintainer

name: x-trends description: "Fetches current top trending topics on X (Twitter) for any country using public aggregators." version: 1.2.0 author: Ani license: MIT
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.
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install x-trends?
Run openclaw add @anishtr4/x-trends-dev in your terminal. This installs x-trends into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/anishtr4/x-trends-dev. Review commits and README documentation before installing.
