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

tooluniverse-metabolomics-pathway工具宇宙代谢组学途径

Agent Skill

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

总安装

1,139

周安装

47

GitHub Stars

1,277

下载量

372
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/mims-harvard/tooluniverse --skill tooluniverse-metabolomics-pathway

简介

用于代谢组学生物通路的检索与分析,支持在代谢研究中发现关键调控路径。

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

SKILL.md

Metabolomics Pathway Analysis

Identify metabolites, map to metabolic pathways, find disease associations, and connect to enzymes/genes.

Domain Reasoning

Metabolite-to-pathway mapping requires correct, database-specific identifiers. HMDB IDs link to KEGG/Reactome but must be converted via BridgeDb; PubChem CIDs need explicit cross-referencing. Always verify metabolite identity first: the same common name can refer to structurally distinct isomers, and PubChem names frequently differ from CTD/KEGG names.

LOOK UP DON'T GUESS

  • Pathway membership: call MetaCyc_get_compound, KEGG_get_compound, or ReactomeContent_search
  • Cross-database IDs: use BridgeDb_xrefs
  • Enzyme-metabolite relationships: use CTD_get_chemical_gene_interactions or KEGG_get_compound
  • Disease associations: query Metabolite_get_diseases or CTD_get_chemical_diseases

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.

Workflow

Phase 0: Identify & Resolve → Phase 1: Characterize → Phase 2: Pathway Map →
Phase 3: Enzyme/Gene Linkage → Phase 4: Disease Associations → Phase 5: Cross-DB Enrichment → Report

Phase 0: Metabolite Identification & Resolution

By Name

Metabolite_search: query (REQUIRED), search_type ("name"/"formula"). Returns PubChem matches with CID, name, formula, MW, SMILES. MetabolomicsWorkbench_search_compound_by_name: name (REQUIRED). Cross-reference with RefMet.

By Mass/Formula

MetabolomicsWorkbench_search_by_mz: mz (REQUIRED), adduct (e.g., "M+H"), tolerance. Uses moverz/REFMET/{mz}/{adduct}/{tolerance}. MetabolomicsWorkbench_search_by_exact_mass: exact_mass (REQUIRED), tolerance. Uses moverz/REFMET/{mass}/M/{tolerance}.

By ID

Metabolite_get_info: compound_name, hmdb_id (e.g., "HMDB0000122"), or pubchem_cid. Returns HMDB ID, CID, InChIKey, classification. KEGG_get_compound: compound_id (e.g., "C00031"). Returns linked pathways, enzymes, reactions.

ID Cross-Referencing

BridgeDb_xrefs: identifier (REQUIRED), source (REQUIRED: "Ch"=HMDB, "Cs"=ChemSpider, "Ck"=KEGG, "Ce"=ChEBI), target (optional). BridgeDb_search: query (REQUIRED), organism. Free-text metabolite search.


Phase 1: Metabolite Characterization

Metabolite_get_info: classification (super_class/class/sub_class), biological_roles, cellular_locations. MetabolomicsWorkbench_get_refmet_info: refmet_name (REQUIRED). Standardized RefMet classification. KEGG_get_compound: linked enzyme/reaction/pathway IDs.


Phase 2: Pathway Mapping

MetaCyc

  • MetaCyc_search_pathways: query (keyword search, e.g., "glycolysis")
  • MetaCyc_get_pathway: pathway_id (e.g., "GLYCOLYSIS") -- reactions, enzymes, compounds
  • MetaCyc_get_compound: compound_id (e.g., "PYRUVATE") -- pathways it participates in
  • MetaCyc_get_reaction: reaction_id -- substrates, products, enzymes

KEGG

  • KEGG_get_gene_pathways: gene_id (e.g., "hsa:5230") -- pathways for enzyme gene
  • KEGG_get_pathway_genes: pathway_id (e.g., "hsa00010") -- all genes in pathway

Reactome

  • ReactomeContent_search: query, types (e.g., "Pathway"), species
  • Reactome_get_pathway: id (e.g., "R-HSA-70171")
  • ReactomeAnalysis_pathway_enrichment: identifiers (space-separated string, NOT array)
  • Reactome_map_uniprot_to_pathways: uniprot_id

Phase 3: Enzyme & Gene Linkage

CTD_get_chemical_gene_interactions: input_terms (chemical name). Returns interacting genes. KEGG_get_gene_pathways: which pathways an enzyme gene participates in. BridgeDb_attributes: identifier, source, organism. Get attributes for identifier.

Workflow: KEGG compound -> enzyme IDs -> MetaCyc reaction -> enzyme names -> Reactome uniprot -> pathways -> MyGene for gene info.


Phase 4: Disease Associations

CTD_get_chemical_diseases: input_terms (chemical name, MeSH, CAS RN). Curated associations with direct/inferred evidence. CTD_get_gene_diseases: input_terms (gene name). For metabolite-processing genes from Phase 3. Metabolite_get_diseases: compound_name/hmdb_id/pubchem_cid, limit (default 50). CTD-backed.


Phase 5: Cross-Database Enrichment

MetabolomicsWorkbench_get_study: study_id (e.g., "ST000001"). MetabolomicsWorkbench_get_compound_by_pubchem_cid: pubchem_cid. PubMed_search_articles / EuropePMC_search_articles: literature context.

For metabolite list enrichment: (1) convert names to gene/enzyme IDs via CTD, (2) run ReactomeAnalysis_pathway_enrichment with space-separated identifiers, (3) use KEGG_get_gene_pathways per enzyme.


Common Mistakes to Avoid

MistakeCorrection
Array to ReactomeAnalysis_pathway_enrichmentMust be space-separated string
HMDB IDs in CTD_get_chemical_diseasesCTD uses common names or MeSH IDs
Not resolving names firstAlways start with Metabolite_search
gene_id without organism prefix for KEGGNeed "hsa:5230" not "5230"
Expecting HMDB APINo open API; use Metabolite_get_info (PubChem-backed)
PubChem title to CTD when names differTry both PubChem name and common synonyms
MetabolomicsWorkbench exactmassUse moverz/REFMET/{mass}/M/{tolerance} (exactmass broken)

Fallback Strategies

  • Metabolite_search empty -> MetabolomicsWorkbench_search_compound_by_name or KEGG_get_compound
  • MetaCyc not found -> KEGG or Reactome pathways
  • CTD empty for disease -> Metabolite_get_diseases with HMDB/CID
  • No KEGG compound ID -> BridgeDb_xrefs from HMDB/ChEBI
  • exactmass fails -> search_by_mz with M+H adduct
  • Need enzyme genes -> CTD_get_chemical_gene_interactions

Evidence Grading

TierCriteriaSources
T1Curated disease association, direct evidenceCTD curated, OMIM
T2Multiple database pathway concordanceMetaCyc + KEGG + Reactome agreement
T3Inferred or single-databaseCTD inferred, single pathway DB
T4Computational prediction or text-miningLiterature, RefMet classification

Limitations

  • HMDB has no open API; use Metabolite_get_info (PubChem-backed).
  • MetaCyc pathways are reference (not organism-specific like KEGG).
  • CTD can return very large sets for common metabolites (22K+ for acetaminophen).
  • ReactomeAnalysis expects gene/protein IDs, not metabolite IDs directly.
  • BridgeDb coverage depends on the metabolite being in mapping databases.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

33.79%
按下载量换算126

Claude

28.56%
按下载量换算106

Cursor

18.86%
按下载量换算70

Gemini CLI

8.96%
按下载量换算33

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills