# Cls News Scraper

> cls-news-scraper

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

---

# 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

