Ai Product Monitor
/install ai-product-monitor
AI Product Monitor
One-click pipeline that runs four stages sequentially:
- RSS Monitor — Fetch configured RSS feeds, extract AI product launch posts
- Product Search — Enrich each launch with web search details
- Screenshot Capture — Take screenshots of product landing pages
- Trend Analysis — Analyze launch trends and generate a summary report
Quick Start (Full Pipeline)
python3 scripts/pipeline.py
Individual Stages
# Stage 1 only — RSS monitoring
python3 scripts/pipeline.py --stage rss
# Stage 2 only — Product info search
python3 scripts/pipeline.py --stage search
# Stage 3 only — Screenshot capture
python3 scripts/pipeline.py --stage screenshot
# Stage 4 only — Trend analysis
python3 scripts/pipeline.py --stage trends
Configuration
Edit references/feeds.yaml to customize RSS sources. Default feeds include OpenAI, Google AI, Anthropic, Meta AI, and Hugging Face blogs.
Output
| File | Description |
|---|---|
data/raw_launches.json |
Raw RSS items from stage 1 |
data/enriched_launches.json |
Launches with search-enriched info |
data/screenshots/ |
Landing page screenshots (PNG) |
data/trend_report.md |
Final trend analysis report |
Pipeline Flow
RSS Feeds → raw_launches.json → enriched_launches.json → screenshots/ → trend_report.md
Each stage reads the previous stage's output, so stages can be re-run independently after editing earlier results.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ai-product-monitor - 安装完成后,直接呼叫该 Skill 的名称或使用
/ai-product-monitor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Ai Product Monitor 是什么?
One-click AI product launch monitoring pipeline — RSS monitoring, product info search, screenshot capture, and trend analysis. Run the full workflow or indiv... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 42 次。
如何安装 Ai Product Monitor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-product-monitor」即可一键安装,无需额外配置。
Ai Product Monitor 是免费的吗?
是的,Ai Product Monitor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Ai Product Monitor 支持哪些平台?
Ai Product Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ai Product Monitor?
由 terrycarter1985(@terrycarter1985)开发并维护,当前版本 v1.0.0。