Openclaw Skills for finding, verifying, downloading, and extracting official China CDC health reports with strict source and workflow controls.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install cdc-data
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install cdc-data using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Find China CDC Health Report is an Openclaw Skills workflow for locating specific official China CDC publications, validating their authenticity, and performing only the requested action such as locating, downloading, or extracting content.
It is designed for precise report discovery across influenza weekly reports, respiratory sentinel reports, COVID-19 monthly updates, and infectious-disease risk assessments, with strict rules for source trust, carrier verification, and task-local execution.
python3 scripts/fetch_report.py \
--report-type <id> (--latest | --year <year> (--week <week> | --month <month>)) \
[--issue <issue>] --action <locate|download|extract>
python3 scripts/download_official_document.py \
--url <verified-pdf-url> \
--referer <verified-detail-or-index-url> \
--allowed-path-prefix <adapter-prefix> \
--report-type <id> --year <year> (--week <week> | --month <month>) \
[--issue <issue>] --output-dir <artifact-directory>
This skill organizes data around a strict report identity and artifact model used by Openclaw Skills.
| Field | Purpose | Notes |
|---|---|---|
| report_type | Selects the report family | influenza, respiratory, covid, global risk, or China risk |
| year | Reporting year | Must be validated against the official title |
| week | Weekly period index | Valid only for weekly reports; influenza also supports issue lookup |
| month | Monthly period index | Used for monthly reports |
| issue_number | Official issue identifier | Must match exactly when used |
| publish_date | Publication date on the official source | Used for verification, not as the primary period matcher |
| reference_date | Candidate period mapping | Requires title verification |
| latest | Flag for latest-record lookup | Uses list-page inspection rules |
| action | Requested operation | locate, download, or extract |
| output_format | Output control | Used when the workflow supports structured output |
Generated artifacts and outputs:
artifacts/<report-id>/extracted.json: the only parsing artifact allowed for extraction.Extraction content taxonomy:
content: verified main text, tables, figure titles, and image URLs for HTML sources.requires_vision: marks pages that need visual interpretation.vision_pages: lists only the page numbers requiring vision.approximate=true: marks chart values estimated through vision.Validation and matching rules:
not_found only after a complete and healthy search.Loading
Openclaw Skills for researching and writing a scholarly Simplified Chinese analysis of Ode to the Goddess of Luo River, with citations and annotations.

Openclaw Skills for generating a long-form, citation-backed Simplified Chinese research article on the identity of Zhiyanzhai in Dream of the Red Chamber.

Openclaw Skills for vessel cargo matching finds domestic or international cargo boards by current port, destination port, and ship capacity.

Openclaw Skills for scanning full tender documents to identify hidden "carrot pit" clauses, exclusion signals, and compliance risks.

Openclaw Skills converts dimensioned images into confirmation-ready SVG blueprints and accurate STL models for fabrication.

READ() transforms reading materials into structured insight and action, turning content into reasons, questions, evidence, next steps, and review points.








































