TopRank Skills

Home / Claw Skills / Autres / x-trends
Official OpenClaw rules 15%

x-trends

Fetches current top trending topics on X (Twitter) for any country using public aggregators.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 x-trends 技能。 若已安装,则直接安装 x-trends 技能。

Overview

Skill Key
anishtr4/x-trends
Author
Ani
Source Repo
openclaw/skills
Version
1.2.0
Source Path
skills/anishtr4/x-trends
Latest Commit SHA
dcc67de96d74559935bee324f4b189e63abfe5e2

Extracted Content

SKILL.md excerpt

# X Trends Scraper 📉

A professional CLI tool to fetch X (Twitter) trending topics without an account.
Powered by [getdaytrends.com](https://getdaytrends.com).

## Installation

```bash
clawdhub install x-trends
```

## Usage

Run the tool directly:

```bash
# 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.

Related Claw Skills