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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ai-product-monitor - After installation, invoke the skill by name or use
/ai-product-monitor - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 42 downloads so far.
How do I install Ai Product Monitor?
Run "/install ai-product-monitor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ai Product Monitor free?
Yes, Ai Product Monitor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Ai Product Monitor support?
Ai Product Monitor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ai Product Monitor?
It is built and maintained by terrycarter1985 (@terrycarter1985); the current version is v1.0.0.