openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Product Hunt Launch

Track your Product Hunt launch stats (Rank, Upvotes, Comments) in real-time via CLI.

开发与 DevOps

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v0.1.0

统计:⭐ 1 · 2.1k · 2 current installs · 2 all-time installs

1

安装量(当前) 2

🛡 VirusTotal :良性 · OpenClaw :可疑

Package:abakermi/product-hunt-launch

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :可疑

OpenClaw 评估

The skill's purpose (a CLI tool to monitor Product Hunt) and its required secret (PH_API_TOKEN) are reasonable, but the package is instruction-only and describes a ph-launch CLI without providing or installing that binary or explaining how to obtain it — an incoherence you should clarify before trusting it.

目的

The description promises a CLI tool (ph-launch) to monitor Product Hunt. However, the skill declares no required binaries and contains no install spec or code files. A consumer/agent cannot actually run the described commands unless an external ph-launch binary is present; the SKILL.md does not tell you where to get it. This mismatch between claimed capability and what is provided is incoherent.

说明范围

The runtime instructions are narrowly scoped (asking the user to set PH_API_TOKEN and showing ph-launch commands). They do not request unrelated files, credentials, or system data. However, because the instructions assume an external CLI exists, they delegate execution to an unspecified external component — the skill gives broad discretion to run that CLI but doesn't document or vet it.

安装机制

There is no install specification and no code bundled with the skill. While instruction-only skills are common and lower risk, here the absence is problematic because the SKILL.md refers to a specific binary (ph-launch) without telling how to obtain or verify it. That gap reduces usefulness and creates an opportunity for confusion or misuse.

证书

The skill requests a single environment variable, PH_API_TOKEN, which is appropriate and expected for accessing the Product Hunt API. There are no unrelated environment variables or config paths requested.

持久

The skill does not request persistent presence (always is false) and does not attempt to modify system or agent-wide settings. Autonomous invocation is allowed (platform default) but not combined with other red flags here.

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Product Hunt Launch」。简介:Track your Product Hunt launch stats (Rank, Upvotes, Comments) in real-time via…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/abakermi/product-hunt-launch/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: product-hunt-launch
version: 1.0.0
description: Track your Product Hunt launch stats (Rank, Upvotes, Comments) in real-time via CLI.
author: abakermi
metadata:
  openclaw:
    emoji: "🚀"
    requires:
      env: ["PH_API_TOKEN"]
---

# Product Hunt Launch 🚀

Track your launch day metrics from the terminal.

## Setup

1. Get a Developer Token from [Product Hunt API Dashboard](https://www.producthunt.com/v2/oauth/applications).
2. Set it: `export PH_API_TOKEN="your_token"`

## Commands

### Check Post Stats
```bash
ph-launch stats --slug "your-product-slug"
# Output: Rank #4 | 🔼 450 | 💬 56
```

### Monitor Launch (Live Dashboard)
```bash
ph-launch monitor --slug "your-product-slug" --interval 60
```

### List Today's Leaderboard
```bash
ph-launch leaderboard
```