技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 1 · 1.5k · 2 current installs · 2 all-time installs
⭐ 1
安装量(当前) 2
🛡 VirusTotal :良性 · OpenClaw :良性
Package:anishtr4/x-trends-dev
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill is a straightforward web-scraper CLI that fetches trends from getdaytrends.com; its code, dependencies, and instructions are consistent with the stated purpose and request no credentials or unusual privileges.
目的
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.
说明范围
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).
安装机制
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.
证书
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.
持久
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.
综合结论
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-pa…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「X Trends Dev」。简介: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-dev/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: x-trends
description: "Fetches current top trending topics on X (Twitter) for any country using public aggregators."
version: 1.2.0
author: Ani
license: MIT
---
# X Trends Scraper 📉
A professional CLI tool to fetch X (Twitter) trending topics without an account.
Powered by [getdaytrends.com](https://getdaytrends.com).
## Installation
```bash
clawdhub install x-trends
```
## Usage
Run the tool directly:
```bash
# Default (India, Top 20, Table View)
x-trends
# JSON Output (for scripts)
x-trends --json
# Specific Country & Limit
x-trends --country us --limit 5
```
## Features
- **No Login Required**: Uses public aggregators.
- **Volume Data**: Shows tweet counts (<10K, 50K, etc).
- **Multi-Country**: Supports 'us', 'uk', 'india', 'world', etc.
- **JSON Mode**: Easy parsing for other tools.
## Output
Displays a clean, colorized table or raw JSON.