← Back to Skills Marketplace
terrycarter1985

Ai Launch Pipeline

by terrycarter1985 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
37
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ai-launch-pipeline
Description
One-click automated pipeline for AI product launch monitoring. Integrates RSS feed monitoring, product info search, page screenshot/snapshot capture, and tre...
README (SKILL.md)

AI Launch Pipeline

Run the full AI product launch monitoring workflow in one command.

Quick Start

bash scripts/ai_launch_pipeline.sh

Output lands in $AI_PIPELINE_WORKSPACE/runs/\x3Ctimestamp>/ (default: ~/.openclaw/workspace/data/ai-launch-pipeline/runs/).

Pipeline Stages

# Stage Output
1 RSS monitoring rss/rss_hits.json — AI launch hits from OpenAI, Anthropic, Google, HuggingFace, DeepSeek feeds
2 Product search search/search_results.json — supplementary search results
3 Screenshot capture screenshots/ — text snapshots of hit pages + manifest
4 Trend analysis trends/summary.md + trends/trend_report.json — model/org frequency, top signals

Configuration

  • AI_PIPELINE_WORKSPACE — override output root directory
  • Edit the feeds list in Stage 1 to add/remove RSS sources
  • AI keyword filter is in the ai_keywords regex (Stage 1)

Requirements

  • Python 3 (stdlib only — no pip packages needed)
  • Optional: duckduckgo-search CLI for enhanced Stage 2
Usage Guidance
Before installing, confirm you are comfortable with the script making outbound requests to the listed public AI feeds and linked pages. Use a trusted duckduckgo-search CLI if you install the optional search enhancement, choose the output workspace deliberately, and treat saved page snapshots as untrusted web content.
Capability Analysis
Type: OpenClaw Skill Name: ai-launch-pipeline Version: 1.0.0 The skill bundle implements a legitimate AI product launch monitoring pipeline that fetches RSS feeds from major AI providers (OpenAI, Anthropic, etc.), performs keyword-based filtering, and generates trend reports. The code uses standard Python libraries (urllib, xml, json) and shell scripting to automate data collection and analysis without any evidence of data exfiltration, malicious execution, or unauthorized access.
Capability Assessment
Purpose & Capability
The script matches the stated purpose: it monitors RSS feeds, optionally searches, captures page text snapshots, and generates trend reports. The noteworthy behavior is outbound web access to public feeds/pages, which is expected for this workflow.
Instruction Scope
The skill is user-invoked via a documented command and does not contain instructions to override user intent, hide actions, or continue running after completion.
Install Mechanism
There is no install spec, but the included script requires bash and Python 3 and can optionally invoke a duckduckgo-search CLI found on PATH. Users should ensure any optional CLI dependency is installed from a trusted source.
Credentials
The script writes timestamped outputs under a workspace directory by default and allows AI_PIPELINE_WORKSPACE to override the output root. This is proportionate for report generation, but users should choose the workspace path intentionally.
Persistence & Privilege
The skill persists run artifacts such as RSS hits, snapshots, and trend summaries, but it does not request credentials, elevated privileges, background services, or recurring execution.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ai-launch-pipeline
  3. After installation, invoke the skill by name or use /ai-launch-pipeline
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
ai-launch-pipeline 1.0.0 initial release: - Introduces a one-click automated pipeline for AI product launch monitoring. - Integrates RSS feed monitoring, product info search, page screenshot capture, and trend analysis into a unified script. - Enables full-cycle monitoring and trend report generation with a single command. - Output is organized by run timestamp for easy tracking and review. - Supports configuration of output directory, RSS feeds, and keyword filters. - Requires only Python 3 standard library; optional support for DuckDuckGo Search CLI.
Metadata
Slug ai-launch-pipeline
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Ai Launch Pipeline?

One-click automated pipeline for AI product launch monitoring. Integrates RSS feed monitoring, product info search, page screenshot/snapshot capture, and tre... It is an AI Agent Skill for Claude Code / OpenClaw, with 37 downloads so far.

How do I install Ai Launch Pipeline?

Run "/install ai-launch-pipeline" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Ai Launch Pipeline free?

Yes, Ai Launch Pipeline is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Ai Launch Pipeline support?

Ai Launch Pipeline is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ai Launch Pipeline?

It is built and maintained by terrycarter1985 (@terrycarter1985); the current version is v1.0.0.

💬 Comments