技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.2.1
统计:⭐ 8 · 3.7k · 32 current installs · 32 all-time installs
⭐ 8
安装量(当前) 32
🛡 VirusTotal :良性 · OpenClaw :良性
Package:anishtr4/x-trends
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill's code and instructions consistently implement a CLI scraper that fetches X/Twitter trends from the public site getdaytrends.com and do not request extra credentials or unrelated system access.
目的
The name/description claim to fetch X trends from public aggregators and the code actually performs an HTTPS GET against getdaytrends.com and parses the HTML to extract trends — this is coherent and proportionate to the stated purpose.
说明范围
SKILL.md only documents CLI usage and installation; runtime code reads only command-line options and fetches/parses a remote webpage. There are no instructions to read local files, environment variables, or to transmit data to unexpected endpoints.
安装机制
There is no custom installer or remote archive download; the package is a normal Node project with dependencies resolved from the npm registry (package.json / package-lock.json). That is expected for a Node CLI. Note: some dependencies declare Node engine requirements (cheerio entries reference a newer Node), which may cause runtime issues if the environment Node version is older, but this is an operational compatibility issue rather than a se…
证书
The skill requests no environment variables, no credentials, and does not access config paths. Its network access is limited to the aggregator site (getdaytrends.com) used to obtain trends — this matches its purpose.
持久
The skill does not request always:true or any elevated/persistent platform privileges and does not modify other skills or system-wide settings. It is user-invocable and uses normal autonomous invocation defaults.
综合结论
This skill appears coherent and performs only public web scraping of getdaytrends.com. Before installing: (1) confirm you are comfortable running third‑party Node code (it will install npm dependencies from the public registry); (2) run it in a sandbox or with a compatible Node version (some dependencies reference newer Node engines); (3) be aware scraping can break if the target site changes and may be rate-limited or violate the target site'…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「X Trends」。简介:Fetches current top trending topics on X (Twitter) for any country using public…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/anishtr4/x-trends/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
暂无本地缓存内容,可在后台执行详情同步。