Install
openclaw skills install @terrycarter1985/ai-product-radarOne-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.
openclaw skills install @terrycarter1985/ai-product-radarAutomated pipeline that monitors AI product launches across tech RSS feeds, enriches product data, captures screenshots, and produces a ranked trend report.
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| 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) |
Create a JSON file:
["https://example.com/feed.xml", "https://another.com/rss"]
Then pass --feeds my-feeds.json.
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)
DEFAULT_FEEDS in the script or use --feeds.AI_KEYWORDS for broader/narrower filtering.category_patterns inside search_product_info().