← Back to Skills Marketplace
5279
Downloads
10
Stars
0
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
Reasonable to install if you are comfortable with a CLI contacting getdaytrends.com and trusting its npm dependencies. Treat trend names and links as untrusted public web data, especially if piping 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 fetching public X/Twitter trends, and the code builds a getdaytrends.com URL, downloads HTML, parses trend rows, and outputs a table or JSON.
Instruction Scope
The skill instructions describe normal CLI usage with country, limit, and JSON options; they do not request credentials, elevated permissions, hidden role changes, or agent behavior outside the tool's purpose.
Install Mechanism
It installs as a normal Node CLI with a bin entry, npm dependencies, and a package-lock file. No install-time scripts were found, though users still rely on 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 variables, cookies, tokens, or account data.
Persistence & Privilege
No persistence, background workers, local writes, privilege escalation, credential storage, command execution, or destructive operations were found.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install x-trends - After installation, invoke the skill by name or use
/x-trends - 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
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 5279 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.
More Skills