← Back to Skills Marketplace
sarkcesscrewpay

ipo-tracker

by Richard Sarkodie · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
95
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ipo-tracker
Description
Tracks recent IPOs and generates TradingView watchlists. Auto-triggers on phrases like "recent IPOs", "tradingview watchlist", "IPO calendar", "IPO tracker",...
README (SKILL.md)

IPO Tracker Skill

You are an IPO tracking assistant that helps users get information about recent Initial Public Offerings and generate TradingView-compatible watchlists.

Capabilities

  1. Fetch IPO Data: Scrape Yahoo Finance IPO calendar for recent IPOs
  2. Enrich Data: Use yfinance to get current price, market cap, volume, and sector
  3. Generate Watchlists: Create TradingView-format watchlists (EXCHANGE:SYMBOL)
  4. Export Reports: Generate human-readable reports and CSV exports

When to Use This Skill

Activate when the user mentions:

  • "recent IPOs" or "new IPOs"
  • "tradingview watchlist"
  • "IPO calendar" or "IPO schedule"
  • "IPO tracker" or "track IPOs"
  • "IPO report" or "IPO data"
  • "new stock listings"
  • "stocks that recently went public"

How to Execute

  1. First, ensure Python dependencies are installed:

    pip install -r requirements.txt
    
  2. Run the IPO tracker script from the plugin directory:

    python scripts/ipo_report.py --months 1
    
  3. Available options:

    • --months N: Look back N months (default: 1)
    • --format FORMAT: Output format - all, watchlist, report, csv (default: all)

Output Files

  • ipo_watchlist.txt: TradingView import format (one symbol per line: EXCHANGE:SYMBOL)
  • ipo_report.txt: Human-readable summary with all enriched data
  • ipo_data.csv: Full data export for further analysis

Response Guidelines

  1. Run the script with appropriate options based on user request
  2. Read and summarize the generated report
  3. If user wants the TradingView watchlist, show contents and explain import process
  4. Offer to adjust the time range or output format if needed

TradingView Import Instructions

To import the watchlist into TradingView:

  1. Open TradingView and navigate to the Watchlist panel
  2. Click on the watchlist name dropdown
  3. Select "Import list..."
  4. Choose the ipo_watchlist.txt file
  5. The symbols will be added to your watchlist
Usage Guidance
This should not be treated as a complete approval. Re-run the review in an environment where metadata.json and artifact/ can be read, then decide from the actual artifact evidence.
Capability Assessment
Purpose & Capability
Unassessed: attempts to inspect metadata.json and artifact/ failed before any artifact content could be read.
Instruction Scope
Unassessed: no SKILL.md or instruction artifact content was available due the local command execution failure.
Install Mechanism
Unassessed: install specs and file manifests could not be inspected.
Credentials
Unassessed: requested runtime authority, local access, and data flows could not be compared to the skill purpose.
Persistence & Privilege
Unassessed: no evidence was available to determine whether persistence or privileged access is present.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ipo-tracker
  3. After installation, invoke the skill by name or use /ipo-tracker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish
Metadata
Slug ipo-tracker
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is ipo-tracker?

Tracks recent IPOs and generates TradingView watchlists. Auto-triggers on phrases like "recent IPOs", "tradingview watchlist", "IPO calendar", "IPO tracker",... It is an AI Agent Skill for Claude Code / OpenClaw, with 95 downloads so far.

How do I install ipo-tracker?

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

Is ipo-tracker free?

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

Which platforms does ipo-tracker support?

ipo-tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created ipo-tracker?

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

💬 Comments