Find why your productivity system keeps failing, then apply the smallest fix — capacity math, bottleneck routing, durable local notes.
Coding
AI Launch Pipeline
Try itOne-click automated pipeline for AI product launch monitoring — RSS monitoring, product search enrichment, screenshot capture, and trend analysis
What it does
One-click end-to-end workflow for monitoring AI product launches. Runs four stages in sequence: RSS monitoring → product search → screenshot capture → trend analysis.
The skill document
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
| # | Stage | What it does | Output |
|---|---|---|---|
| 1 | RSS Monitor | Fetches configured RSS feeds, detects new AI launch posts | data/raw_launches.json |
| 2 | Product Search | Enriches each launch with DuckDuckGo search results | data/enriched_launches.json |
| 3 | Screenshot | Captures full-page screenshots of product pages (optional) | screenshots/*.png, data/screenshot_results.json |
| 4 | Trend Analysis | Identifies keywords, top organizations, source distribution | analysis/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
| Variable | Default | Description |
|---|---|---|
PIPELINE_BASE_DIR | skill root | Base directory for all outputs |
PIPELINE_DATA_DIR | {BASE}/data | JSON data output directory |
PIPELINE_SCREENSHOT_DIR | {BASE}/screenshots | Screenshot output directory |
PIPELINE_ANALYSIS_DIR | {BASE}/analysis | Analysis report directory |
PIPELINE_CONFIG | config/rss_feeds.yaml | RSS feed config path |
Dependencies
- Python 3.10+
- PyYAML —
pip 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." }
Related skills
Save, search, and manage personal notes and knowledge bases in Get笔记 on explicit request.
cli-creator
OfficialGenerate a durable, composable CLI for Codex from API docs, OpenAPI specs, curl, SDKs, web apps, or scripts.
aspnet-core
OfficialBuild ASP.NET Core apps using current Microsoft guidance for app model, host pipeline, and framework-idiomatic features.
skill-creator
OfficialCreate, refine, and benchmark agent skills end-to-end with built-in eval loops and description tuning.
figma-use
OfficialReference for executing JavaScript in Figma files via the use_figma MCP, covering API rules and incremental workflow.
More from terrycarter1985
Browse all skillsGrade English homework for Chinese primary students in grades 3–6 with consistent, age-appropriate feedback.
Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management (create, add, remove assets), crypto analysis (Top 20 by market c...
Control whole-house music scenes combining Spotify playback with Airfoil speaker routing. Quick presets for morning, party, chill modes.
Generate reusable, policy-aligned customer service replies for e-commerce aftersales scenarios. Use when support staff need fast, compliant Chinese responses...
Control whole-house music scenes combining Spotify playback with Airfoil speaker routing. Quick presets for morning, party, chill modes.
Comprehensive developer cheatsheets and quick references for Git, Docker, Kubernetes, jq, curl, and common Linux commands. Use when needing quick lookups for...