CDE 药物查询(drug query in CDE/CENTER FOR DRUG EVALUATION) by @changye
Query CDE China drug review public data for breakthrough therapy announcements, priority review announcements, included lists by company or drug, in-review r...
⚡ When to Use
Trigger Action - Breakthrough therapy: find which drugs from a company are already in 纳入突破性治疗品种名单. - Breakthrough therapy: find whether a drug appears in 纳入突破性治疗品种名单. - Priority review: list drugs currently in 拟优先审评品种公示 announcements. - Priority review: find which drugs from a company are already in 纳入优先审评品种名单. - Priority review: find whether a drug appears in 纳入优先审评品种名单. - In-review catalog: find CDE registration items for a company across years 2016 to 2026. - In-review catalog: find CDE registration items for a drug across years 2016 to 2026. - Acceptance number lookup: find the application basic info first, then locate the review task status and professional-stage lamp states.
💡 Examples
# List current breakthrough therapy announcements
python {baseDir}/scripts/cde_query.py breakthrough-announcements --pretty
Find breakthrough included records for a company
python {baseDir}/scripts/cde_query.py breakthrough-included-by-company --company "示例公司" --pretty
Find priority review included records for a drug
python {baseDir}/scripts/cde_query.py priority-included-by-drug --drug "示例药品" --pretty
Query in-review catalog records across 2016 to 2026
python {baseDir}/scripts/cde_query.py in-review-by-company --company "示例公司" --years 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 --pretty
Query review task status by acceptance number
python {baseDir}/scripts/cde_query.py review-status-by-acceptance-no --acceptance-no "CYSB2600096" --pretty
Use --show-browser when the CDE page flow needs visible debugging. Omit --pretty when you want raw JSON output for downstream processing.
📋 Tips & Best Practices
If Python or Selenium is missing, follow the install commands in Setup .
If Chrome or Chromium does not launch, verify that the browser is installed locally and can be opened manually on the same machine.
If a query returns no expected records, first confirm the exact company name or drug name. CDE matching is strict.
If the visible page flow or results change unexpectedly, rerun with --show-browser to inspect the live CDE page behavior.
If the CDE page structure has changed, update the selector and parsing logic in scripts/cde_client.py before relying on the result. ▸ Show full description clawhub install cde-monitorCopy
🧪 Use this skill with your agent Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.
🔍 Can't find the right skill?
Search 60,000+ AI agent skills — free, no login needed.
Search Skills →