Fetches current top trending topics on X (Twitter) for any country using public aggregators.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add dvcrn/openclaw-skills-marketplace --skill x-trends --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of X Trends?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dvcrn-x-trends)More formats (shields.io, HTML) on the badges page.
---
name: x-trends
description: "Fetches current top trending topics on X (Twitter) for any country using public aggregators."
---
# X Trends Scraper 📉
A professional CLI tool to fetch X (Twitter) trending topics without an account.
Powered by [getdaytrends.com](https://getdaytrends.com).
## Installation
```bash
clawdhub install x-trends
```
## Usage
Run the tool directly:
```bash
# 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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!