← 返回 Skills 市场
124
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install track-upvotes
功能描述
Track Product Hunt launch upvotes, comments, and daily ranking in real-time — get Telegram alerts when you move up the leaderboard.
安全使用建议
This skill's code legitimately scrapes a public Product Hunt page and prints upvotes, comments, and a simple in-memory trend. Before installing: (1) understand the mismatch — the README promises Telegram alerts but the shipped code does not implement them (you would need to add a Telegram bot token/CHAT_ID and code to send messages); (2) trends are kept only in memory, so to get hourly trends you must run the process continuously or add persistent storage/scheduling; (3) review the track-upvotes.js source yourself (it only performs an HTTP GET to the URL you supply and extracts counts via regex — there are no hidden endpoints or env-var reads); (4) run it locally in a sandbox first and monitor network traffic if you are worried about unexpected outbound connections; (5) if you want alerting, expect to add environment variables (TELEGRAM_BOT_TOKEN, TELEGRAM_CHAT_ID or similar) and explicit notification code — do not paste secrets into unreviewed skills. Overall: coherent scraping behavior, but misleading documentation about alerting — treat as suspicious until you (or the publisher) clarifies or implements notifications.
功能分析
Type: OpenClaw Skill
Name: track-upvotes
Version: 1.0.0
The skill is a straightforward Product Hunt scraper designed to extract upvotes, rank, and comments from a public URL using regex. It uses the native Node.js fetch API, contains no external dependencies, and lacks any indicators of data exfiltration, persistence, or malicious execution. Files analyzed: track-upvotes.js, SKILL.md, and package.json.
能力评估
Purpose & Capability
The skill's stated purpose (track upvotes, comments, daily ranking) matches the included code which fetches the public Product Hunt page and extracts upvotes/comments/rank. However, the description and README mention 'get Telegram alerts when you move up the leaderboard' and 'real-time' alerts; there is no Telegram or external-notification code, no webhook or bot integration, and no required environment variables for any notification service. That mismatch (promised alerting vs. no implementation) is the main incoherence.
Instruction Scope
SKILL.md instructs the agent to run the included Node.js script with a Product Hunt URL and explicitly states 'No API key needed' — this aligns with the code that scrapes the public page. The instructions do not ask the agent to read unrelated files, environment variables, or system credentials. One operational note: trend detection relies on an in-memory history array, so 'hourly trends' only work if the process is kept running or managed externally (there is no persistent storage or scheduler built into the skill).
Install Mechanism
There is no install spec and no external downloads; this is an instruction-only skill with a small included JS file and package.json. Nothing is written to disk by an installer and no remote archives are fetched at install time — low install risk.
Credentials
The skill declares no required environment variables or credentials, which is coherent with the scraping-only implementation. However, the description's promise of Telegram alerts implies the need for credentials (bot token, chat id) that are not declared or requested. This omission is potentially misleading: if you expect alerting, the skill would need additional secrets and network calls that are not present.
Persistence & Privilege
The skill is not always-enabled and does not request elevated privileges or modify other skills or system-wide config. It runs as a normal user process and maintains only an in-memory history; it does not persist or exfiltrate credentials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install track-upvotes - 安装完成后,直接呼叫该 Skill 的名称或使用
/track-upvotes触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of "track-upvotes" skill.
- Track upvotes, comments, and daily ranking for your Product Hunt launch in real-time.
- Receive Telegram alerts when your ranking changes.
- Offers commands to check current stats and view trends vs the previous check.
- Requires no API key — just provide your Product Hunt post URL.
元数据
常见问题
Product Hunt Launch Tracker 是什么?
Track Product Hunt launch upvotes, comments, and daily ranking in real-time — get Telegram alerts when you move up the leaderboard. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 124 次。
如何安装 Product Hunt Launch Tracker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install track-upvotes」即可一键安装,无需额外配置。
Product Hunt Launch Tracker 是免费的吗?
是的,Product Hunt Launch Tracker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Product Hunt Launch Tracker 支持哪些平台?
Product Hunt Launch Tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Product Hunt Launch Tracker?
由 pbopps(@3rdbrain)开发并维护,当前版本 v1.0.0。
推荐 Skills