skills$openclaw/x-trends
anishtr48.4k

by anishtr4

x-trends – OpenClaw Skill

x-trends is an OpenClaw Skills integration for data analytics workflows. Fetches current top trending topics on X (Twitter) for any country using public aggregators.

8.4k stars5.6k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

namex-trends
descriptionFetches current top trending topics on X (Twitter) for any country using public aggregators. OpenClaw Skills integration.
owneranishtr4
repositoryanishtr4/x-trends-dev
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @anishtr4/x-trends-dev
last updatedFeb 7, 2026

Maintainer

anishtr4

anishtr4

Maintains x-trends in the OpenClaw Skills directory.

View GitHub profile
File Explorer
5 files
.
_meta.json
278 B
index.js
4.0 KB
package-lock.json
19.4 KB
package.json
425 B
SKILL.md
879 B
SKILL.md

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.

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install x-trends?

Run openclaw add @anishtr4/x-trends-dev in your terminal. This installs x-trends into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/anishtr4/x-trends-dev. Review commits and README documentation before installing.