Real Skill packageSource verifiedClawHub registry

ct-registry

跨源检索全球临床试验注册库并归一化聚合。可自动化直连:ClinicalTrials.gov v2、PubChem(公开 REST API,零保密数据或信息输入)。中国 CDE 因 WAF 拦截自动化浏览器,改为外部工作流自动化检索(第三方端点,仅公开查询词出域,需 Bearer token,已实测无 token 返回 401);ChiCTR 经统一端点(source=chictr,第三方,共享 Bearer)检索,用户粘贴页面仅作本地解析兜底;EU CTIS 仅支持按号 retrieve(无搜索);ISRCTN 公开 API 已失效,但可经统一端点(source=isrctn)取。聚合分期/状态/申办方/时间线/竞品格局,产出 JSON / Markdown(可选 PNG;可选经 download_docs.py 拉取 EU-CTR 文档 PDF 到本地 --out-dir)。CDE 亦支持可选商业 API key(--cde-api-key,仅发往官方 CDE API)。零保密数据或信息输入,B 档(普通数据输入 + 对外检索),可快速推广技能。 / Cross-source search of global clini…

Identity and source

Publisher attributionWintone Zhangregistry owner unverified by skillvetai
Functional categorySearch, Research & Knowledgeautomatically inferred · 56% rule confidence
Package forminstruction with code53 recorded files
Canonical sourceClawHub registryclawhub:medstatstar:ct-registry
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codeissues found
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/23/2026.claude/skills/ct-registry
1 structural issue
  • error: description exceeds the 1,024-character Agent Skills limit. SKILL.md

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexissues found
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/23/2026.agents/skills/ct-registry
1 structural issue
  • error: description exceeds the 1,024-character Agent Skills limit. SKILL.md

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawissues found
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/23/2026skills/ct-registry
1 structural issue
  • error: description exceeds the 1,024-character Agent Skills limit. SKILL.md

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @medstatstar/ct-registry
clawhub inspect @medstatstar/ct-registry --version 0.9.0

Security evidence

SkillVetAI static result: high signal

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
partial text content
Files
40 / 53 inspected as text
Checked
8/23/2026, 2:01:35 AM
Scanner
0.1.3
Policy
1.0.3
2 automated findings
highEncoded content is decoded and executedSKILL.md:27 · confidence 90%base64
highEncoded content is decoded and executedREADME.md:181 · confidence 90%base64
2 High/Critical review queue entries
STATIC_OBFUSCATED_EXECUTIONpending
STATIC_OBFUSCATED_EXECUTIONpending
Open human review queue →
6 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
  • browser control — automatically inferred
20 dependency and API indicators
  • pypi: requests >=2.28
  • pypi: xlsxwriter >=3.0
  • pypi: matplotlib >=3.6 # PNG 图表(report.py)
  • api: api.dxy.cn
  • api: clinicaltrials.gov
  • api: cris.nih.go.kr
  • api: ct-bugreport.coze.site
  • api: ct-search.coze.site
  • api: drks.de
  • api: euclinicaltrials.eu
  • api: github.com
  • api: jrct.niph.go.jp
  • api: pubchem.ncbi.nlm.nih.gov
  • api: trialsearch.who.int
  • api: www.anzctr.org.au
  • api: www.chictr.org.cn
  • api: www.chinadrugtrials.org.cn
  • api: www.clinicaltrialsregister.eu
  • api: www.drks.de
  • api: www.isrctn.com
External clawhub result: suspicious

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/23/2026, 1:30:01 AM
Release binding
Matches this record
  • skillspector: suspicious
  • llm: suspicious

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:c7ee496f3d0782dbaca6a656bd40e90357c7b79414afb69b8bc080f20a02ed6b
Show up to 30 recorded paths
  • adapters/__init__.py
  • adapters/bug_report.py
  • adapters/download_docs.py
  • adapters/enrich_pubchem.py
  • adapters/extsvc_client.py
  • adapters/fetch_eu_ctr_docs.py
  • adapters/search_cde.py
  • adapters/search_chictr.py
  • adapters/search_ctgov.py
  • adapters/search_drks.py
  • adapters/search_eu_ctr.py
  • adapters/search_ictrp.py
  • adapters/search_isrctn.py
  • AGENTS.md
  • assets/icon.svg
  • CHANGELOG.md
  • config/config.json
  • config/keys.py
  • config/kw_system_cache.json
  • CTGOV_V2_PARAM_AUDIT.md
  • README_zh-CN.md
  • README.md
  • references/cli_reference.md
  • references/ctgov_fields.md
  • references/drug_name_map.json
  • references/fda_events_cache.json
  • references/keyword_match.md
  • references/language_policy.md
  • references/search_menu.md
  • references/search_procedure.md

Source changelog

Add bug report feature (ct-base 20.3); whitelist bugreport endpoint; README disclosure. Coze cloud code excluded.