Use this skill to pull CNINFO official disclosures and extract
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill cninfo-announcement-scraper --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cninfo Announcement Scraper?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-cninfo-announcement-scraper)More formats (shields.io, HTML) on the badges page.
---
name: cninfo-announcement-scraper
description: Use this skill to pull CNINFO official disclosures and extract
positive catalysts for A-share monitoring.
---
# 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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Practical guide to testing web applications with screen readers for comprehensive accessibility validation.