Skills x-trends
Fetches current top trending topics on X (Twitter) for any country using public aggregators.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/anishtr4/x-trends" ~/.claude/skills/openclaw-skills-x-trends-ea92ce && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/anishtr4/x-trends" ~/.openclaw/skills/openclaw-skills-x-trends-ea92ce && rm -rf "$T"
manifest:
skills/anishtr4/x-trends/SKILL.mdsource content
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.