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 individual stages.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ai-product-monitor" with this command: npx skills add terrycarter1985/ai-product-monitor

AI Product Monitor

One-click pipeline that runs four stages sequentially:

  1. RSS Monitor — Fetch configured RSS feeds, extract AI product launch posts
  2. Product Search — Enrich each launch with web search details
  3. Screenshot Capture — Take screenshots of product landing pages
  4. 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

FileDescription
data/raw_launches.jsonRaw RSS items from stage 1
data/enriched_launches.jsonLaunches with search-enriched info
data/screenshots/Landing page screenshots (PNG)
data/trend_report.mdFinal 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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

DailyBit — AI Tech Daily Digest

Curated daily digest from 92 top tech blogs (Andrej Karpathy's list) with AI-generated Chinese summaries, hierarchical tags, and personalized recommendations...

Registry SourceRecently Updated
4410Profile unavailable
Coding

Agent Ops Runbook

Generate a detailed operations runbook for deploying AI agents, including rollout stages, monitoring, rollback plans, cost estimates, and incident response t...

Registry SourceRecently Updated
5760Profile unavailable
Coding

AI Trend Monitor

监控 GitHub、Reddit、Twitter 等多渠道 AI 趋势与重大新闻,支持实时推送和每日定时汇总飞书卡片。

Registry SourceRecently Updated
6922Profile unavailable
Coding

SnapRender

Give your agent eyes on the web — screenshot any URL as an image file. Supports device emulation (iPhone, iPad, Pixel, MacBook), dark mode, full-page scroll,...

Registry SourceRecently Updated
1K0Profile unavailable