# Cninfo Announcement Scraper

> Use this skill to pull CNINFO official disclosures and extract positive catalysts for A-share monitoring.

- Skill: `huzengyun3268/cninfo-announcement-scraper` (Agent Skill)
- Install (CLI): `npx skillmds@latest add huzengyun3268/cninfo-announcement-scraper`
- Raw SKILL.md: https://api.skillmd.com/api/skills/huzengyun3268/cninfo-announcement-scraper/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: huzengyun3268 (https://skillmd.com/u/huzengyun3268)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/huzengyun3268/cninfo-announcement-scraper

---

﻿Use this skill to pull CNINFO official disclosures and extract positive catalysts for A-share monitoring.

## Inputs
- Time window (default: current trading day)
- Event filter (default: 涓氱哗棰勫, 閲嶅ぇ鍚堝悓, 鏀跨瓥鎵舵寔)
- Industry filter (default: 鏂拌兘婧? 娑堣垂)

## Procedure
1. Fetch latest CNINFO announcements.
2. Parse and normalize: code, company, title, announcement_time, url.
3. Classify announcement type.
4. Keep only allowed event types and industries.
5. Return structured rows for alert generation.

## Output Schema
- ticker
- company
- catalyst
- source_url
- timestamp
- confidence
- trigger_price
- invalidation_condition

## Safety
- Use official disclosure links only.
- Never provide auto-trade instructions.

