← Back to Skills Marketplace
anishtr4

X Trends

by anishtr4 · GitHub ↗ · v1.2.1
cross-platform ✓ Security Clean
4956
Downloads
10
Stars
35
Active Installs
4
Versions
Install in OpenClaw
/install x-trends
Description
Fetches current top trending topics on X (Twitter) for any country using public aggregators.
Usage Guidance
This looks reasonable to install if you are comfortable with a CLI contacting getdaytrends.com and relying on its npm dependencies. Use returned trend names and links as untrusted public web data, especially if feeding JSON output into another tool.
Capability Analysis
Type: OpenClaw Skill Name: x-trends Version: 1.2.1 The skill bundle is a CLI tool designed to scrape trending topics from 'getdaytrends.com'. The `SKILL.md` provides clear, benign instructions and does not contain any prompt injection attempts. The `index.js` script uses standard Node.js modules and well-known libraries (cheerio, commander, chalk, ora) to fetch and parse HTML from the hardcoded domain `https://getdaytrends.com`. It does not access sensitive files, environment variables, execute arbitrary commands, or exfiltrate data to unauthorized endpoints. All observed behavior aligns with the stated purpose of a web scraper.
Capability Assessment
Purpose & Capability
The stated purpose is to fetch public X/Twitter trends, and the code builds a getdaytrends.com URL, downloads HTML, parses trend rows, and outputs table or JSON results.
Instruction Scope
The skill instructions cover normal CLI use with country, limit, and JSON options; they do not ask for credentials, elevated permissions, approval bypasses, or hidden agent behavior.
Install Mechanism
Installation is a normal Node CLI package with a bin entry and npm dependencies plus a lockfile. No install-time scripts were found, but users still trust the npm dependency chain.
Credentials
The tool makes an outbound HTTPS request to getdaytrends.com, which is disclosed and proportionate for a trends scraper. It does not read local files, environment secrets, cookies, or account data.
Persistence & Privilege
No persistence, background workers, local writes, privilege escalation, credential storage, or destructive operations were found.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install x-trends
  3. After installation, invoke the skill by name or use /x-trends
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.1
- Updated package-lock.json to maintain dependency consistency. - No feature or documentation changes.
v1.2.0
x-trends 1.2.0 - Added JSON output mode for easy integration with scripts and tools. - Enhanced output: displays tweet volume data where available. - Updated usage and feature documentation for clarity and new options. - Improved support for table or JSON formatted results.
v1.1.0
- Added support for fetching trending topics from any country, not just India. - Introduced new CLI options for specifying country and limiting the number of results. - Improved documentation with installation and usage instructions. - Enhanced output to display colorized trends for better readability. - Updated dependencies and added a package-lock.json file.
v1.0.0
Initial release of x-trends skill. - Fetches current top trending topics on X (Twitter) for India using public aggregators. - Bypasses login by scraping getdaytrends.com. - Displays the top 20 trends in the console. - Simple usage with Node.js; no external dependencies beyond built-in https.
Metadata
Slug x-trends
Version 1.2.1
License
All-time Installs 186
Active Installs 35
Total Versions 4
Frequently Asked Questions

What is X Trends?

Fetches current top trending topics on X (Twitter) for any country using public aggregators. It is an AI Agent Skill for Claude Code / OpenClaw, with 4956 downloads so far.

How do I install X Trends?

Run "/install x-trends" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is X Trends free?

Yes, X Trends is completely free (open-source). You can download, install and use it at no cost.

Which platforms does X Trends support?

X Trends is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created X Trends?

It is built and maintained by anishtr4 (@anishtr4); the current version is v1.2.1.

💬 Comments