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

tooluniverse-systems-biology工具宇宙系统生物学

Agent Skill

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

总安装

285

周安装

12

GitHub Stars

971

下载量

381
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/wu-yc/labclaw --skill tooluniverse-systems-biology

简介

系统生物学和通路分析技能通过整合以下内容提供全面的通路分析:

  • ✅ 统计途径富集(Enrichr)
  • ✅ 蛋白质通路图谱(Reactome)
  • ✅ 多数据库关键字搜索(KEGG、WikiPathways、Pathway Commons、BioModels)
  • ✅ 分层路径上下文(Reactome 顶层)
  • 输出:带有路径表、富集统计和跨数据库比较的 Markdown 报告
  • 最适合:基因集分析、蛋白质功能研究、通路发现、系统级生物学
  • 每周安装量
  • 12
  • 存储库
  • wu-yc/labclaw
  • GitHub 之星
  • 第971章
  • 第一次看到
  • 2026 年 3 月 15 日
  • 安全审计
  • Gen Agent Trust Hub 通行证
  • 套接字通行证
  • 斯尼克警告

SKILL.md

Systems Biology & Pathway Analysis

Comprehensive pathway and systems biology analysis integrating multiple curated databases to provide multi-dimensional view of biological systems, pathway enrichment, and protein-pathway relationships.

When to Use This Skill

Triggers:

  • "Analyze pathways for this gene list"
  • "What pathways is [protein] involved in?"
  • "Find pathways related to [keyword/process]"
  • "Perform pathway enrichment analysis"
  • "Map proteins to biological pathways"
  • "Find computational models for [process]"
  • "Systems biology analysis of [genes/proteins]"

Use Cases:

  1. Gene Set Analysis: Identify enriched pathways from RNA-seq, proteomics, or screen results
  2. Protein Function: Discover pathways and processes a protein participates in
  3. Pathway Discovery: Find pathways related to diseases, processes, or phenotypes
  4. Systems Integration: Connect genes → pathways → processes → diseases
  5. Model Discovery: Find computational systems biology models (SBML)
  6. Cross-Database Validation: Compare pathway annotations across multiple sources

Core Databases Integrated

DatabaseCoverageStrengths
ReactomeHuman-curated reactions & pathwaysDetailed mechanistic pathways with reactions
KEGGReference pathways across organismsMetabolic maps, disease pathways, drug targets
WikiPathwaysCommunity-curated pathwaysEmerging processes, collaborative updates
Pathway CommonsIntegrated meta-databaseAggregates multiple sources (Reactome, KEGG, etc.)
BioModelsComputational SBML modelsMathematical/dynamic systems biology models
EnrichrStatistical enrichmentPathway over-representation analysis

Workflow Overview

Input → Phase 1: Enrichment → Phase 2: Protein Mapping → Phase 3: Keyword Search → Phase 4: Top Pathways → Report

Phase 1: Pathway Enrichment Analysis

When: Gene list provided (from experiments, screens, differentially expressed genes)

Objective: Identify biological pathways statistically over-represented in gene list

Tools Used

enrichr_gene_enrichment_analysis:

  • Input:

- gene_list: Array of gene symbols (e.g., ["TP53", "BRCA1", "EGFR"]) - library: Pathway database (e.g., "KEGG_2021_Human", "Reactome_2022")

  • Output: Array of enriched pathways with p-values, adjusted p-values, genes
  • Use: Statistical over-representation analysis

Workflow

  1. Submit gene list to Enrichr
  2. Query KEGG pathway library for human
  3. Get enriched pathways sorted by significance
  4. Extract:

- Pathway names and IDs - P-values (raw and adjusted) - Genes from input list in each pathway - Enrichment scores

Decision Logic

  • Significance threshold: Adjusted p-value < 0.05 (default)
  • Minimum genes: At least 2 genes from input list in pathway
  • Report top pathways: Show 10-20 most significant
  • Empty results: If no enrichment → note "no significant pathways" (don't fail)

Phase 2: Protein-Pathway Mapping

When: Protein UniProt ID provided

Objective: Map protein to all known pathways it participates in

Tools Used

Reactome_map_uniprot_to_pathways:

  • Input:

- id: UniProt accession (e.g., "P53350")

  • Output: Array of Reactome pathways containing this protein
  • Note: Parameter is id (not uniprot_id)

Reactome_get_pathway_reactions:

  • Input:

- stId: Reactome pathway stable ID (e.g., "R-HSA-73817")

  • Output: Array of reactions and subpathways
  • Use: Get mechanistic details of pathways

Workflow

  1. Map UniProt ID to Reactome pathways
  2. Get all pathways this protein appears in
  3. For top pathway (or user-specified):

- Retrieve detailed reactions and subpathways - Extract event names, types (Reaction vs Pathway) - Note disease associations if present

Decision Logic

  • Multiple pathways: Report all pathways, prioritize by hierarchical level
  • Top pathway details: Get detailed reactions for 1-3 most relevant
  • Versioned IDs: Reactome uses unversioned IDs - strip version if present
  • Empty results: Check if protein ID valid; suggest alternative databases if Reactome empty

Phase 3: Keyword-Based Pathway Search

When: User provides keyword or biological process name

Objective: Search multiple pathway databases to find relevant pathways

Tools Used

KEGG Search

kegg_search_pathway:

  • Input: keyword (e.g., "diabetes", "apoptosis")
  • Output: Array of pathway IDs and descriptions
  • Coverage: Reference pathways, metabolism, diseases

kegg_get_pathway_info:

  • Input: pathway_id (e.g., "hsa04930")
  • Output: Pathway details, genes, compounds
  • Use: Get detailed information for specific pathway

WikiPathways Search

WikiPathways_search:

  • Input:

- query: Keyword or gene symbol - organism: Species filter (e.g., "Homo sapiens")

  • Output: Array of pathway matches with IDs, names, URLs
  • Coverage: Community-curated, includes emerging pathways

Pathway Commons Search

pc_search_pathways:

  • Input:

- action: "search_pathways" - keyword: Search term - datasource: Optional filter (e.g., "reactome", "kegg") - limit: Max results (default: 10)

  • Output: Total hits and array of pathways with source attribution
  • Coverage: Meta-database aggregating multiple sources

BioModels Search

biomodels_search:

  • Input:

- query: Keyword for computational models - limit: Max results

  • Output: Array of SBML models with IDs, names, publications
  • Coverage: Mathematical/computational systems biology models

Workflow

  1. Search KEGG pathways by keyword
  2. Search WikiPathways with organism filter
  3. Search Pathway Commons (aggregates multiple sources)
  4. Search BioModels for computational models
  5. Compile results from all sources
  6. Note overlaps and source-specific pathways

Decision Logic

  • Parallel queries: Search all databases simultaneously (independent)
  • Empty from one source: Continue with other sources (common for specialized keywords)
  • Result consolidation: Group by pathway concept, note which databases contain each
  • Model availability: BioModels may be empty for many processes - this is normal

Phase 4: Top-Level Pathway Catalog

When: Always included to provide context

Objective: Show major biological systems/pathways for organism

Tools Used

Reactome_list_top_pathways:

  • Input: species (e.g., "Homo sapiens")
  • Output: Array of top-level pathway categories
  • Use: Provides hierarchical pathway organization

Workflow

  1. Retrieve top-level pathways for specified organism
  2. Display pathway categories (metabolism, signaling, disease, etc.)
  3. Serve as reference for pathway hierarchy

Decision Logic

  • Always show: Provides context even if other phases empty
  • Organism-specific: Filter by species of interest
  • Hierarchical view: These are parent pathways with many subpathways

Output Structure

Report Format

Progressive Markdown Report:

  • Create report file first
  • Add sections progressively
  • Each section self-contained (handles empty gracefully)

Required Sections:

  1. Header: Analysis parameters (genes, protein, keyword, organism)
  2. Phase 1 Results: Pathway enrichment (if gene list)
  3. Phase 2 Results: Protein-pathway mapping (if protein ID)
  4. Phase 3 Results: Keyword search across databases (if keyword)
  5. Phase 4 Results: Top-level pathway catalog (always)

Per-Database Subsections:

  • Database name and result count
  • Table of pathways with key metadata
  • Note if database returns no results
  • Links or IDs for follow-up

Data Tables

Enrichment Results: | Pathway | P-value | Adjusted P-value | Genes | |... |... |... |... |

Protein Pathways: | Pathway Name | Pathway ID | Species | |... |... |... |

Keyword Search: | Pathway/Model ID | Name | Source/Database | |... |... |... |


Tool Parameter Reference

Critical Parameter Notes (from testing):

ToolParameterCORRECT NameCommon Mistake
Reactome_map_uniprot_to_pathwaysididuniprot_id
kegg_search_pathwaykeywordkeyword-
WikiPathways_searchqueryquery-
pc_search_pathwaysaction + keyword✅ Both requiredaction optional
enrichr_gene_enrichment_analysisgene_listgene_list-

Response Format Notes:

  • Reactome: Returns list directly (not wrapped in {status, data})
  • Pathway Commons: Returns dict directly with total_hits and pathways
  • Others: Standard {status: "success", data: [...]} format

Fallback Strategies

Enrichment Analysis

  • Primary: Enrichr with KEGG library
  • Fallback: Try alternative libraries (Reactome, GO Biological Process)
  • If all fail: Note "enrichment analysis unavailable" and continue

Protein Mapping

  • Primary: Reactome protein-pathway mapping
  • Fallback: Use keyword search with protein name
  • If empty: Check if protein ID valid; suggest checking gene symbol

Keyword Search

  • Primary: Search all databases (KEGG, WikiPathways, Pathway Commons, BioModels)
  • Fallback: If all empty, broaden keyword (e.g., "diabetes" → "glucose")
  • If still empty: Note "no pathways found for [keyword]"

Common Use Patterns

Pattern 1: Differential Expression Analysis

Input: Gene list from RNA-seq (upregulated genes)
Workflow: Phase 1 (Enrichment) → Phase 4 (Context)
Output: Enriched pathways explaining expression changes

Pattern 2: Protein Function Investigation

Input: UniProt ID of protein of interest
Workflow: Phase 2 (Protein mapping) → Phase 3 (Keyword with protein name)
Output: All pathways involving protein + related pathways

Pattern 3: Disease Pathway Exploration

Input: Disease name or process keyword
Workflow: Phase 3 (Keyword search) → Phase 4 (Context)
Output: Pathways from multiple databases related to disease

Pattern 4: Comprehensive Multi-Input

Input: Gene list + protein ID + keyword
Workflow: All phases
Output: Complete systems view with enrichment, specific mappings, and context

Quality Checks

Data Completeness

  • At least one analysis phase completed successfully
  • Each database result includes source attribution
  • Empty results explicitly noted (not silently omitted)
  • P-values reported with appropriate precision
  • Pathway IDs provided for follow-up analysis

Biological Validity

  • Enrichment p-values show significance threshold
  • Protein mappings consistent with known function
  • Keyword results relevant to query
  • Cross-database results show expected overlaps

Report Quality

  • All sections present even if "no data"
  • Tables formatted consistently
  • Source databases clearly attributed
  • Follow-up recommendations if data sparse

Limitations & Known Issues

Database-Specific

  • Reactome: Strong human coverage; limited for non-model organisms
  • KEGG: Requires keyword match; may miss synonyms
  • WikiPathways: Variable curation quality; check pathway version dates
  • Pathway Commons: Aggregation can have duplicates; check source
  • BioModels: Sparse for many processes; often returns no results
  • Enrichr: Requires gene symbols (not IDs); case-sensitive

Technical

  • Response formats: Different databases use different response structures (handled in implementation)
  • Rate limits: Some databases have rate limits for heavy usage
  • Version differences: Pathway databases updated at different rates

Analysis

  • Enrichment bias: Pathway enrichment depends on pathway size and annotation completeness
  • Organism specificity: Not all databases cover all organisms equally
  • Pathway definitions: Same biological process may be modeled differently across databases

Summary

Systems Biology & Pathway Analysis Skill provides comprehensive pathway analysis by integrating:

  1. ✅ Statistical pathway enrichment (Enrichr)
  2. ✅ Protein-pathway mapping (Reactome)
  3. ✅ Multi-database keyword search (KEGG, WikiPathways, Pathway Commons, BioModels)
  4. ✅ Hierarchical pathway context (Reactome top-level)

Outputs: Markdown report with pathway tables, enrichment statistics, and cross-database comparisons

Best for: Gene set analysis, protein function investigation, pathway discovery, systems-level biology

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.28%
按下载量换算138

Claude

31.78%
按下载量换算121

Cursor

19.21%
按下载量换算73

Gemini CLI

9.75%
按下载量换算37

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills