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

tooluniverse-rare-disease-genomics工具宇宙罕见病基因组学

Agent Skill

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

总安装

1,117

周安装

48

GitHub Stars

1,266

下载量

392
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/mims-harvard/tooluniverse --skill tooluniverse-rare-disease-genomics

简介

用于罕见病基因组学数据检索,支持在遗传病研究中获取变异数据库和致病机制信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中执行变异注释和家系共分离分析任务。
  • 通过 npx skills add 命令从 GitHub 安装,需确认仓库权限及是否涉及网络访问或外部 API 调用。
  • 建议在使用前核实数据来源更新频率,避免依赖过期或未经验证的信息。
  • 注意该技能主要用于信息检索,不直接提供诊断结论,需结合临床评估使用。

SKILL.md

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.

Rare Disease Genomics Research

Rare Disease Investigation Strategy

The order of investigation matters: phenotype -> disease -> gene -> variant, not the reverse. When starting from a gene, reverse it: gene -> diseases -> expected phenotypes -> does the patient match?

Resist the urge to skip to ClinVar immediately. A "Pathogenic" ClinVar entry is only meaningful if the gene is actually causative for the disease in question with the right inheritance mode.

Variant Prioritization Reasoning (CRITICAL)

LOOK UP DON'T GUESS -- when uncertain about any gene, variant, or disease association, search the database. Do not rely on memory.

How to filter thousands of variants down to one causal variant

  1. Inheritance pattern first -- Check Orphanet_get_natural_history for inheritance mode. This determines your filtering strategy:

- Autosomal dominant: look for heterozygous variants in ONE copy; de novo if unaffected parents - Autosomal recessive: need TWO hits (homozygous or compound heterozygous); check carrier parents - X-linked recessive: hemizygous males affected; carrier females usually unaffected - Mitochondrial: maternal inheritance only; heteroplasmy complicates penetrance

  1. Allele frequency filter -- Rare disease variants should be RARE in population:

- Dominant diseases: allele frequency < 0.001 (1 in 1,000) in gnomAD - Recessive diseases: allele frequency < 0.01 (1 in 100) for carriers - Use gnomAD via Ensembl VEP annotation or OpenTargets variant info to check frequency - LOOK UP the actual frequency -- do not assume a variant is rare

  1. Consequence hierarchy -- Prioritize by predicted impact:

- Loss-of-function (frameshift, nonsense, splice-site): strongest candidates - Missense in conserved domain: strong if in known functional domain - Synonymous / intronic: usually benign unless at splice junction

  1. ClinVar vs OMIM vs gnomAD -- when to check each:

- ClinVar: "Is this specific variant known to be pathogenic?" Check review stars (>=2 stars = reliable) - OMIM (via Orphanet/GenCC): "Is this gene known to cause this disease?" Check BEFORE ClinVar - gnomAD (via VEP/OpenTargets): "Is this variant too common to cause a rare disease?" Check allele frequency

  1. Phenotype-genotype correlation -- After identifying a candidate gene:

- Get HPO phenotypes for the associated disease (Orphanet_get_phenotypes) - Check: do the patient's features match the "Very frequent" phenotypes? - Mismatches in core features argue AGAINST the gene being causative - GenCC validity level tells you how strong the gene-disease link is overall

When to Use

  • "What is the genetic cause of Marfan syndrome?"
  • "Find HPO phenotypes associated with cystic fibrosis"
  • "What is the prevalence of Ehlers-Danlos syndrome?"
  • "Which genes are linked to this rare disease?"
  • "Is FBN1 definitively associated with Marfan syndrome?"
  • "Find pathogenic variants in CFTR"
  • "Are there clinical trials for Gaucher disease?"
  • "What diseases are associated with gene FBN1?"

NOT for (use other skills instead)

  • Common disease genomics (type 2 diabetes, hypertension) -> Use tooluniverse-disease-research
  • Cancer variant interpretation -> Use tooluniverse-cancer-variant-interpretation
  • GWAS-based variant interpretation -> Use tooluniverse-gwas-snp-interpretation
  • Pharmacogenomics / drug-gene interactions -> Use tooluniverse-pharmacogenomics
  • Differential diagnosis from symptoms -> Use tooluniverse-rare-disease-diagnosis

Workflow Overview

Phase 0: Disambiguation (resolve to ORPHA code / HGNC symbol) -> Phase 1: Disease Characterization -> Phase 2: Phenotype Mapping (HPO) -> Phase 3: Causative Genes -> Phase 4: Gene-Disease Validity (GenCC) -> Phase 5: Pathogenic Variants (ClinVar) -> Phase 6: Epidemiology -> Phase 7: Clinical Trials -> Phase 8: Literature -> Phase 9: Report


Phase 0: Disambiguation

Resolve user input to canonical Orphanet identifiers before doing anything else. Many disease names have subtypes or umbrella syndromes that will produce misleading results if you pick the wrong one.

Orphanet_Orphanet_search_diseases: name (string REQUIRED, e.g., "Marfan syndrome"), exact (bool, default False), lang (string, default "en"). Primary tool for name-to-ORPHA-code resolution. The parameter is name (NOT query). Returns multiple matches — select the exact disease, not subtypes or umbrella syndromes. "Marfan syndrome" should resolve to ORPHAcode 558, not 284993 ("Marfan syndrome and Marfan-related disorders").

Orphanet_search_diseases: query (string REQUIRED). Fallback if the primary tool returns no results.

Orphanet_get_gene_diseases: gene_symbol (string REQUIRED, e.g., "FBN1"). Use when starting from a gene. Returns all diseases associated with the gene, including association type.

Key identifier formats: disease codes are ORPHAcode integers (e.g., 558 for Marfan syndrome); gene identifiers are HGNC symbols (e.g., FBN1); phenotypes use HPO CURIE format (e.g., HP:0001519).


Phase 1: Disease Characterization

Orphanet_get_disease: orpha_code (string REQUIRED, e.g., "558"). Returns the official Orphanet definition and synonym list.

Orphanet_get_classification: orpha_code (string REQUIRED). Shows which disease hierarchies include this condition (e.g., "rare genetic diseases", "rare ophthalmic disorders"). Useful for understanding what kind of rare disease this is.

Orphanet_get_natural_history: orpha_code (string REQUIRED). Returns average_age_of_onset and type_of_inheritance. Inheritance mode (autosomal dominant, X-linked recessive, etc.) is critical context for interpreting variant pathogenicity and family risk.

Orphanet_get_icd_mapping: orpha_code (string REQUIRED). Maps to ICD-10/ICD-11 for clinical coding contexts.


Phase 2: Phenotype Mapping (HPO)

Orphanet_get_phenotypes: orpha_code (string REQUIRED). Returns HPO phenotypes with frequency labels and whether each is a formal diagnostic criterion.

Frequency should guide your interpretation: phenotypes marked "Very frequent (99-80%)" are core features present in nearly all patients and should be weighted heavily in differential diagnosis. "Frequent (79-30%)" are supporting features. "Occasional (29-5%)" reflect variable presentations. "Excluded (0%)" are active rule-out criteria — their presence argues against the diagnosis.

When a phenotype is marked diagnostic_criteria: "Diagnostic criterion", it belongs to the formal diagnostic framework for that disease, not just a statistical association.

OLS for ontology lookups

When you need to look up an HPO term by description or resolve a CURIE to a label, use the OLS tools. Pass ontology="hp" to scope to HPO, ontology="ordo" for Orphanet terms, ontology="mondo" for MONDO disease terms.

ols_search_terms: query (string REQUIRED), ontology (string, optional), rows (int, alias size, default 10), exact_match (bool, default False).

ols_get_term_info: term_id (CURIE e.g., "HP:0001519") OR term_iri. Prefix-based ontology inference works automatically — "HP:" routes to hp, "MONDO:" to mondo, "ORDO:" to ordo.

ols_get_term_children / ols_get_term_ancestors: term_id or term_iri, ontology (optional). Useful for finding parent HPO categories or broadening/narrowing a phenotype search.


Phase 3: Causative Gene Discovery

Orphanet_get_genes: orpha_code (string REQUIRED, alias: disease_id). Returns genes with their association types and loci.

The association type is crucial. "Disease-causing germline mutation(s) in" means the gene is a confirmed cause — this is the primary diagnostic target. "Major susceptibility factor in" means risk factor with incomplete penetrance. "Candidate gene tested in" means preliminary and unconfirmed — do not report this as a causative gene without additional validation from GenCC or literature. "Modifying germline mutation in" means the gene modifies severity but does not cause the disease alone.

Do not treat all Orphanet gene associations equally. Always note the association type when reporting.


Phase 4: Gene-Disease Validity Assessment

GenCC aggregates independent assessments from multiple clinical labs and curation groups. The key insight is that consensus across submitters matters more than any single classification. A single submitter at "Definitive" is weaker than three independent submitters agreeing at "Strong."

GenCC_search_gene: gene_symbol (string REQUIRED, e.g., "FBN1"). Returns all disease associations with classifications and submitters.

GenCC_search_disease: disease (string REQUIRED, e.g., "Marfan syndrome"). Note: the parameter is disease (NOT disease_title). Returns all gene associations for the disease with validity levels.

Classification levels from strongest to weakest: Definitive > Strong > Moderate > Limited > No Known Disease Relationship > Disputed > Refuted > Animal Model Only. "Disputed" means conflicting evidence exists — do not report this as a valid association. "Refuted" means a previously claimed association was disproven.

When reporting GenCC results, always note: (1) the highest classification, (2) how many submitters agree, and (3) whether any submitters disagree. Three or more submitters at "Definitive" is very high confidence. A single submitter should always be flagged as requiring independent validation.


Phase 5: Pathogenic Variant Lookup

ClinVar_search_variants: gene (string, gene symbol), condition (string, disease name), variant_id (string), clinical_significance (string), max_results (int, default 20, alias limit). At least one of gene, condition, or variant_id is required. The primary parameter is gene (NOT query).

Combine gene + condition for disease-specific variant lookup. This narrows results to variants classified in the context of the specific disease, which matters for genes associated with multiple conditions.

Review status reflects confidence in the classification. "Practice guideline" (4 stars) and "reviewed by expert panel" (3 stars) represent the highest-confidence assertions. "Criteria provided, multiple submitters, no conflicts" (2 stars) is good. "Criteria provided, single submitter" (1 star) is moderate. "No assertion criteria provided" (0 stars) should be treated with caution.

Do not report VUS (Variant of Uncertain Significance) as disease-causing. VUS means the evidence is insufficient to classify — it is not "probably pathogenic." The default returns 20 variants; check total_count to understand the full scope of pathogenic variants in the gene.

ClinVar_get_variant_details: variant_id (REQUIRED). Retrieves full details for a specific ClinVar variant.

ClinVar_get_clinical_significance: variant_id (REQUIRED). Returns the clinical significance summary with submitter count.


Phase 6: Epidemiology

Orphanet_get_epidemiology: orpha_code (string REQUIRED). Returns prevalence estimates by type (point prevalence, annual incidence, birth prevalence), geographic region, and source.

Prevalence below 1 in 2,000 is the EU/US regulatory threshold for "rare disease." Below 1 in 100,000 is uncommon. Below 1 in 1,000,000 is ultra-rare. These distinctions matter for clinical trial feasibility, natural history study design, and regulatory pathway discussions.

Prevalence data can vary significantly by geography (founder effects, consanguinity rates, ascertainment) and may be outdated. Always report the geographic scope and source year when citing prevalence figures.

Orphanet_get_natural_history: (also useful in Phase 1) Returns age of onset and inheritance pattern — essential context for patient counseling and family risk.


Phase 6b: Metabolite-Disease Context (IEM)

For inborn errors of metabolism (IEM), link metabolite accumulation to disease using HMDB.

HMDB_search: query (string REQUIRED, compound name or formula). Find HMDB IDs for metabolites.

HMDB_get_metabolite: hmdb_id (string) OR compound_name (string). Returns cross-database IDs (KEGG, ChEBI, PubChem) for downstream pathway analysis.

HMDB_get_diseases: hmdb_id (string) OR compound_name (string). Returns disease associations backed by CTD. Use to confirm which diseases are linked to metabolite accumulation.


Phase 7: Clinical Trials

search_clinical_trials: query_term (string REQUIRED), condition (string, optional), intervention (string, optional), pageSize (int, optional, default 10).

For rare diseases, even observational natural history studies are valuable — they characterize disease progression and identify biomarkers. Prioritize recruiting trials, then active-not-recruiting, then recently completed. Phase 2-3 trials are most clinically relevant. Check len(studies) > 0 rather than total_count — the latter can be None even when studies exist.


Phase 8: Literature

EuropePMC_search_articles: query (string REQUIRED, e.g., "Marfan syndrome genetics"), limit (int, optional, default 10).

Use disease name + "genetics" or "gene" for genetic literature. For variant-specific evidence, add the gene symbol and variant. For genotype-phenotype correlations, add "genotype phenotype." Returns most recent articles first. HTML entities may appear in titles — strip for display.


Evidence Grading

When synthesizing across phases, grade your confidence:

Tier 1 (Definitive): GenCC Definitive from multiple submitters + ClinVar expert-reviewed pathogenic variants + Orphanet "Disease-causing germline mutation(s) in" assessed association. Example: FBN1 causing Marfan syndrome.

Tier 2 (Strong): GenCC Strong + ClinVar single-submitter pathogenic variants + Orphanet disease-causing. Strong but less replicated evidence.

Tier 3 (Moderate): GenCC Limited or Moderate + ClinVar VUS + Orphanet candidate gene. Emerging associations requiring further validation.

Tier 4 (Preliminary): Literature only, animal models, or no GenCC/ClinVar data. Genes from case studies without independent replication.


Fallback Strategies

When a primary tool fails or returns no results:

  • Disease lookup: try Orphanet_search_diseases if Orphanet_Orphanet_search_diseases fails
  • Gene → diseases: GenCC_search_gene has broader coverage than Orphanet_get_gene_diseases
  • Disease → genes: GenCC_search_disease as complement to Orphanet_get_genes
  • Gene-disease validity: Orphanet AssociationType + SourceOfValidation PMIDs if GenCC has no submissions
  • Pathogenic variants: EuropePMC literature search if ClinVar has no entries
  • Epidemiology: literature search for prevalence studies if Orphanet data is absent

Example Workflows

Full Rare Disease Investigation (disease name input)

1. Orphanet_Orphanet_search_diseases(name="Marfan syndrome") -> ORPHAcode 558
2. Orphanet_get_disease(orpha_code="558") -> definition, synonyms
3. Orphanet_get_phenotypes(orpha_code="558") -> HPO phenotypes with frequencies
4. Orphanet_get_genes(orpha_code="558") -> FBN1 (disease-causing), TGFBR1, TGFBR2
5. GenCC_search_gene(gene_symbol="FBN1") -> Definitive from ClinGen, Ambry, Invitae
6. ClinVar_search_variants(gene="FBN1", clinical_significance="Pathogenic", max_results=50)
7. Orphanet_get_epidemiology(orpha_code="558") -> 1-5/10,000 worldwide
8. search_clinical_trials(query_term="Marfan syndrome", pageSize=10)
9. EuropePMC_search_articles(query="Marfan syndrome genetics", limit=5)

Gene-First Investigation (starting from a gene)

1. Orphanet_get_gene_diseases(gene_symbol="FBN1") -> all associated diseases
2. GenCC_search_gene(gene_symbol="FBN1") -> validity classifications per disease
3. For top disease: Orphanet_get_phenotypes + Orphanet_get_epidemiology
4. ClinVar_search_variants(gene="FBN1", clinical_significance="Pathogenic")

Common Mistakes to Avoid

  • Using disease_title in GenCC_search_disease: use disease instead
  • Using query in Orphanet_Orphanet_search_diseases: use name
  • Using query in ClinVar_search_variants: use gene, condition, or variant_id
  • Assuming the first Orphanet search result is the right disease: always check for subtypes
  • Treating ClinVar VUS as pathogenic evidence
  • Treating Orphanet "Candidate gene tested in" as a confirmed causative gene
  • Ignoring GenCC submitter count: single-submitter Definitive is weaker than multi-submitter consensus

Limitations

  • Orphanet covers rare diseases only; common diseases may have minimal entries
  • ClinVar returns up to 20 variants by default; paginated retrieval is limited
  • GenCC submissions may lag behind the latest literature
  • Some ultra-rare diseases have no GenCC submissions, no ClinVar variants, and no clinical trials

Completeness Checklist

  • Disease resolved to correct ORPHA code (not a subtype or umbrella)
  • Causative genes identified with association types; GenCC validity assessed
  • ClinVar variants checked with review status; VUS NOT reported as pathogenic
  • Inheritance pattern checked BEFORE interpreting variants
  • Epidemiology, clinical trials, and literature included
  • Evidence graded by tier (T1-T4)

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

33.26%
按下载量换算130

Claude

30.87%
按下载量换算121

Cursor

18.91%
按下载量换算74

Gemini CLI

9.1%
按下载量换算36

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills