One-command AI product launch monitoring pipeline. Use when the user wants to track, discover, or analyze new AI product launches, releases, or announcements. Runs four stages automatically - RSS feed monitoring, web search enrichment, page screenshots, and trend analysis/scoring. Outputs a markdown report and structured JSON. Triggers on phrases like monitor AI product launches, track AI releases, AI launch report, what new AI products launched, product hunt AI monitoring, AI news roundup.
Documents
AI Product Radar
Try itOne-click AI product launch monitoring pipeline. Use when tracking new AI product releases, monitoring competitor launches, generating trend reports from tech RSS feeds, or running automated product discovery. Integrates RSS monitoring, product info enrichment, screenshot capture, and trend analysis into a single command. Triggers on "product radar", "AI launch monitor", "track new AI products", "product release tracking", "AI trend report", or similar product intelligence workflows.
What it does
One-click AI product launch monitoring pipeline. Use when tracking new AI product releases, monitoring competitor launches, generating trend reports from tech RSS feeds, or running automated product discovery. Integrates RSS monitoring, product info enrichment, screenshot capture, and trend analysis into a single command. Triggers on "product radar", "AI launch monitor", "track new AI products", "product release tracking", "AI trend report", or similar product intelligence workflows.
The skill document
AI Product Radar
Automated pipeline that monitors AI product launches across tech RSS feeds, enriches product data, captures screenshots, and produces a ranked trend report.
Quick Start
python3 scripts/ai_product_radar.py --output ./radar-output
Output:
report.md— human-readable trend report with ranked products, categories, themesproducts.json— full structured data (all products, scores, categories)screenshots/— product page screenshots (or info cards if no browser)raw/rss_items.json— raw feed items
Options
| Flag | Default | Description |
|---|---|---|
--output, -o | ./ai-radar-output | Output directory |
--feeds, -f | built-in list | JSON file with custom RSS URLs |
--limit, -l | 15 | Max screenshots to capture |
--days, -d | 3 | RSS lookback window |
--no-screenshots | off | Skip screenshot stage |
--query, -q | AI auto-detect | Filter term (narrows results) |
Pipeline Stages
- RSS Monitoring — Fetches 7 built-in feeds (Product Hunt, TechCrunch AI, The Verge AI, VentureBeat AI, HN Show, MIT Tech Review, Ars Technica), deduplicates, and filters for AI relevance via keyword matching.
- Product Enrichment — Extracts product name, detects categories (LLM, image gen, dev tools, agents, enterprise, etc.), scores launch signals.
- Screenshot Capture — Captures product pages with Playwright if available; falls back to generated info cards.
- Trend Analysis — Ranks products by signal score + recency, aggregates category/source distributions, extracts key themes.
Custom Feeds
Create a JSON file:
["https://example.com/feed.xml", "https://another.com/rss"]
Then pass --feeds my-feeds.json.
Scheduling
Set up a cron job for daily monitoring:
# Every day at 9:00 AM
python3 /path/to/scripts/ai_product_radar.py -o ~/radar/$(date +%Y-%m-%d)
Extending
- Add RSS feeds to
DEFAULT_FEEDSin the script or use--feeds. - Adjust
AI_KEYWORDSfor broader/narrower filtering. - Add categories in
category_patternsinsidesearch_product_info(). - The script uses only Python stdlib + optional Playwright; no API keys required.
Related skills
Continuously monitor topics across web search, RSS/Atom feeds, and GitHub releases, alerting only when relevant.
Route a technology-intelligence request to a technology landscape, invention-mining workflow, or current-intelligence briefing, and produce an evidence-backed English HTML report. Use for emerging AI, semiconductor, display, electronics, or other fast-moving technology domains when the user needs route evolution, competitor positioning, invention opportunities, patent mining, or multi-source monitoring.
Generate a daily AI news digest newsletter from fresh web sources. Use this skill whenever a user asks for AI news, wants a roundup or summary of recent AI/ML developments, asks what happened in artificial intelligence today or this week, requests a newsletter, briefing, or digest of model releases, research papers, funding rounds, product launches, regulation, or benchmark results — even if they don't explicitly say "newsletter." Also use for follow-up requests like "more AI news" or "catch me up on AI."
Tracks product launch buzz and reactions on Twitter using apidojo's Twitter Search scraper. Triggers when the user asks to: track product launch buzz on Twitter, monitor Twitter reactions to a product launch, measure product launch sentiment on X, find tweets about a new product release, track how a product launch is being received on Twitter, monitor competitor product announcements on Twitter, or analyze the social media impact of a product launch. Returns tweet volume, sentiment distribution, top voices, geographic spread, and buzz score. Ideal for product marketing teams, PR professionals, and competitive analysts monitoring launches.
Multi-angle news research and competitive intelligence, synthesized into agent-ready briefs.