← 返回 Skills 市场
4956
总下载
10
收藏
35
当前安装
4
版本数
在 OpenClaw 中安装
/install x-trends
功能描述
Fetches current top trending topics on X (Twitter) for any country using public aggregators.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install x-trends - 安装完成后,直接呼叫该 Skill 的名称或使用
/x-trends触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
X Trends 是什么?
Fetches current top trending topics on X (Twitter) for any country using public aggregators. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 4956 次。
如何安装 X Trends?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install x-trends」即可一键安装,无需额外配置。
X Trends 是免费的吗?
是的,X Trends 完全免费(开源免费),可自由下载、安装和使用。
X Trends 支持哪些平台?
X Trends 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 X Trends?
由 anishtr4(@anishtr4)开发并维护,当前版本 v1.2.1。
推荐 Skills