with one click
ipo-alert
한국 공모주 청약/신규상장 일정 알림. 38.co.kr에서 데이터 수집, D-1/당일 알림, 주간 요약 제공.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
한국 공모주 청약/신규상장 일정 알림. 38.co.kr에서 데이터 수집, D-1/당일 알림, 주간 요약 제공.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Automate Tistory blog publishing via OpenClaw Playwright CDP. Supports any post format — handles TinyMCE editor manipulation, OG card insertion, banner upload, tag registration, category setting, and representative image selection. Includes template presets (mk-review, daum-trends, simple-post). Works around Tistory's isTrusted event filtering.
Generate/edit images with Nano Banana Pro (Gemini 3 Pro Image). Use for image create/modify requests incl. edits. Supports text-to-image + image-to-image; 1K/2K/4K; use --input-image.
고려대학교 KUPID 포털 조회. 공지사항, 학사일정, 장학공지, 도서관 좌석, 시간표, 수강과목, LMS 연동. (SonAIengine/ku-portal-mcp 기반)
Track a user's favorite artists/songs over time and recommend songs from the stored taste profile. Use when the user says they like an artist or track, asks to remember music taste, wants cumulative music preference history, or asks for recommendations based on previously saved favorites.
Daum 실시간 트렌드 TOP10 브리핑. 다음 메인 실시간 검색어 + 대표 뉴스 제목 추출. 크론/텔레그램/디스코드 알림용. Use when user asks for Korean real-time search trends, Daum trending keywords, or 실시간 검색어.
Query and summarize Seoul subway congestion statistics via SK Open API (TMAP 대중교통). Use when the user asks for station/line-based train congestion or car-by-car congestion, time-slot checks (dow/hh), comparisons, or commute alerts.
| name | ipo-alert |
| description | 한국 공모주 청약/신규상장 일정 알림. 38.co.kr에서 데이터 수집, D-1/당일 알림, 주간 요약 제공. |
| metadata | {"openclaw":{"requires":{"bins":["python3","curl"]},"triggers":["공모주","IPO","청약","상장","38.co.kr"]}} |
38.co.kr에서 공모주청약 일정과 신규상장 정보를 모니터링하고 알림을 보냅니다.
| 파일 | 설명 |
|---|---|
SKILL.md | 이 문서 |
check_ipo.py | 메인 스크립트 (Python 3.6+, 표준 라이브러리만 사용) |
curl (38.co.kr 데이터 수집에 사용)mkdir -p ~/.config/ipo-alert스킬 디렉토리 기준 상대경로로 실행합니다:
# 스킬 경로 변수 (설치 위치에 맞게)
SKILL_DIR="<workspace>/skills/ipo-alert"
# 일일 체크 (청약 D-1, 당일 알림)
python3 "$SKILL_DIR/check_ipo.py" daily
# 주간 요약 (다음주 일정)
python3 "$SKILL_DIR/check_ipo.py" weekly
# 현재 일정 확인 (테스트용)
python3 "$SKILL_DIR/check_ipo.py" list
~/.config/ipo-alert/state.json - 이미 알림 보낸 종목 추적 (중복 알림 방지)
## 공모주 알림 (every heartbeat)
On each heartbeat:
1. Run `python3 <skill_dir>/check_ipo.py daily`
2. If output contains alerts (not "알림 없음") → 사용자에게 알림 전송
일요일 저녁 7시에 다음주 일정 요약:
{
"schedule": { "kind": "cron", "expr": "0 19 * * 0", "tz": "Asia/Seoul" },
"payload": { "kind": "agentTurn", "message": "공모주 주간 요약 발송해줘." }
}
⏰ [내일 청약 시작]
📋 [카나프테라퓨틱스](https://www.38.co.kr/html/fund/?o=v&no=2269)
청약: 03/05(목)~06(금)
공모가: 16,000~20,000
주간사: 한국투자증권
📅 다음주 공모주 일정 (03/03 ~ 03/07)
【청약 일정】
📋 [카나프테라퓨틱스](https://www.38.co.kr/html/fund/?o=v&no=2269)
청약: 03/05(목)~06(금)
공모가: 16,000~20,000
주간사: 한국투자증권
【신규상장】
🔔 [케이뱅크](https://www.38.co.kr/html/fund/?o=v&no=2271)
상장일: 03/05(수)
공모가: 8,300~9,500
MIT
버그 리포트, 기능 요청, 피드백은 아래로 보내주세요.