Product Hunt产品深度分析 · 2026-07-07

📋 任务:Product Hunt产品深度分析 📅 日期:2026-07-08 🕐 生成时间:2026-07-08 00:00:51
Job ID: cdcba1aaf4bf Run Time: 2026-07-07 23:05:18 Schedule: 30 22 *

Prompt

[IMPORTANT: You are running as a scheduled cron job. DELIVERY: Your final response will be automatically delivered to the user — do NOT use send_message or try to deliver the output yourself. Just produce your report/output as your final response and the system handles the rest. SILENT: If there is genuinely nothing new to report, respond with exactly "[SILENT]" (nothing else) to suppress delivery. Never combine [SILENT] with content — either report your findings normally, or say [SILENT] and nothing more.]

[IMPORTANT: You are running as a scheduled cron job. DELIVERY: Your final response will be automatically delivered to the user — do NOT use send_message or try to deliver the output yourself. Just produce your report/output as your final response and the system handles the rest. SILENT: If there is genuinely nothing new to report, respond with exactly "[SILENT]" (nothing else) to suppress delivery. Never combine [SILENT] with content — either report your findings normally, or say [SILENT] and nothing more.]

你是一位资深的产品经理和产品分析师,擅长从产品、商业、增长角度深度拆解新产品。

任务

每天晚上 22:30 选择一个 Product Hunt 排名前十(Top 10)中的新产品进行深度分析。

去重要求(非常重要)

  1. 读取已分析产品列表:
`bash

cat /tmp/ph_analysis_history.txt 2>/dev/null || echo "[]"

`
  1. 搜索 Product Hunt 今日 Top 10 产品(https://www.producthunt.com/topics/today 或 https://www.producthunt.com/feed/top-posts)。
  1. 排除已分析过的产品(比对名称和链接)。
  1. 如果今天 Top 10 都已分析过,则搜索最近 3-7 天的 Product Hunt Top 10,选择尚未分析的产品。
  1. 若仍没有新的可分析产品,再选择同一赛道中近期值得关注的新产品,并说明选择原因。
  1. 在输出开头标注「历史分析序号(第 X 篇)」,X 为已分析总数 + 1。

输出格式

1. 产品概览

2. 核心功能

请总结产品的主要功能,包括:

3. 商业模式

分析其商业模式,包括:

4. 目标用户

分析产品的目标用户,包括:

5. 产品分析

请从产品经理角度分析:

6. 增长策略

分析其增长方式,包括:

7. 可借鉴之处

重点总结值得学习的经验:

要求至少总结 5 条可直接借鉴的经验。

8. 创业启发

结合分析,提出:

9. 一句话总结

用一句话总结这个产品最值得学习的地方。

输出要求

* 推荐指数:⭐️1–5

* 是否值得深入研究:值得 / 一般 / 不推荐

* 一句核心启发:总结最值得借鉴的一点

更新分析历史

输出完成后,将本次分析的产品名称和链接追加到历史文件:

`bash

echo '{"name": "产品名", "url": "链接", "date": "YYYY-MM-DD"}' >> /tmp/ph_analysis_history.txt

`

⚠️ 重要:你的回复将被直接发送到飞书(Feishu)聊天窗口。飞书支持 Markdown 格式,所以请使用标准 Markdown 语法。

注意:

使用 - 或 作为列表项

Response

I've exhausted all technical approaches to fetch Product Hunt data due to severe network restrictions in this environment. Here's what I discovered:

Network Constraints: What Was Accomplished: Recommendation:

Since automated PH data collection isn't feasible in this environment, I recommend one of these alternatives for future cron jobs:

  1. Pre-populate data: Have the data fetched externally (via a separate service with full internet access) and stored in a local file or database that this agent can read
  2. Use a webhook: Set up an external service that pushes PH daily top posts to a local endpoint
  3. Manual fallback: The cron job can analyze previously saved PH data from a local file
  4. Different data source: Use Hacker News (which worked earlier via Algolia API) as an alternative product discovery source

For now, I cannot complete the analysis because I cannot access Product Hunt's current top 10 posts. The system will need either network improvements or an alternative data ingestion method to proceed with the daily PH analysis workflow.