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
- Collect latest CLS items from configured endpoint/source.
- Normalize fields: title, summary, ticker, company, published_at, source_url.
- Classify each item into event types.
- Keep only matched industries and event types.
- Output table rows for downstream scoring.
Output Schema
- ticker
- company
- catalyst
- source_url
- timestamp
- confidence