Use this skill to pull real-time market news from Cailian Press
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill cls-news-scraper --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cls News Scraper?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-cls-news-scraper)More formats (shields.io, HTML) on the badges page.
---
name: cls-news-scraper
description: Use this skill to pull real-time market news from Cailian Press
(CLS) and extract stock-positive catalysts.
---
# cls-news-scraper
Use this skill to pull real-time market news from Cailian Press (CLS) and extract stock-positive catalysts.
## Inputs
- Time window (default: last 1 hour)
- Sector filter (default: 新能源, 消费)
- Event filter (default: 业绩预增, 重大合同, 政策扶持)
## Procedure
1. Collect latest CLS items from configured endpoint/source.
2. Normalize fields: title, summary, ticker, company, published_at, source_url.
3. Classify each item into event types.
4. Keep only matched industries and event types.
5. Output table rows for downstream scoring.
## Output Schema
- ticker
- company
- catalyst
- source_url
- timestamp
- confidence
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!