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

tooluniverse-plant-genomics工具宇宙植物基因组学

Agent Skill

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

总安装

1,093

周安装

46

GitHub Stars

1,311

下载量

383
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

用于植物基因组学数据检索,支持在农业和植物生物学中获取基因功能和育种资源信息。

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

SKILL.md

Plant Genomics & Biology

Pipeline for investigating plant genes, metabolic pathways, species taxonomy, and comparative plant biology using ToolUniverse tools.

Reasoning Strategy

Plant genomes are large (wheat is ~17 Gb, vs. 3 Gb for human) and often polyploid — wheat is hexaploid (AABBDD), meaning there are three homeologous copies of most genes. When comparing plant genes to Arabidopsis, always account for whole-genome duplications: a single Arabidopsis gene may have 2–4 paralogs in a crop species, all potentially with diverged functions. Gene families are massively expanded in plants relative to animals (e.g., receptor-like kinases, cytochrome P450s, transcription factors) — a BLAST hit does not mean functional equivalence. Arabidopsis thaliana is the primary model, but its small genome and rapid life cycle mean some features (wood formation, nitrogen fixation symbiosis, C4 photosynthesis) are absent and must be studied in other species.

LOOK UP DON'T GUESS: Do not assume gene function by sequence similarity alone in polyploid species; look up functional validation evidence via UniProt (reviewed entries) or PlantReactome. Do not assume KEGG organism codes — use the table or query kegg_search_pathway with the species name to confirm availability.

Key principles:

  1. Plant-specific pathways — photosynthesis, secondary metabolism, hormone signaling are unique to plants
  2. PlantReactome as foundation — curated plant pathway database with cross-species coverage (Oryza, Arabidopsis, Zea mays, etc.)
  3. Ensembl Plants for genomics — use Ensembl with plant species names for gene lookup and annotation
  4. KEGG for metabolism — KEGG has plant-specific organism codes (ath=Arabidopsis, osa=rice, zma=maize)
  5. Evidence grading — T1: functional validation (mutant phenotype), T2: expression/localization data, T3: ortholog-based prediction, T4: computational annotation only

When to Use

  • "What pathway is [plant gene] involved in?"
  • "Find genes in the flavonoid biosynthesis pathway"
  • "Compare [gene] across Arabidopsis and rice"
  • "What species is [plant name]?"
  • "Plant hormone signaling pathways"
  • "Photosynthesis gene annotation"

Not this skill: For general pathway analysis (human/mouse), use tooluniverse-systems-biology. For phylogenetics, use tooluniverse-phylogenetics.


Core Tools

ToolUse For
PlantReactome_search_pathwaysSearch plant-specific pathways by keyword
PlantReactome_get_pathwayGet pathway details (genes, reactions, species)
PlantReactome_list_speciesList all species covered by PlantReactome
POWO_search_plantsSearch Plants of the World Online (taxonomy, distribution)
ensembl_lookup_geneGene lookup — use with plant species (e.g., species="arabidopsis_thaliana")
kegg_search_pathwaySearch KEGG pathways (use plant organism codes: ath, osa, zma)
KEGG_get_pathway_genesGet genes in a plant pathway (e.g., pathway_id="ath00941" for flavonoid in Arabidopsis)
UniProt_searchSearch plant protein sequences (add taxonomy_id:3702 for Arabidopsis)
UniProt_get_function_by_accessionGet protein function annotation
PubMed_search_articlesPlant biology literature
EnsemblCompara_get_orthologuesCross-species plant gene comparison

Workflow

Phase 0: Species & Gene Identification
  Species name → POWO taxonomy; Gene symbol → Ensembl/UniProt IDs
    |
Phase 1: Gene Function & Annotation
  UniProt function, Ensembl annotation, InterPro domains
    |
Phase 2: Pathway Analysis
  PlantReactome → plant-specific pathways; KEGG → metabolism
    |
Phase 3: Cross-Species Comparison
  Ensembl Compara → orthologs in other plant species
    |
Phase 4: Literature & Report
  PubMed → published studies; synthesis

Phase 1: Gene Function

# Look up an Arabidopsis gene
ensembl_lookup_gene(gene_symbol="CHS", species="arabidopsis_thaliana")
# Get protein function
UniProt_search(query="CHS AND taxonomy_id:3702 AND reviewed:true")

Phase 2: Plant Pathway Analysis

Key plant-specific KEGG pathways:

PathwayKEGG ID (Arabidopsis)Biological Significance
Photosynthesisath00195Light reactions, electron transport
Carbon fixation (Calvin cycle)ath00710CO2 → sugar
Flavonoid biosynthesisath00941UV protection, pigmentation, defense
Carotenoid biosynthesisath00906Photoprotection, vitamin A precursors
Auxin signalingath04075Growth, tropisms
Brassinosteroid signalingath04712Cell elongation, stress response
Circadian rhythm (plant)ath04712Photoperiod, flowering time
Terpenoid backboneath00900Secondary metabolite precursors
Starch/sucrose metabolismath00500Carbon partitioning
Nitrogen metabolismath00910Nitrogen assimilation
# Search PlantReactome for flavonoid pathway
PlantReactome_search_pathways(query="flavonoid")
# Get genes in Arabidopsis flavonoid biosynthesis
KEGG_get_pathway_genes(pathway_id="ath00941")

Phase 3: Species Comparison

KEGG organism codes for major crops:

SpeciesCodeCommon Name
Arabidopsis thalianaathThale cress (model plant)
Oryza sativaosaRice
Zea mayszmaMaize/corn
Triticum aestivumtaeWheat
Glycine maxgmxSoybean
Solanum lycopersicumslyTomato
Nicotiana tabacumntaTobacco
Medicago truncatulamtrBarrel medic (legume model)

Phase 4: Interpretation Framework

Evidence grading: T1 = mutant phenotype confirms function; T2 = expression/localization data; T3 = ortholog has validated function in model species; T4 = computational annotation only (domain/GO term). Prioritize T1/T2 evidence; treat T3/T4 as hypotheses requiring further validation.

Synthesis Questions

  1. Is the gene plant-specific or conserved? (Plant-specific genes often in secondary metabolism; conserved genes in primary metabolism)
  2. Which tissues/developmental stages express it? (Root vs shoot vs flower vs seed)
  3. Is there a crop improvement application? (Yield, stress tolerance, nutritional quality)
  4. What regulatory mechanisms control it? (Hormone-responsive, light-regulated, circadian)
  5. Are there natural variants with known phenotypes? (Accession diversity in Arabidopsis 1001 Genomes)

Limitations

  • No TAIR tool — The Arabidopsis Information Resource has no public REST API. Use Ensembl Plants and UniProt as alternatives for Arabidopsis gene data.
  • PlantReactome coverage — Focused on Oryza sativa (rice) with cross-references to Arabidopsis. Not all plant species equally covered.
  • No crop breeding tools — This skill covers gene/pathway analysis, not marker-assisted selection or breeding simulation.
  • POWO is taxonomy-focused — Plants of the World Online provides species identification and distribution, not genomics data.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

39.19%
按下载量换算150

Claude

27.37%
按下载量换算105

Cursor

17.56%
按下载量换算67

Gemini CLI

9.26%
按下载量换算35

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills