ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 4/5

ipo-alert

한국 공모주 청약/신규상장 일정 알림. 38.co.kr에서 데이터 수집, D-1/당일 알림, 주간 요약 제공.

Why use this skill?

Automate your Korean IPO schedule tracking. Get D-1 and D-day notifications for subscriptions and listings directly through your OpenClaw agent.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/garibong-labs/ipo-alert
Or

What This Skill Does

The ipo-alert skill is a highly efficient automation tool designed for investors looking to stay updated on the fast-paced South Korean IPO (Initial Public Offering) market. By leveraging 38.co.kr as a data source, this AI agent continuously monitors both subscription (청약) periods and new listing (신규상장) dates. It eliminates the need for manual daily checking by providing automated notifications for D-1 and D-day events, ensuring you never miss a critical filing deadline. Additionally, the skill provides a structured weekly summary, giving you a clear view of the upcoming market landscape every Sunday. Built as a lightweight, dependency-free Python script, it integrates seamlessly into the OpenClaw ecosystem using standard system libraries and curl for data acquisition, making it both robust and easy to maintain.

Installation

To install and configure the skill, ensure you have a standard Linux environment with Python 3.6+ installed. Follow these steps:

  1. Use the command clawhub install openclaw/skills/skills/garibong-labs/ipo-alert to deploy the skill.
  2. Create the configuration directory by running mkdir -p ~/.config/ipo-alert to enable state tracking.
  3. Integrate the skill into your workflow via the HEARTBEAT.md file for automated alerts, or set up a cron job using the provided configuration example for weekly summaries.
  4. Verify your installation by running python3 <skill_dir>/check_ipo.py list to ensure data is being fetched correctly from the source.

Use Cases

  • Automated Investor Awareness: Users interested in IPOs receive timely push notifications, preventing missed opportunities due to forgotten subscription windows.
  • Portfolio Management: Financial enthusiasts can consolidate all upcoming stock listing schedules into their daily planning workflow without visiting multiple finance portals.
  • Systematized Research: Financial analysts or retail investors can use the weekly digest to prepare their liquidity and research strategies before the market opens on Monday.

Example Prompts

  • "공모주 주간 요약 발송해줘."
  • "이번 주에 상장하는 종목들 리스트 보여줄래?"
  • "현재 청약 가능한 공모주 일정을 확인해줘."

Tips & Limitations

  • Tips: Always ensure your local time is synced to Asia/Seoul, as the notification triggers are sensitive to the current date and time. Use the state.json file to manage history and prevent redundant alert noise.
  • Limitations: The skill relies on external web scraping of 38.co.kr; changes to their website layout might require script updates. It is designed for informational purposes and does not execute financial transactions.

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-garibong-labs-ipo-alert": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#ipo#finance#investment#automation#korea
Safety Score: 4/5

Flags: network-access, file-write, file-read, code-execution