Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

tooluniverse-clinical-trial-matchingtooluniverse 临床试验匹配

Agent Skill

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

总安装

4,896

周安装

169

GitHub Stars

1,307

下载量

1,568
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:tooluniverse-clinical-trial-matching(tooluniverse 临床试验匹配)
来源仓库:https://github.com/mims-harvard/tooluniverse
仓库路径:skills/tooluniverse-clinical-trial-matching
安装命令:
npx skills add https://github.com/mims-harvard/tooluniverse --skill tooluniverse-clinical-trial-matching
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/mims-harvard/tooluniverse --skill tooluniverse-clinical-trial-matching

简介

tooluniverse-clinical-trial-matching 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 它支持基于关键词、任务场景或来源线索进行信息匹配与过滤,适用于临床试验匹配类研究检索。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需结合原始 README 了解具体调用方式。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写操作。
  • 可配合宿主环境中的其他工具链使用,提升信息获取效率与准确性。

SKILL.md

Clinical Trial Matching for Precision Medicine

Transform patient molecular profiles and clinical characteristics into prioritized clinical trial recommendations. Searches ClinicalTrials.gov and cross-references with molecular databases (CIViC, OpenTargets, ChEMBL, FDA) to produce evidence-graded, scored trial matches.

KEY PRINCIPLES:

  1. Report-first approach - Create report file FIRST, then populate progressively
  2. Patient-centric - Every recommendation considers the individual patient's profile
  3. Molecular-first matching - Prioritize trials targeting patient's specific biomarkers

Molecular Matching Priority

Match patients to trials by molecular profile FIRST (specific mutations), then by disease stage, then by prior treatments. A patient with EGFR L858R should match to EGFR-targeted trials regardless of other factors. 4. Evidence-graded - Every recommendation has an evidence tier (T1-T4) 5. Quantitative scoring - Trial Match Score (0-100) for every trial 6. Eligibility-aware - Parse and evaluate inclusion/exclusion criteria 7. Actionable output - Clear next steps, contact info, enrollment status 8. Source-referenced - Every statement cites the tool/database source 9. Completeness checklist - Mandatory section showing analysis coverage 10. English-first queries - Always use English terms in tool calls. Respond in user's language

LOOK UP, DON'T GUESS

When uncertain about any scientific fact, SEARCH databases first rather than reasoning from memory. A database-verified answer is always more reliable than a guess.


COMPUTE, DON'T DESCRIBE

When analysis requires computation (statistics, data processing, scoring, enrichment), write and run Python code via Bash. Don't describe what you would do — execute it and report actual results. Use ToolUniverse tools to retrieve data, then Python (pandas, scipy, statsmodels, matplotlib) to analyze it.

When to Use

Apply when user asks:

  • "What clinical trials are available for my NSCLC with EGFR L858R?"
  • "Patient has BRAF V600E melanoma, failed ipilimumab - what trials?"
  • "Find basket trials for NTRK fusion"
  • "Breast cancer with HER2 amplification, post-CDK4/6 inhibitor trials"
  • "KRAS G12C colorectal cancer clinical trials"
  • "Immunotherapy trials for TMB-high solid tumors"
  • "Clinical trials near Boston for lung cancer"
  • "What are my options after failing osimertinib for EGFR+ NSCLC?"

NOT for (use other skills instead):

  • Single variant interpretation without trial focus -> Use tooluniverse-cancer-variant-interpretation
  • Drug safety profiling -> Use tooluniverse-adverse-event-detection
  • Target validation -> Use tooluniverse-drug-target-validation
  • General disease research -> Use tooluniverse-disease-research

Input Parsing

Required Input

  • Disease/cancer type: Free-text disease name (e.g., "non-small cell lung cancer", "melanoma")

Strongly Recommended

  • Molecular alterations: One or more biomarkers (e.g., "EGFR L858R", "KRAS G12C", "PD-L1 50%", "TMB-high")
  • Stage/grade: Disease stage (e.g., "Stage IV", "metastatic", "locally advanced")
  • Prior treatments: Previous therapies and outcomes (e.g., "failed platinum chemotherapy", "progressed on osimertinib")

Optional

  • Performance status: ECOG or Karnofsky score
  • Geographic location: City/state for proximity filtering
  • Trial phase preference: I, II, III, IV, or "any"
  • Intervention type: drug, biological, device, etc.
  • Recruiting status preference: recruiting, not yet recruiting, active

For biomarker parsing rules and gene symbol normalization, see MATCHING_ALGORITHMS.md.


Workflow Overview

Input: Patient profile (disease + biomarkers + stage + prior treatments)

Phase 1: Patient Profile Standardization
  - Resolve disease to EFO/ontology IDs (OpenTargets, OLS)
  - Parse molecular alterations to gene + variant
  - Resolve gene symbols to Ensembl/Entrez IDs (MyGene)
  - Classify biomarker actionability (FDA-approved vs investigational)

Phase 2: Broad Trial Discovery
  - Disease-based trial search (ClinicalTrials.gov)
  - Biomarker-specific trial search
  - Intervention-based search (for known drugs targeting patient's biomarkers)
  - Deduplicate and collect NCT IDs

Phase 3: Trial Characterization (batch, groups of 10)
  - Eligibility criteria, conditions/interventions, locations, status, descriptions

Phase 4: Molecular Eligibility Matching
  - Parse eligibility text for biomarker requirements
  - Match patient's molecular profile to trial requirements
  - Score molecular eligibility (0-40 points)

Phase 5: Drug-Biomarker Alignment
  - Identify trial intervention drugs and mechanisms (OpenTargets, ChEMBL)
  - FDA approval status for biomarker-drug combinations
  - Classify drugs (targeted therapy, immunotherapy, chemotherapy)

Phase 6: Evidence Assessment
  - FDA-approved biomarker-drug combinations
  - Clinical trial results (PubMed), CIViC evidence, PharmGKB
  - Evidence tier classification (T1-T4)

Phase 7: Geographic & Feasibility Analysis
  - Trial site locations, enrollment status, proximity scoring

Phase 8: Alternative Options
  - Basket trials, expanded access, related studies

Phase 9: Scoring & Ranking (0-100 composite score)
  - Tier classification: Optimal (80-100) / Good (60-79) / Possible (40-59) / Exploratory (0-39)

Phase 10: Report Synthesis
  - Executive summary, ranked trial list, evidence grading, completeness checklist

Critical Tool Parameters

Clinical Trial Search Tools

ToolKey ParametersNotes
search_clinical_trialsquery_term (REQ), condition, intervention, pageSizeMain search
search_clinical_trialsaction="search_studies" (REQ), condition, intervention, limitAlternative search
get_clinical_trial_descriptionsaction="get_study_details" (REQ), nct_id (REQ)Full trial details

Batch Trial Detail Tools (all take nct_ids array)

ToolSecond Required ParamReturns
get_clinical_trial_eligibility_criteriaeligibility_criteria="all"Eligibility text
get_clinical_trial_locationslocation="all"Site locations
get_clinical_trial_conditions_and_interventionscondition_and_intervention="all"Arms/interventions
get_clinical_trial_status_and_datesstatus_and_date="all"Status/dates
get_clinical_trial_descriptionsdescription_type="brief" or "full"Titles/summaries
get_clinical_trial_outcome_measuresoutcome_measures="all"Outcomes

Gene/Disease Resolution

ToolKey Parameters
MyGene_query_genesquery, species
OpenTargets_get_disease_id_description_by_namediseaseName
OpenTargets_get_target_id_description_by_nametargetName
ols_search_efo_termsquery, limit

Drug Information

ToolKey ParametersNotes
OpenTargets_get_drug_id_description_by_namedrugNameResolve drug to ChEMBL ID
OpenTargets_get_drug_mechanisms_of_action_by_chemblIdchemblIdDrug MoA and targets
OpenTargets_get_associated_drugs_by_target_ensemblIDensemblId, sizeDrugs for a target
drugbank_get_targets_by_drug_name_or_drugbank_idquery, case_sensitive, exact_match, limit (ALL REQ)Drug targets
fda_pharmacogenomic_biomarkers(none)FDA biomarker-drug list
FDA_get_indications_by_drug_namedrug_name, limitFDA indications

Evidence Tools

ToolKey Parameters
PubMed_search_articlesquery, max_results
civic_get_variants_by_genegene_id (CIViC int ID), limit
PharmGKB_search_genesquery

Known CIViC Gene IDs

EGFR=19, BRAF=5, ALK=1, ABL1=4, KRAS=30, TP53=45, ERBB2=20, NTRK1=197, NTRK2=560, NTRK3=561, PIK3CA=37, MET=52, ROS1=118, RET=122, BRCA1=2370, BRCA2=2371

Critical Parameter Notes

  1. DrugBank tools: ALL 4 parameters (query, case_sensitive, exact_match, limit) are REQUIRED
  2. search_clinical_trials: query_term is REQUIRED even for disease-only searches
  3. search_clinical_trials: action must be exactly "search_studies"
  4. CIViC civic_search_variants: Does NOT filter by query - returns alphabetically
  5. CIViC civic_get_variants_by_gene: Takes CIViC gene ID (integer), NOT gene symbol
  6. Batch clinical trial tools: Accept arrays of NCT IDs, process in batches of 10

Scoring Summary

Trial Match Score (0-100):

  • Molecular Match: 0-40 pts (exact variant=40, gene-level=30, pathway=20, none=10, excluded=0)
  • Clinical Eligibility: 0-25 pts (all met=25, most=18, some=10, ineligible=0)
  • Evidence Strength: 0-20 pts (FDA-approved=20, Phase III=15, Phase II=10, Phase I=5)
  • Trial Phase: 0-10 pts (III=10, II=8, I/II=6, I=4)
  • Geographic: 0-5 pts (local=5, same country=3, international=1)

Recommendation Tiers: Optimal (80-100), Good (60-79), Possible (40-59), Exploratory (0-39)

Evidence Tiers: T1 (FDA/guideline), T2 (Phase III), T3 (Phase I/II), T4 (computational)

For detailed scoring logic, see SCORING_CRITERIA.md.


Parallelization Strategy

Group 1 (Phase 1 - simultaneous):

  • MyGene_query_genes per gene, OpenTargets disease search, ols_search_efo_terms, fda_pharmacogenomic_biomarkers

Group 2 (Phase 2 - simultaneous):

  • search_clinical_trials by disease, biomarker, and intervention; search_clinical_trials alternative

Group 3 (Phase 3 - simultaneous):

  • All batch detail tools (eligibility, interventions, locations, status, descriptions)

Group 4 (Phases 5-6 - per drug):

  • Drug resolution, MoA, FDA indications, PubMed evidence

Error Handling

  1. Wrap every tool call in try/except
  2. Check for empty results and string error responses
  3. Use fallback tools when primary fails (e.g., OLS if OpenTargets fails)
  4. Document failures in completeness checklist
  5. Never let one failure block the entire analysis

Reference Files

FileContents
TOOLS_REFERENCE.mdFull tool inventory with parameters and response structures
MATCHING_ALGORITHMS.mdPatient profile standardization, biomarker parsing, molecular eligibility matching, drug-biomarker alignment code
SCORING_CRITERIA.mdDetailed scoring tables, molecular match logic, drug-biomarker alignment scoring
REPORT_TEMPLATE.mdFull markdown report template with all sections
TRIAL_SEARCH_PATTERNS.mdSearch functions, batch retrieval, parallelization, common use patterns, edge cases
EXAMPLES.mdWorked examples for different matching scenarios
QUICK_START.mdQuick-start guide for common workflows

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

32.09%
按下载量换算503

Claude

30.78%
按下载量换算483

Cursor

19.84%
按下载量换算311

Gemini CLI

9.24%
按下载量换算145

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills