スキル一覧に戻る
gdanov

ipo-tracker

by gdanov

Claude Code plugin for tracking IPOs and generating TradingView watchlists

1🍴 0📅 2026年1月9日
GitHubで見るManusで実行

SKILL.md


name: ipo-tracker description: Tracks recent IPOs and generates TradingView watchlists. Auto-triggers on phrases like "recent IPOs", "tradingview watchlist", "IPO calendar", "IPO tracker", "IPO report", "new stock listings", or "IPO data". allowed-tools:

  • Bash
  • Read
  • Write

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

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です