Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计通过

cde-monitorCDE 监视器

Agent Skill

cde-monitor 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,897

周安装

164

GitHub Stars

1

下载量

1,364
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:cde-monitor(CDE 监视器)
来源仓库:https://github.com/changye/cde-monitor
安装命令:
openclaw skills install cde-monitor
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install cde-monitor

简介

查询CDE中国药品审评公开数据,获取突破性疗法公告、优先审评公告、按公司或药品列入名单、审评中的药物名单等。

SKILL.md

name
cde-monitor
description
Query CDE China drug review public data for breakthrough therapy announcements, priority review announcements, included lists by company or drug, in-review registration lookups by company or drug, and acceptance-number review status lookups.
homepage
https://www.cde.org.cn
metadata
{"openclaw":{"emoji":"💊","homepage":"https://www.cde.org.cn","requires":{"anyBins":["python","python3","py"]},"os":["win32","linux"]}}

CDE Monitor

Use this skill when the user needs live information from the China Center for Drug Evaluation site and the answer depends on current CDE public listings rather than static knowledge.

This skill should also activate when the user uses a clear trigger phrase such as CDE 药物信息查询, 查询 CDE 药物信息, cde drugs query, or CDE drug query, even if the user has not yet provided a concrete company name, drug name, or query type.

When the user only provides a trigger phrase or a vague request, do not run a query immediately. First introduce the skill's capabilities in a short overview, then guide the user to choose one of the supported query types and provide the exact company name or drug name when needed.

Quick Start

# 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.

Conversation Opening

If this skill is activated by a generic trigger such as CDE 药物信息查询 or cde drugs query, start with a short capability summary before asking for input.

Match the conversation language to the user's language. If the user asks in Chinese, reply in Chinese. If the user asks in English, reply in English. Keep the language choice consistent across the introduction, clarification questions, and final results unless the user explicitly switches languages.

Do not reuse the Chinese opening when the user starts in English. If the trigger phrase or the user's request is in English, the first capability summary and the follow-up question must also be in English.

Recommended opening pattern for Chinese:

我可以帮助你查询 CDE 公开药品审评信息,当前支持:

- 拟突破性治疗品种公示
- 纳入突破性治疗品种名单,按企业或药品查询
- 拟优先审评品种公示
- 纳入优先审评品种名单,按企业或药品查询
- 在审品种目录浏览,按企业或药品查询,支持年份 2016 到 2026
- 按受理号查询申请基础信息和评审状态

请告诉我你要查哪一类信息。
如果是按企业或药品查询,请尽量提供准确的企业全称或药品名称。
如果是按受理号查询,请提供完整受理号。

Recommended opening pattern for English:

I can help you query public CDE drug review information. I currently support:

- Breakthrough therapy announcements
- Included breakthrough therapy lists, searchable by company or drug
- Priority review announcements
- Included priority review lists, searchable by company or drug
- In-review registration catalog lookups by company or drug for years 2016 through 2026
- Acceptance-number lookups for application basic info and review task status

Tell me which type of CDE information you want to check.
If you want a company-specific or drug-specific lookup, please provide the exact company name or drug name whenever possible.
If you want an acceptance-number lookup, please provide the full acceptance number.

If the user then chooses a company-specific or drug-specific query, confirm the exact company or drug name when the provided string could be ambiguous, abbreviated, or misspelled. If the user chooses an acceptance-number lookup, confirm the acceptance number only when it appears incomplete, malformed, or ambiguous.

Data Sources

SourceURLData used by this skill
CDE 信息公开入口https://www.cde.org.cn/main/xxgk/listpage/9f9c74c73e0f8f56a8bfbc646055026dEntry page for all supported public query flows
突破性治疗公示https://www.cde.org.cn/main/xxgk/listpage/9f9c74c73e0f8f56a8bfbc646055026d拟突破性治疗品种 and 纳入突破性治疗品种名单
优先审评公示https://www.cde.org.cn/main/xxgk/listpage/9f9c74c73e0f8f56a8bfbc646055026d拟优先审评品种公示 and 纳入优先审评品种名单
受理品种信息https://www.cde.org.cn/main/xxgk/listpage/9f9c74c73e0f8f56a8bfbc646055026d在审品种目录浏览 across the requested years
审评任务公示https://www.cde.org.cn/main/xxgk/listpage/369ac7cfeb67c6000c33f85e6f374044新报任务公示 review task lookup used by acceptance-number status queries

This skill uses Selenium to drive the public CDE site and read the rendered listing data after the page JavaScript finishes loading. It does not rely on static local datasets. Results reflect the public CDE pages available at query time.

Environment Requirements

Required:

  • Python 3.10 or newer.
  • Google Chrome or Chromium installed locally.
  • Network access to https://www.cde.org.cn.
  • Python packages from scripts/requirements.txt.

Install on Windows:

py -m venv .venv
.\.venv\Scripts\Activate.ps1
python -m pip install --upgrade pip
python -m pip install -r .\scripts\
equirements.txt

Install on Linux:

python3 -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
python -m pip install -r ./scripts/requirements.txt

OpenClaw only needs a working Python launcher on the machine. Chrome itself does not need to be on PATH, but Selenium must be able to launch a local Chrome or Chromium browser.

For in-review-by-company and in-review-by-drug, the supported year range is limited to 2016 through 2026. If the user passes any year outside that range, the CLI should return a clear validation error.

Use Cases

  • Breakthrough therapy: list drugs currently in 拟突破性治疗品种 announcements.
  • 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.

Name Confirmation Rule

For company-specific or drug-specific lookups, first confirm the exact company or drug name if the user input could be ambiguous, abbreviated, or misspelled. CDE matching is strict. If the user already provided a precise name and there is no ambiguity, proceed directly.

Command Surface

Run the Python CLI from this skill directory.

python {baseDir}/scripts/cde_query.py breakthrough-announcements
python {baseDir}/scripts/cde_query.py breakthrough-included-by-company --company "<公司名>"
python {baseDir}/scripts/cde_query.py breakthrough-included-by-drug --drug "<药品名>"
python {baseDir}/scripts/cde_query.py priority-announcements
python {baseDir}/scripts/cde_query.py priority-included-by-company --company "<公司名>"
python {baseDir}/scripts/cde_query.py priority-included-by-drug --drug "<药品名>"
python {baseDir}/scripts/cde_query.py in-review-by-company --company "<公司名>" --years 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026
python {baseDir}/scripts/cde_query.py in-review-by-drug --drug "<药品名>" --years 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026
python {baseDir}/scripts/cde_query.py review-status-by-acceptance-no --acceptance-no "<受理号>"

Add --show-browser when you need visible browser debugging. JSON is the default output. Use --pretty only when you want a human-readable terminal summary during debugging. Use --max-pages <n> only for debugging or validation; omit it for the full production query.

Response Handling

  • Read records for the merged deduplicated results.
  • Use each record's normalized object for answering. It exposes stable keys such as drug_name, company_name, acceptance_no, publication_title, year, source_menu, and source_tab.
  • Use metadata.total_records, metadata.pages_visited, metadata.years_queried, and metadata.applied_filters to summarize scope.
  • The final user-facing answer should be a Markdown table whenever records are returned.
  • Prefer a compact table with columns such as 药品名称, 企业名称, 受理号, and 年份. Add a short summary line above the table for total_records, pages_visited, and the applied filters when helpful.
  • If the command returns no records, tell the user that no matching public CDE entries were found for the confirmed query.
  • For review-status-by-acceptance-no, read basic_info_found, review_status_found, basic_info, review_status, and attempts instead of records.
  • For review-status-by-acceptance-no, the acceptance number's inferred year must currently fall within the CDE page's supported year range of 2016 through 2026.
  • For review-status-by-acceptance-no, summarize the first-step basic info using fields such as drug_name, drug_type, application_type, and acceptance_no.
  • For review-status-by-acceptance-no, when review_status_found is true, summarize review_state, entered_center_at, and each professional-stage lamp status from review_status.stages.
  • For review-status-by-acceptance-no, when basic_info_found is true but review_status_found is false, tell the user that the application basic info was found but no matching public review-task status is currently shown on the CDE page.

Failure Handling

  • If Python or Selenium is missing, load setup.
  • If review-status-by-acceptance-no infers a year outside 2016 through 2026, report that the acceptance number's inferred year is outside the current CDE page query range.
  • If the site structure changes or the query fails, report that the live CDE page could not be parsed reliably and include the command error summary.
  • Do not invent results when the command fails.

References

Troubleshooting

  • 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.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

81.13%
按下载量换算1,107

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills