ai-launch-pipeline

One-click automated pipeline for AI product launch monitoring — RSS monitoring, product search enrichment, screenshot capture, and trend analysis

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-launch-pipeline" with this command: npx skills add terrycarter1985/ai-launch-pipeline

AI Launch Pipeline

One-click end-to-end workflow for monitoring AI product launches. Runs four stages in sequence: RSS monitoring → product search → screenshot capture → trend analysis.

Quick Start

# Full pipeline (one click)
python scripts/run_pipeline.py

# Skip screenshot stage (no Playwright needed)
python scripts/run_pipeline.py --skip-screenshot

# Run a single stage
python scripts/run_pipeline.py --stage rss
python scripts/run_pipeline.py --stage search
python scripts/run_pipeline.py --stage screenshot
python scripts/run_pipeline.py --stage analysis

Stages

#StageWhat it doesOutput
1RSS MonitorFetches configured RSS feeds, detects new AI launch postsdata/raw_launches.json
2Product SearchEnriches each launch with DuckDuckGo search resultsdata/enriched_launches.json
3ScreenshotCaptures full-page screenshots of product pages (optional)screenshots/*.png, data/screenshot_results.json
4Trend AnalysisIdentifies keywords, top organizations, source distributionanalysis/trends.json, analysis/launch_analysis_report.md

Configuration

Edit config/rss_feeds.yaml to add or remove RSS feeds:

feeds:
  - name: OpenAI Blog
    url: https://openai.com/blog/rss.xml
    category: llm

Environment Variables

VariableDefaultDescription
PIPELINE_BASE_DIRskill rootBase directory for all outputs
PIPELINE_DATA_DIR{BASE}/dataJSON data output directory
PIPELINE_SCREENSHOT_DIR{BASE}/screenshotsScreenshot output directory
PIPELINE_ANALYSIS_DIR{BASE}/analysisAnalysis report directory
PIPELINE_CONFIGconfig/rss_feeds.yamlRSS feed config path

Dependencies

  • Python 3.10+
  • PyYAMLpip install pyyaml
  • Playwright (optional, for screenshots) — pip install playwright && playwright install chromium

Output

After a full run:

data/
  raw_launches.json          # Stage 1 output
  seen_ids.json              # Dedup state
  enriched_launches.json     # Stage 2 output
  screenshot_results.json    # Stage 3 output
screenshots/
  *.png                      # Captured screenshots
analysis/
  trends.json                # Structured trend data
  launch_analysis_report.md  # Human-readable report

Scheduling

Pair with OpenClaw cron for automated daily runs:

# Add via cron tool
schedule: { kind: "cron", expr: "0 8 * * *" }
payload: { kind: "agentTurn", message: "Run the AI launch pipeline: python ~/.openclaw/skills/ai-launch-pipeline/scripts/run_pipeline.py --skip-screenshot, then summarize the analysis report." }

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

develop-ai-functions-example

No summary provided by upstream source.

Repository SourceNeeds Review
846-vercel
Research

BigA · 智能选股

A股智能分析与智能选股工具。维护动态股票池(最多30支),按高科技×中小市值×好业绩原则筛选,推送买卖信号。含独立技术面择时分(-10~+10)用于判断买卖时机。A股投资、股市分析、量化选股。

Registry SourceRecently Updated
1K1Profile unavailable
Web3

Yield Farm Payment

Transform your outgoing payments into a yield-generating asset. Auto recover of all paid amounts through yield farming on Aave V3. This skill automates on-ch...

Registry SourceRecently Updated
3230Profile unavailable
Research

model-cost-advisor

Analyze any task and recommend the most cost-effective LLM — with live pricing data from 30+ models, tier analysis, token estimation, and projected cost. Per...

Registry SourceRecently Updated
1780Profile unavailable