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

tooluniverse-multiomic-disease-characterizationtooluniverse 多组学疾病表征

Agent Skill

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

总安装

4,237

周安装

182

GitHub Stars

1,303

下载量

1,485
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

用于多组学疾病特征检索与分析,支持在精准医学中识别疾病亚型和生物标志物。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中执行疾病机制解析和分层诊断任务。
  • 通过 npx skills add 命令从 GitHub 安装,需确认仓库权限及是否涉及网络访问或外部 API 调用。
  • 建议在使用前核实数据来源更新频率,避免依赖过期或未经验证的信息。
  • 注意该技能主要用于信息检索,不直接提供分析结果,需结合上下文进行解读和应用。

SKILL.md

Multi-Omics Disease Characterization Pipeline

Characterize diseases across multiple molecular layers (genomics, transcriptomics, proteomics, pathways) to provide systems-level understanding of disease mechanisms, identify therapeutic opportunities, and discover biomarker candidates.

KEY PRINCIPLES:

  1. Report-first approach - Create report file FIRST, then populate progressively
  2. Disease disambiguation FIRST - Resolve all identifiers before omics analysis
  3. Layer-by-layer analysis - Systematically cover all omics layers
  4. Cross-layer integration - Identify genes/targets appearing in multiple layers
  5. Evidence grading - Grade all evidence as T1 (human/clinical) to T4 (computational)
  6. Tissue context - Emphasize disease-relevant tissues/organs
  7. Quantitative scoring - Multi-Omics Confidence Score (0-100)
  8. Druggable focus - Prioritize targets with therapeutic potential
  9. Biomarker identification - Highlight diagnostic/prognostic markers
  10. Mechanistic synthesis - Generate testable hypotheses
  11. Source references - Every statement must cite tool/database
  12. Completeness checklist - Mandatory section showing analysis coverage
  13. English-first queries - Always use English terms in tool calls. Respond in user's language

Multi-omics disease characterization asks: what molecular layers are dysregulated? Genomic mutations → transcriptomic changes → proteomic effects → metabolomic consequences. Concordance across layers strengthens the finding. Discordance reveals regulatory complexity.

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 This Skill

Apply when users:

  • Ask about disease mechanisms across omics layers
  • Need multi-omics characterization of a disease
  • Want to understand disease at the systems biology level
  • Ask "What pathways/genes/proteins are involved in [disease]?"
  • Need biomarker discovery for a disease
  • Want to identify druggable targets from disease profiling
  • Ask for integrated genomics + transcriptomics + proteomics analysis
  • Need cross-layer concordance analysis
  • Ask about disease network biology / hub genes

NOT for (use other skills instead):

  • Single gene/target validation -> Use tooluniverse-drug-target-validation
  • Drug safety profiling -> Use tooluniverse-adverse-event-detection
  • General disease overview -> Use tooluniverse-disease-research
  • Variant interpretation -> Use tooluniverse-variant-interpretation
  • GWAS-specific analysis -> Use tooluniverse-gwas-* skills
  • Pathway-only analysis -> Use tooluniverse-systems-biology

Input Parameters

ParameterRequiredDescriptionExample
diseaseYesDisease name, OMIM ID, EFO ID, or MONDO IDAlzheimer disease, MONDO_0004975
tissueNoTissue/organ of interestbrain, liver, blood
focus_layersNoSpecific omics layers to emphasizegenomics, transcriptomics, pathways

Pipeline Overview

The pipeline runs 9 phases sequentially. Each phase uses specific tools documented in detail in tool-reference.md.

Phase 0: Disease Disambiguation (ALWAYS FIRST)

Resolve disease to standard identifiers (MONDO/EFO) for all downstream queries.

  • Primary tool: OpenTargets_get_disease_id_description_by_name
  • Get description, synonyms, therapeutic areas, disease hierarchy, cross-references
  • CRITICAL: Disease IDs use underscore format (e.g., MONDO_0004975), NOT colon
  • If ambiguous, present top 3-5 options and ask user to select

Phase 1: Genomics Layer

Identify genetic variants, GWAS associations, and genetically implicated genes.

  • Tools: gwas_search_associations (use efo_id for precision, not free-text disease_trait), gwas_get_snps_for_gene, ClinVar, OpenTargets associated targets
  • gnomad_get_gene_constraints — gene constraint metrics (pLI, oe_lof) to interpret whether LoF variants are tolerated vs. haploinsufficient
  • Get top 10-15 genes with genetic evidence scores; track Ensembl IDs for downstream phases

Phase 2: Transcriptomics Layer

Identify differentially expressed genes, tissue-specific expression, and expression-based biomarkers.

  • GTEx_get_expression_summary — baseline expression across 54 tissues (accepts gene_symbol directly)
  • Tools: Expression Atlas, HPA (tissue expression), EuropePMC scores
  • Check expression in disease-relevant tissues for top genes from Phase 1

Phase 3: Proteomics & Interaction Layer

Map protein-protein interactions, identify hub genes, and characterize interaction networks.

  • UniProt_get_function_by_accession — protein function narrative (essential for mechanistic context)
  • Tools: STRING_get_network (param: identifiers, species=9606), intact_get_interactions, HumanBase
  • Build PPI network from top 15-20 genes; identify hub genes by degree centrality

Phase 4: Pathway & Network Layer

Identify enriched biological pathways and cross-pathway connections.

  • ReactomeAnalysis_pathway_enrichment — identifiers are newline-separated (\n), NOT space-separated
  • enrichr_gene_enrichment_analysis — param: gene_list (array), libs (array). NOTE: data field is a JSON string that needs parsing
  • kegg_search_pathway — pathway keyword search

Phase 5: Gene Ontology & Functional Annotation

Characterize biological processes, molecular functions, and cellular components.

  • Tools: Enrichr (GO libraries), QuickGO, GO annotations, OpenTargets GO
  • Run GO enrichment for all 3 aspects (BP, MF, CC)

Phase 6: Therapeutic Landscape

Map approved drugs, druggable targets, repurposing opportunities, and clinical trials.

  • DGIdb_get_drug_gene_interactions — drug interactions by gene (param: genes as array). Often more comprehensive than OpenTargets for drug-gene data.
  • OpenTargets drugs/tractability (use EFO IDs like EFO_0000384 for Crohn's, not MONDO — MONDO IDs may return null for drug queries)
  • search_clinical_trialsquery_term is REQUIRED

Phase 7: Multi-Omics Integration

Integrate findings across all layers. See integration-scoring.md for full details.

  • Cross-layer gene concordance: count layers per gene, score multi-layer hub genes
  • Direction concordance: genetics + expression agreement
  • Biomarker identification: diagnostic, prognostic, predictive
  • Mechanistic hypothesis generation

Phase 8: Report Finalization

Write executive summary, calculate confidence score, verify completeness.

  • See integration-scoring.md for quality checklist and scoring formula

Key Tool Parameter Notes

These are the most common parameter pitfalls:

  • OpenTargets disease IDs: underscore format (MONDO_0004975), NOT colon
  • STRING protein_ids: must be array (['APOE']), not string
  • enrichr libs: must be array (['KEGG_2021_Human'])
  • HPA_get_rna_expression_by_source: ALL 3 params required (gene_name, source_type, source_name)
  • humanbase_ppi_analysis: ALL params required (gene_list, tissue, max_node, interaction, string_mode)
  • expression_atlas_disease_target_score: pageSize is REQUIRED
  • search_clinical_trials: query_term is REQUIRED even if condition is provided

For full tool parameters and per-phase workflows, see tool-reference.md.


Reference Files

All detailed content is in reference files in this directory:

FileContents
tool-reference.mdFull tool parameters, inputs/outputs, per-phase workflows, quick reference table
report-template.mdComplete report markdown template with all sections and checklists
integration-scoring.mdConfidence score formula (0-100), evidence grading (T1-T4), integration procedures, quality checklist
response-formats.mdVerified JSON response structures for key tools
use-patterns.mdCommon use patterns, edge case handling, fallback strategies

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.86%
按下载量换算533

Claude

30.21%
按下载量换算449

Cursor

21.49%
按下载量换算319

Gemini CLI

10.25%
按下载量换算152

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills