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

tooluniverse-precision-medicine-stratification工具宇宙精准医学分层

Agent Skill

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

总安装

4,573

周安装

189

GitHub Stars

1,276

下载量

1,542
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:tooluniverse-precision-medicine-stratification(工具宇宙精准医学分层)
来源仓库:https://github.com/mims-harvard/tooluniverse
仓库路径:skills/tooluniverse-precision-medicine-stratification
安装命令:
npx skills add https://github.com/mims-harvard/tooluniverse --skill tooluniverse-precision-medicine-stratification
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/mims-harvard/tooluniverse --skill tooluniverse-precision-medicine-stratification

简介

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

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

SKILL.md

Precision Medicine Patient Stratification

Transform patient genomic and clinical profiles into actionable risk stratification, treatment recommendations, and personalized therapeutic strategies.

Reasoning Before Searching

Stratification means splitting patients into groups that respond differently to a treatment or have different prognoses. Ask these questions before running any tools:

  1. What molecular feature predicts response? Candidates: somatic mutation (e.g., EGFR L858R), germline variant (e.g., BRCA1 LoF), expression level (e.g., HER2 overexpression), germline pharmacogenomic variant (e.g., CYP2C19 PM), or composite biomarker (e.g., TMB-H + MSI-H).
  2. Is the predictive feature actionable? Knowing it must change treatment — either the drug choice, dose, or monitoring plan. A variant with prognostic value but no therapeutic consequence is not a stratification biomarker.
  3. What is the evidence level for the stratifier? FDA-approved companion diagnostic (T1) vs. exploratory (T4) changes how much weight to place on the finding.

Route to the correct Phase 3 path BEFORE running Phase 2 tools — cancer, metabolic, CVD, rare disease, and autoimmune pipelines require different stratifiers.

LOOK UP DON'T GUESS: Never assume a variant is pathogenic, never assume a gene is relevant to a disease, never assign metabolizer status without PharmGKB or CPIC evidence.

KEY PRINCIPLES:

  1. Report-first - Create report file FIRST, then populate progressively
  2. Disease-specific logic - Cancer vs metabolic vs rare disease pipelines diverge at Phase 3
  3. Multi-level integration - Germline + somatic + expression + clinical data layers
  4. Evidence-graded - Every finding has an evidence tier (T1-T4)
  5. Quantitative output - Precision Medicine Risk Score (0-100)
  6. Source-referenced - Every statement cites the tool/database source
  7. English-first queries - Always use English terms in tool calls

Reference files (same directory):

  • TOOLS_REFERENCE.md - Tool parameters, response formats, phase-by-phase tool lists
  • SCORING_REFERENCE.md - Scoring matrices, risk tiers, pathogenicity tables, PGx tables
  • REPORT_TEMPLATE.md - Output report template, treatment algorithms, completeness requirements
  • EXAMPLES.md - Six worked examples (cancer, metabolic, NSCLC, CVD, rare, neuro)
  • QUICK_START.md - Sample prompts and output summary

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 about patient risk stratification, treatment selection, prognosis prediction, or personalized therapeutic strategy for any disease with genomic/clinical data.

NOT for (use other skills instead):

  • Single variant interpretation -> tooluniverse-variant-interpretation
  • Immunotherapy-specific prediction -> tooluniverse-immunotherapy-response-prediction
  • Drug safety profiling only -> tooluniverse-adverse-event-detection
  • Target validation -> tooluniverse-drug-target-validation
  • Clinical trial search only -> tooluniverse-clinical-trial-matching
  • Drug-drug interaction only -> tooluniverse-drug-drug-interaction
  • PRS calculation only -> tooluniverse-polygenic-risk-score

Input Parsing

Required

  • Disease/condition: Free-text disease name
  • At least one of: Germline variants, somatic mutations, gene list, or clinical biomarkers

Optional (improves stratification)

  • Age, sex, ethnicity, disease stage, comorbidities, prior treatments, family history
  • Current medications (for DDI and PGx), stratification goal

Disease Type Classification

Classify into one category (determines Phase 3 routing):

CategoryExamples
CANCERBreast, lung, colorectal, melanoma
METABOLICType 2 diabetes, obesity, NAFLD
CARDIOVASCULARCAD, heart failure, AF
NEUROLOGICALAlzheimer, Parkinson, epilepsy
RARE/MONOGENICMarfan, CF, sickle cell, Huntington
AUTOIMMUNERA, lupus, MS, Crohn's

Critical Tool Parameter Notes

See TOOLS_REFERENCE.md for full details. Key gotchas:

  • MyGene_query_genes: param is query (NOT q)
  • EnsemblVEP_annotate_rsid: param is variant_id (NOT rsid)
  • ensembl_lookup_gene: REQUIRES species='homo_sapiens'
  • DrugBank tools: ALL require 4 params: query, case_sensitive, exact_match, limit
  • cBioPortal_get_mutations: gene_list is a STRING (space-separated), not array
  • PubMed_search_articles: Returns a plain list of dicts, NOT {articles: [...]}
  • fda_pharmacogenomic_biomarkers: Use limit=1000 for all results
  • gnomAD: May return "Service overloaded" - skip gracefully
  • OpenTargets: Always nested {data: {entity: {field:...}}} structure

Workflow Overview

Phase 1: Disease Disambiguation & Profile Standardization
Phase 2: Genetic Risk Assessment
Phase 3: Disease-Specific Molecular Stratification (routes by disease type)
Phase 4: Pharmacogenomic Profiling
Phase 5: Comorbidity & Drug Interaction Risk
Phase 6: Molecular Pathway Analysis
Phase 7: Clinical Evidence & Guidelines
Phase 8: Clinical Trial Matching
Phase 9: Integrated Scoring & Recommendations

Phase 1: Disease Disambiguation & Profile Standardization

  1. Resolve disease to EFO ID using OpenTargets_get_disease_id_description_by_name
  2. Classify disease type (CANCER/METABOLIC/CVD/NEUROLOGICAL/RARE/AUTOIMMUNE)
  3. Parse genomic data into structured format (gene, variant, type)
  4. Resolve gene IDs using MyGene_query_genes to get Ensembl/Entrez IDs

Phase 2: Genetic Risk Assessment

  1. Germline variant pathogenicity: ClinVar_search_variants, EnsemblVEP_annotate_rsid/_hgvs
  2. Gene-disease association: OpenTargets_target_disease_evidence
  3. GWAS polygenic risk: gwas_get_associations_for_trait, OpenTargets_search_gwas_studies_by_disease
  4. Population frequency: gnomad_get_variant
  5. Gene constraint: gnomad_get_gene_constraints (pLI, LOEUF scores)

Scoring: See SCORING_REFERENCE.md for genetic risk score component (0-35 points).

Phase 3: Disease-Specific Molecular Stratification

CANCER PATH

  1. Molecular subtyping: cBioPortal_get_mutations, HPA_get_cancer_prognostics_by_gene
  2. TMB/MSI/HRD: fda_pharmacogenomic_biomarkers for FDA cutoffs
  3. Prognostic stratification: Combine stage + molecular features

METABOLIC PATH

  1. Genetic risk integration: GWAS_search_associations_by_gene, OpenTargets_target_disease_evidence
  2. Complication risk: Based on HbA1c, duration, existing complications

CVD PATH

  1. FH gene check: ClinVar_search_variants for LDLR, APOB, PCSK9
  2. Statin PGx: PharmGKB_get_clinical_annotations for SLCO1B1

RARE DISEASE PATH

  1. Causal variant identification: ClinVar_search_variants
  2. Genotype-phenotype: UniProt_get_disease_variants_by_accession

Scoring: See SCORING_REFERENCE.md for disease-specific tables.

Phase 4: Pharmacogenomic Profiling

  1. Drug-metabolizing enzymes: PharmGKB_get_clinical_annotations, PharmGKB_get_dosing_guidelines
  2. FDA PGx biomarkers: fda_pharmacogenomic_biomarkers (use limit=1000)
  3. Treatment-specific PGx: PharmGKB_get_drug_details

Scoring: See SCORING_REFERENCE.md for PGx risk score (0-10 points).

Phase 5: Comorbidity & Drug Interaction Risk

  1. Disease overlap: OpenTargets_get_associated_targets_by_disease_efoId
  2. DDI check: drugbank_get_drug_interactions_by_drug_name_or_id, FDA_get_drug_interactions_by_drug_name
  3. PGx-amplified DDI: If PM genotype + CYP inhibitor, flag compounded risk

Phase 6: Molecular Pathway Analysis

  1. Pathway enrichment: enrichr_gene_enrichment_analysis (libs: KEGG_2021_Human, Reactome_2022, GO_Biological_Process_2023)
  2. Reactome mapping: ReactomeAnalysis_pathway_enrichment, Reactome_map_uniprot_to_pathways
  3. Network analysis: STRING_get_interaction_partners, STRING_functional_enrichment
  4. Druggable targets: OpenTargets_get_target_tractability_by_ensemblID

Phase 7: Clinical Evidence & Guidelines

  1. Guidelines search: PubMed_Guidelines_Search (fallback: PubMed_search_articles)
  2. FDA-approved therapies: OpenTargets_get_associated_drugs_by_disease_efoId, FDA_get_indications_by_drug_name
  3. Biomarker-drug evidence: civic_search_evidence_items, civic_search_assertions

Phase 8: Clinical Trial Matching

  1. Biomarker-driven trials: search_clinical_trials with condition + intervention
  2. Precision medicine trials: search_clinical_trials for basket/umbrella trials

Phase 9: Integrated Scoring & Recommendations

Score Components (total 0-100)

  • Genetic Risk (0-35): Pathogenicity + gene-disease association + PRS
  • Clinical Risk (0-30): Stage/biomarkers/comorbidities
  • Molecular Features (0-25): Driver mutations, subtypes, actionable targets
  • Pharmacogenomic Risk (0-10): Metabolizer status, HLA alleles

Risk Tiers

ScoreTierManagement
75-100VERY HIGHIntensive treatment, subspecialty referral, clinical trial
50-74HIGHAggressive treatment, close monitoring
25-49INTERMEDIATEStandard guideline-based care, PGx-guided dosing
0-24LOWSurveillance, prevention, risk factor modification

Output

Generate report per REPORT_TEMPLATE.md. See SCORING_REFERENCE.md for detailed scoring matrices.


Common Use Patterns

See EXAMPLES.md for six detailed worked examples:

  1. Cancer + actionable mutation: Breast cancer, BRCA1, ER+/HER2- -> Score ~55-65 (HIGH)
  2. Metabolic + PGx concern: T2D, CYP2C19 PM on clopidogrel -> Score ~55-65 (HIGH)
  3. NSCLC comprehensive: EGFR L858R, TMB 25, PD-L1 80% -> Score ~75-85 (VERY HIGH)
  4. CVD risk: LDL 190, SLCO1B1*5, family hx MI -> Score ~50-60 (HIGH)
  5. Rare disease: Marfan, FBN1 variant -> Score ~55-65 (HIGH)
  6. Neurological risk: APOE e4/e4, family hx Alzheimer's -> Score ~60-72 (HIGH)

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

39.27%
按下载量换算606

Claude

29.01%
按下载量换算447

Cursor

18.65%
按下载量换算288

Gemini CLI

9.32%
按下载量换算144

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills