2.5k
GitHub Stars
2
Bundled Files
2 months ago
Catalog Refreshed
3 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill openclaw/skills --skill news-market- _meta.json275 B
- SKILL.md2.6 KB
Overview
This skill provides ready-to-use news and market updates focused on the China A-share market. It aggregates hot headlines from major Chinese outlets, filters by keyword, and can return summaries or full text without requiring API keys. Outputs include compact lists with title, source, and link, and optional JSON containing full content.
How this skill works
The skill fetches items from RSS feeds and scrapes web pages when needed, prioritizing full-text retrieval from RSS (--detail -1 or --json). It supports keyword filtering, adjustable summary length, and an option to return raw JSON for downstream processing. Failed or changed RSS sources are skipped automatically to maintain robustness.
When to use it
- Get a quick digest of latest China A-share headlines.
- Search for news that mention specific companies, sectors, or keywords (e.g., AI, banking).
- Request full article text for deeper reading or citation.
- Produce machine-readable JSON for analytics or automated workflows.
- Limit the number of returned items for concise briefings.
Best practices
- Use --limit to control volume and avoid information overload.
- Set --detail to 0/100/500 to tune summary length; use -1 or --json to obtain full articles.
- Filter with --keyword to surface relevant stories and reduce noise.
- Prefer JSON output when integrating with tools that need full text or structured fields.
- Expect some RSS sources to change; verify critical links if a source appears missing.
Example use cases
- Morning briefing: fetch top 20 hot items to summarize market-moving headlines.
- Thematic search: find all recent reports mentioning a listed company using a keyword filter.
- Deep research: retrieve full article bodies (--detail -1) for manual reading or downstream NLP.
- Data pipeline: export results in JSON for automated sentiment analysis or archival.
- Quick lookup: show titles, sources, and links when a user asks "what’s the news today?".
FAQ
No. The skill uses RSS and web scraping and works out of the box without API keys.
How do I get full article content?
Use --detail -1 or --json to return full text directly from RSS when available; the script will fall back to web fetching for many Chinese sites.
Which sources are covered?
It aggregates major Chinese outlets for market news, including prominent national and financial sites; available sources can be listed with the sources command.