← 返回 Skills 市场
203
总下载
0
收藏
1
当前安装
5
版本数
在 OpenClaw 中安装
/install trendradar
功能描述
Scan social media and communities to detect product trends rising or peaking, helping time purchases or avoid declining items.
安全使用建议
This skill appears to do what it claims (browse public social/community pages and surface trending products) and does not ask for credentials or install software. Before installing, consider: 1) The skill uses the agent's browser tool to visit many third‑party sites — if that browser has access to your logged‑in sessions or cookies, the skill could see private content; run it in an isolated session or disable access to sensitive cookies if you are concerned. 2) Scraping may run afoul of site terms, trigger CAPTCHAs, or generate high traffic; use responsibly. 3) The skill calls other skills (BuyWise, CouponClaw) — review those skills separately before allowing automated chaining. 4) If you do not want the agent to autonomously browse or invoke other skills, restrict its permissions or require manual invocation.
功能分析
Type: OpenClaw Skill
Name: trendradar
Version: 1.1.2
TrendRadar is a trend-monitoring skill designed to identify viral products across social platforms like Reddit, Weibo, and Xiaohongshu. The scripts (scan.js and daily-hot.js) function by generating structured instructions for the AI agent to use its built-in browser and search tools. The code includes basic input sanitization (encodeURIComponent) and follows the standard OpenClaw pattern for ecosystem integration by suggesting follow-up actions via related skills. No evidence of malicious intent, data exfiltration, or harmful prompt injection was found.
能力评估
Purpose & Capability
Name/description, README, package.json, and the two scripts all describe and implement the same behavior: navigating public social/community pages, extracting trend signals, and feeding results into downstream shopping skills. No unrelated credentials, binaries, or install steps are requested.
Instruction Scope
SKILL.md and the scripts instruct the agent to use a browser tool and web_search to open specific external URLs (Xiaohongshu, Weibo, Reddit, Google Trends, Product Hunt, etc.) and extract trend metrics. That is within the declared purpose, but it means the agent will actively browse many third‑party pages and follow an open-ended extraction process (select top N items, apply heuristics). The instructions also call other skills (BuyWise, CouponClaw) via openclaw run. No instructions attempt to read unrelated local files or environment variables.
Install Mechanism
No install specification or third‑party downloads are present; package.json has no dependencies. The skill is instruction-driven with light JS helper scripts that print guidance. There is no code that fetches or executes remote archives.
Credentials
The skill declares no required env vars or credentials, which fits its 'no API keys' approach. However, it explicitly relies on the agent's browser tool to visit sites: if that browser tool has access to the user's authenticated sessions/cookies, the agent could see account‑restricted content. Also, results are intended to be fed to other skills (BuyWise/CouponClaw), so consider trust boundaries between skills even though no secrets are requested here.
Persistence & Privilege
The skill is not marked always:true, does not request persistent system changes, and includes no steps to modify other skills' configuration or store new credentials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install trendradar - 安装完成后,直接呼叫该 Skill 的名称或使用
/trendradar触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.2
- Updated package version to 1.1.2.
- No functional or documentation changes other than version bump.
v1.1.1
- Added README.md file for improved documentation and onboarding.
- Updated package.json with minor changes.
- No changes to core functionality.
v1.1.0
- Updated version to 1.1.0 in package.json.
- No other changes to code or documentation.
v1.0.1
- Removed the script and documentation for push-toggle.js (push subscription management).
- Updated instructions: scheduling daily trend push now uses direct cron jobs.
- SKILL.md revised to reflect script removal and new push setup approach.
- Minor script documentation clarifications for scan.js and daily-hot.js.
v1.0.0
TrendRadar 1.0.0
- Launches real-time trend detection across Xiaohongshu, Weibo, Reddit, Google Trends, and Product Hunt.
- Assigns actionable trend signals (surging, rising, stable, cooling) to spot products before they peak.
- Integrates seamlessly with BuyWise (for price analysis) and CouponClaw (for deals/coupons).
- Supports daily briefings and user subscription management via multiple channels.
- No API keys required; reads live data directly from platforms.
元数据
常见问题
TrendRadar 是什么?
Scan social media and communities to detect product trends rising or peaking, helping time purchases or avoid declining items. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 203 次。
如何安装 TrendRadar?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install trendradar」即可一键安装,无需额外配置。
TrendRadar 是免费的吗?
是的,TrendRadar 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
TrendRadar 支持哪些平台?
TrendRadar 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 TrendRadar?
由 jiajiaoy(@jiajiaoy)开发并维护,当前版本 v1.1.2。
推荐 Skills