← 返回 Skills 市场
anishtr4

X Trends Dev

作者 anishtr4 · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1723
总下载
1
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install x-trends-dev
功能描述
Fetches current top trending topics on X (Twitter) for any country using public aggregators.
安全使用建议
This skill appears to do exactly what it says: scrape getdaytrends.com and display trends. Things to consider before installing: (1) running it requires network access — it will perform outbound HTTPS requests to getdaytrends.com; (2) installation will fetch dependencies from the npm registry (standard supply-chain risk) — you may want to review package-lock integrity and run in an isolated environment if you're cautious; (3) scraping third-party sites may conflict with that site's terms of service — check getdaytrends.com policy if that matters to you; (4) verify the publisher identity (owner id in registry) if you need provenance. Otherwise the skill’s footprint and behavior are proportional and self-consistent.
功能分析
Type: OpenClaw Skill Name: x-trends-dev Version: 1.0.0 The skill bundle is classified as benign. The `index.js` script correctly implements the stated purpose of fetching X (Twitter) trends by making HTTPS GET requests to `getdaytrends.com` and parsing the HTML using `cheerio`. There is no evidence of data exfiltration, malicious execution, persistence, or obfuscation. The `SKILL.md` file contains standard usage instructions and descriptions, with no attempts at prompt injection against the AI agent. All dependencies listed in `package.json` and `package-lock.json` are legitimate and widely used libraries for CLI tools and web scraping.
能力评估
Purpose & Capability
Name/description promise (fetch X trends via public aggregators) matches the shipped code: index.js issues an HTTPS GET to getdaytrends.com, parses HTML with cheerio, and formats output. Declared dependencies support scraping and CLI behavior.
Instruction Scope
SKILL.md instructs installing and running the CLI only. Neither the documentation nor the code reads local secrets, other files, or extra environment variables; the runtime action is limited to fetching and parsing a single third-party website (getdaytrends.com).
Install Mechanism
Registry entry has no explicit install spec, but the package includes package.json and package-lock.json. Dependencies resolve to npm registry URLs (expected). This implies installation will pull packages from npm (standard supply-chain risk). No remote arbitrary download/extract URLs or personal servers are used.
Credentials
The skill requires no environment variables, credentials, or config paths. The code does not attempt to access unrelated credentials or files; network access to getdaytrends.com is the only external interaction.
Persistence & Privilege
Skill is not forced-always, does not request persistent system-wide privileges, and does not modify other skills' configs. It behaves like a normal user-invoked CLI tool.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install x-trends-dev
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /x-trends-dev 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of x-trends: fetch X (Twitter) top trending topics for any country via the CLI. - No login or X account required; uses data from public aggregators. - Supports country selection (e.g., us, uk, india, world) and result limits. - Provides both colorized table and JSON output options. - Displays tweet volume data for each trend topic.
元数据
Slug x-trends-dev
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

X Trends Dev 是什么?

Fetches current top trending topics on X (Twitter) for any country using public aggregators. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1723 次。

如何安装 X Trends Dev?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install x-trends-dev」即可一键安装,无需额外配置。

X Trends Dev 是免费的吗?

是的,X Trends Dev 完全免费(开源免费),可自由下载、安装和使用。

X Trends Dev 支持哪些平台?

X Trends Dev 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 X Trends Dev?

由 anishtr4(@anishtr4)开发并维护,当前版本 v1.0.0。

💬 留言讨论