ipo-tracker
/install ipo-tracker
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
- Fetch IPO Data: Scrape Yahoo Finance IPO calendar for recent IPOs
- Enrich Data: Use yfinance to get current price, market cap, volume, and sector
- Generate Watchlists: Create TradingView-format watchlists (EXCHANGE:SYMBOL)
- 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
-
First, ensure Python dependencies are installed:
pip install -r requirements.txt -
Run the IPO tracker script from the plugin directory:
python scripts/ipo_report.py --months 1 -
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 dataipo_data.csv: Full data export for further analysis
Response Guidelines
- Run the script with appropriate options based on user request
- Read and summarize the generated report
- If user wants the TradingView watchlist, show contents and explain import process
- Offer to adjust the time range or output format if needed
TradingView Import Instructions
To import the watchlist into TradingView:
- Open TradingView and navigate to the Watchlist panel
- Click on the watchlist name dropdown
- Select "Import list..."
- Choose the
ipo_watchlist.txtfile - The symbols will be added to your watchlist
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ipo-tracker - 安装完成后,直接呼叫该 Skill 的名称或使用
/ipo-tracker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
ipo-tracker 是什么?
Tracks recent IPOs and generates TradingView watchlists. Auto-triggers on phrases like "recent IPOs", "tradingview watchlist", "IPO calendar", "IPO tracker",... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 95 次。
如何安装 ipo-tracker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ipo-tracker」即可一键安装,无需额外配置。
ipo-tracker 是免费的吗?
是的,ipo-tracker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
ipo-tracker 支持哪些平台?
ipo-tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ipo-tracker?
由 Richard Sarkodie(@sarkcesscrewpay)开发并维护,当前版本 v1.0.0。