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

tooluniverse-vaccine-design工具宇宙疫苗设计

Agent Skill

用于辅助界面设计、视觉规范、排版、配色、布局和交互体验优化。它适合让 Agent 根据产品场景整理页面结构、生成 UI 方案、检查视觉一致性或改进组件层级。使用时需要结合现有品牌、设计系统和用户任务,不应只堆装饰元素;涉及真实页面改动时,应通过截图或浏览器预览检查文本溢出、对齐和响应式表现。

总安装

1,053

周安装

43

GitHub Stars

1,323

下载量

341
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/mims-harvard/tooluniverse --skill tooluniverse-vaccine-design

简介

用于辅助界面设计、视觉规范和交互体验优化。

  • 适合让 Agent 根据产品场景生成 UI 方案或检查视觉一致性。
  • 使用时需结合品牌和设计系统,避免仅堆砌装饰元素。
  • 涉及页面改动时应通过截图或预览检查文本溢出和对齐表现。
  • tooluniverse-vaccine-design 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Vaccine Design

Computational pipeline for designing peptide/subunit vaccine candidates through epitope prediction, population coverage optimization, and immunogenicity assessment.

Reasoning Strategy

Vaccine design requires presenting the right epitopes to elicit protective immunity — not just any immune response, but one that is neutralizing, durable, and broadly applicable. For T-cell vaccines, the core tool is MHC binding prediction (IEDB tools): predict peptide-MHC affinity across multiple HLA alleles, then select epitopes with broad coverage of the target population. For antibody vaccines, prioritize surface-exposed conserved regions — a deeply buried or hypervariable region makes a poor antibody target. MHC binding does not equal immunogenicity; many good binders are not immunogenic in vivo due to tolerance, poor processing, or lack of T-cell help. A multi-epitope strategy (combining MHC-I for CD8+ CTL response, MHC-II for CD4+ helper response, and B-cell epitopes for antibody induction) is more robust than any single epitope. Conservation across pathogen strains is critical — an epitope that mutates under immune pressure (like HIV envelope hypervariable regions) is a poor vaccine target.

LOOK UP DON'T GUESS: Do not predict MHC binding or population coverage from memory — use IEDB_predict_mhci_binding and IEDB_predict_mhcii_binding for predictions and IEDB_search_epitopes for validated experimental data. Do not assume what's on the pathogen surface; retrieve annotated sequences from UniProt or BVBRC.

Key principles:

  1. Epitope-driven — vaccines work by presenting epitopes to T/B cells; start with epitope prediction
  2. Population coverage matters — HLA diversity means no single epitope covers everyone; design for breadth
  3. Multi-epitope is better — combine CD8+ (MHC-I) and CD4+ (MHC-II) epitopes for robust immunity
  4. Conservation = broad protection — conserved epitopes across strains provide cross-protective immunity
  5. Evidence grading — T1: clinical trial data, T2: in-vivo immunogenicity, T3: in-vitro binding, T4: computational prediction only

When to Use

  • "Design a vaccine against [pathogen]"
  • "Predict T-cell epitopes for [protein]"
  • "What MHC-I epitopes does [protein] have?"
  • "Assess population coverage of these epitopes"
  • "Find conserved epitopes across [pathogen] strains"

Not this skill: For HLA typing or allele frequency only, use tooluniverse-hla-immunogenomics. For antibody engineering, use tooluniverse-antibody-engineering.


Core Tools

ToolUse For
IEDB_search_epitopesSearch experimentally validated epitopes
IEDB_get_epitopeGet detailed epitope data (assay results, MHC restriction)
iedb_search_mhcSearch validated MHC binding assay data
IEDB_predict_mhci_bindingPredict MHC-I binding (NetMHCpan EL; rank < 0.5% = strong binder)
IEDB_predict_mhcii_bindingPredict MHC-II binding (NetMHCIIpan EL; CD4+ helper epitopes)
UniProt_get_entry_by_accessionGet antigen protein sequence
UniProt_searchFind pathogen protein sequences
BVBRC_search_genome_featuresSearch pathogen proteomes
alphafold_get_predictionGet/predict antigen 3D structure
EnsemblVEP_annotate_hgvsCheck epitope conservation across variants
PubMed_search_articlesFind published vaccine studies
search_clinical_trialsFind ongoing vaccine clinical trials

Workflow

Phase 0: Antigen Selection
  Pathogen → essential surface proteins → sequence retrieval
    |
Phase 1: T-Cell Epitope Prediction
  MHC-I (CD8+ CTL) and MHC-II (CD4+ helper) binding prediction
    |
Phase 2: B-Cell Epitope Prediction
  Linear and conformational B-cell epitopes for antibody response
    |
Phase 3: Population Coverage
  HLA allele frequencies → design for target population
    |
Phase 4: Conservation Analysis
  Cross-strain epitope conservation → broad protection
    |
Phase 5: Candidate Assembly & Report
  Multi-epitope construct design → immunogenicity assessment

Phase 0: Antigen Selection

Best antigens for vaccines: Surface-exposed, essential for pathogen function, conserved across strains.

# Find pathogen surface proteins
UniProt_search(query="[organism] AND locations:(location:cell surface) AND reviewed:true")
# Or search BVBRC for annotated pathogen proteomes
BVBRC_search_genome_features(keyword="surface protein", genome_id="[taxon_id]")

Antigen prioritization: prefer surface-exposed (secreted/outer membrane) over cytoplasmic; >95% conserved across strains; essential for pathogen viability; known immunogen in natural infection. Use UniProt subcellular location annotations and PubMed to verify these properties.

Phase 1: T-Cell Epitope Prediction

MHC-I epitopes (CD8+ cytotoxic T cells — kill infected cells):

# Option A: Search for KNOWN validated epitopes from IEDB
iedb_search_mhc(
    mhc_class="I",
    qualitative_measure="Positive",
    filters={"source_organism_iri": "eq.NCBITaxon:2697049"},  # SARS-CoV-2
    select=["linear_sequence", "mhc_restriction", "qualitative_measure"],
    limit=50
)

# Option B: PREDICT novel peptide binding (recommended for new proteins)
IEDB_predict_mhci_binding(
    sequence="YOUR_PROTEIN_SEQUENCE",  # full protein or peptide
    allele="HLA-A*02:01",             # or H-2-Kd for mouse
    method="netmhcpan_el",            # EL = eluted ligand (recommended)
    length=9                           # 8-11 for MHC-I
)
# Returns peptides ranked by percentile_rank:
# < 0.5% = strong binder (include in vaccine)
# 0.5-2% = moderate binder (consider)
# > 2% = weak/non-binder (exclude)

MHC-II epitopes (CD4+ helper T cells — activate B cells and CD8+ T cells):

iedb_search_mhc(
    mhc_class="II",
    qualitative_measure="Positive",
    filters={"source_organism_iri": "eq.NCBITaxon:2697049"},
    limit=50
)

Binding affinity interpretation:

IC50 (nM)ClassificationVaccine Relevance
< 50Strong binderInclude — high presentation probability
50-500Moderate binderConsider — may contribute to response
500-5000Weak binderExclude — unlikely to be presented
> 5000Non-binderExclude

HLA supertype strategy: For broad coverage, predict against HLA supertypes:

  • A2 supertype (A*02:01, A*02:06, A*68:02) — covers ~40% globally
  • A3 supertype (A*03:01, A*11:01, A*31:01) — covers ~25%
  • B7 supertype (B*07:02, B*35:01, B*51:01) — covers ~25%
  • A2 + A3 + B7 + B44 combined — covers >90% of most populations

Phase 2: B-Cell Epitope Prediction

B-cell epitopes trigger antibody production. Look for:

  • Linear epitopes: Continuous peptide sequences (easier to synthesize)
  • Conformational epitopes: 3D surface patches (requires structural data)
# Check for known B-cell epitopes
IEDB_search_epitopes(query="[protein_name]", epitope_type="B cell")
# Get structure for conformational epitope prediction
alphafold_get_prediction(uniprot_id="[accession]")

B-cell epitope criteria: Surface-exposed loops, hydrophilic regions, flexible regions (high B-factor). Combine computational prediction with structural analysis.

Phase 3: Population Coverage

# Search for epitopes restricted to common HLA alleles in target population
# NOTE: No HLA frequency tool exists in ToolUniverse. For population coverage:
# 1. Use IEDB Analysis Resource (tools.iedb.org/population) for population coverage calculation
# 2. Use the HLA supertype strategy (see above) to ensure broad coverage
# 3. Search PubMed for published HLA frequency data: PubMed_search_articles(query="HLA allele frequency [population]")

Population coverage targets:

Coverage LevelInterpretationAction
>90%Excellent — vaccine will work in most individualsProceed to development
70-90%Good — most people covered; some populations underservedAdd more epitopes for uncovered HLA types
50-70%Moderate — significant gapsRedesign with broader HLA coverage
<50%Poor — vaccine will miss too many peopleFundamental redesign needed

Phase 4: Conservation Analysis

Check if epitopes are conserved across pathogen strains/variants:

# Search for protein variants across strains
PubMed_search_articles(query="[pathogen] [protein] sequence variation strains")
# Check specific mutations in epitope regions
EnsemblVEP_annotate_hgvs(hgvs_notation="[variant_in_epitope]")

Conservation interpretation:

  • 100% conserved across all known strains → ideal vaccine target
  • >95% conserved → good target; monitor emerging variants
  • 80-95% conserved → may need strain-specific variants in construct
  • <80% conserved → avoid; pathogen evolves to escape this epitope

Phase 5: Candidate Assembly & Report

Multi-epitope construct design principles:

  1. Include 3-5 MHC-I epitopes (CD8+ response)
  2. Include 2-3 MHC-II epitopes (CD4+ helper response)
  3. Include 1-2 B-cell epitopes (antibody response)
  4. Connect with appropriate linkers (AAY for MHC-I, GPGPG for MHC-II)
  5. Add adjuvant sequence if needed (e.g., flagellin domain for TLR5)

Report structure:

  1. Antigen Selection — rationale, conservation, essentiality
  2. Epitope Map — all predicted epitopes with binding affinities and HLA restrictions
  3. Top Epitopes — ranked by binding strength × conservation × population coverage
  4. Population Coverage — % coverage per major world population
  5. Conservation Analysis — strain coverage, escape risk assessment
  6. Construct Design — multi-epitope sequence with linkers
  7. Clinical Precedent — existing vaccines/trials for related antigens
  8. Limitations — predicted only (T4 evidence); needs experimental validation

Limitations

  • All predictions are computational (T4 evidence) — experimental validation (binding assays, immunogenicity studies) is required before any clinical development
  • No immunogenicity guarantee — MHC binding ≠ immunogenicity; many good binders are not immunogenic in vivo
  • B-cell epitope prediction is less reliable than T-cell; conformational epitopes require accurate structures
  • No adjuvant optimization — adjuvant selection requires empirical testing
  • Pathogen evasion — rapidly evolving pathogens (HIV, influenza) may escape epitope-based vaccines

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.59%
按下载量换算125

Claude

28.85%
按下载量换算98

Cursor

18.73%
按下载量换算64

Gemini CLI

9.36%
按下载量换算32

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

权限需确认

当前来源未能明确判断权限范围,默认进入异常复核队列。

安装前确认

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

来源信息

继续浏览同类 Skills