← Back to Skills Marketplace
ningjingzhiyuande

Cninfo Announcement Scraper

by ningjingzhiyuande · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1536
Downloads
4
Stars
5
Active Installs
1
Versions
Install in OpenClaw
/install cninfo-announcement-scraper
Description
Fetch and filter CNINFO official disclosures by event and industry to extract positive catalysts for A-share monitoring with structured output.
README (SKILL.md)

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.
Usage Guidance
This skill appears coherent for extracting CNINFO disclosures, but before installing: (1) verify the agent will only fetch from official CNINFO endpoints (supply explicit API/URL whitelist if possible), because the SKILL.md is high-level and leaves scraping method unspecified; (2) ensure the agent has only read-only network access and no permissions to execute trades or access unrelated credentials; (3) confirm the source/author (none provided) or test in a sandbox to observe which external endpoints are contacted; (4) check legal/terms-of-service implications for scraping CNINFO; and (5) if you want tighter safety, ask the skill author to list exact endpoints, response examples, and a sample structured output so you can validate behavior before granting broader access.
Capability Analysis
Type: OpenClaw Skill Name: cninfo-announcement-scraper Version: 1.0.0 The skill bundle describes a legitimate data scraping and analysis task for financial announcements. The `SKILL.md` clearly outlines the purpose, inputs, procedure, and output schema, all aligning with the stated goal. There are no signs of prompt injection, malicious execution, data exfiltration, or other high-risk behaviors. The 'Safety' section even includes explicit instructions to prevent auto-trading, reinforcing a benign intent.
Capability Assessment
Purpose & Capability
Name and runtime instructions all describe pulling and classifying CNINFO announcements; there are no unrelated required binaries, credentials, or config paths requested. The requested capabilities are proportionate to the stated goal.
Instruction Scope
SKILL.md stays within the task (fetch, parse, classify, filter, return structured rows) and explicitly warns to use official disclosure links only and not to provide auto-trade instructions. However, the instructions are high-level and do not specify exact endpoints, APIs, or whitelisted hosts — leaving the agent discretion about how/where to fetch data, which could result in calls to unexpected external services if not constrained.
Install Mechanism
Instruction-only skill with no install spec and no code files — minimal on-disk risk. Nothing is downloaded or written by an installer.
Credentials
The skill declares no environment variables, credentials, or config paths. This is proportionate to a read-only scraping/classification task.
Persistence & Privilege
always is false and there are no indications the skill requests permanent system-level presence or modification of other skills. Agent-autonomous invocation is allowed by platform default but not unique to this skill.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install cninfo-announcement-scraper
  3. After installation, invoke the skill by name or use /cninfo-announcement-scraper
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of cninfo-announcement-scraper - Pulls and filters official CNINFO disclosures for positive catalysts relevant to A-shares. - Supports input filters for time window, event type, and industry. - Outputs structured data with key fields for alerting, including ticker, company, catalyst, and more. - Ensures data source is always from official disclosure links. - Excludes any auto-trade instructions for safety.
Metadata
Slug cninfo-announcement-scraper
Version 1.0.0
License
All-time Installs 5
Active Installs 5
Total Versions 1
Frequently Asked Questions

What is Cninfo Announcement Scraper?

Fetch and filter CNINFO official disclosures by event and industry to extract positive catalysts for A-share monitoring with structured output. It is an AI Agent Skill for Claude Code / OpenClaw, with 1536 downloads so far.

How do I install Cninfo Announcement Scraper?

Run "/install cninfo-announcement-scraper" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Cninfo Announcement Scraper free?

Yes, Cninfo Announcement Scraper is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Cninfo Announcement Scraper support?

Cninfo Announcement Scraper is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Cninfo Announcement Scraper?

It is built and maintained by ningjingzhiyuande (@ningjingzhiyuande); the current version is v1.0.0.

💬 Comments