Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
- Updated package-lock.json to maintain dependency consistency. - No feature or documentation changes.
What This Skill Does
Fetches current trending topics on X (Twitter) for any supported country using getdaytrends.com as a public aggregator. No account or API key required. Outputs a colorized table or raw JSON for scripting.
Bypasses the X API entirely, so you get trending data without a paid developer account or OAuth setup.
When to use it
- Check what's trending in the US before scheduling a post
- Pull trending topics into a script for automated analysis
- Compare trends across multiple countries in one session
- Get tweet volume data for a specific topic
- Monitor global trends for a news or research brief
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: What are the top 5 trending topics in the US right now?
- 1Run x-trends --country us --limit 5
- 2Parse the returned table for topic names and tweet volume indicators
- 3Format the results as a ranked list
A ranked list of 5 US trending topics with volume data such as 50K, 100K tweets