Search NCBI databases using E-Utilities API (official, free). Supports multiple databases: PubMed (literature), Gene, Protein, Nucleotide, dbSNP, ClinVar, Taxonomy, etc. Automatically detects search intent and routes to appropriate database. Returns formatted results with key information. Use for biomedical literature, gene information, protein sequences, genetic variants, and more.
NCBI多数据库智能检索工具,使用官方E-Utilities API。免费、可靠、无外部依赖。
| 数据库 | 用途 | 触发关键词 |
|---|---|---|
| pubmed | 文献检索 | paper, article, review, 研究, 论文, 文献, 发表 |
| gene |
技能会自动判断用户搜索意图:
阿尔茨海默病机制 → PubMed
糖尿病最新综述 → PubMed
Smith作者癌症论文 → PubMed
APOE基因 → Gene
BRCA1功能 → Gene
TP53人类 → Gene
胰岛素蛋白质序列 → Protein
p53蛋白 → Protein
rs12345 SNP → dbSNP
BRCA1致病性变异 → ClinVar
bash
bash
bash
======================================================================
PubMed 搜索结果
======================================================================
查询: APOE[Title/Abstract] AND Alzheimer Disease[MeSH]
总计: 400 篇文章 | 返回: 10 篇文章
======================================================================
[1] PMID: 33597265
标题: APOE immunotherapy reduces cerebral amyloid angiopathy...
作者: Xiong M, Jiang H, Serrano J 等
期刊: Science translational medicine (2021)
DOI: 10.1126/scitranslmed.abd7522
链接: https://pubmed.ncbi.nlm.nih.gov/33597265/
======================================================================
基因搜索结果
======================================================================
查询: APOE[Gene Name] AND human[Organism]
总计: 1 个基因 | 返回: 1 个基因
======================================================================
[1] 基因ID: 348
符号: APOE
名称: apolipoprotein E
物种: Homo sapiens (人类)
染色体: 19q13.32
摘要: 载脂蛋白E (APOE) 是一种参与...
链接: https://www.ncbi.nlm.nih.gov/gene/348
======================================================================
dbSNP 搜索结果
======================================================================
查询: rs429358
总计: 1 个变异 | 返回: 1 个变异
======================================================================
[1] rsID: rs429358
基因: APOE
等位基因: C/T
临床意义: 致病性 (阿尔茨海默病)
频率: T=0.14 (EUR)
链接: https://www.ncbi.nlm.nih.gov/snp/rs429358
powershell
| 方式 | 速率 |
|---|---|
| 无 API Key | 3 次/秒 |
| 有 API Key |
| 任务 | 技能 |
|---|---|
| 基因详细信息 | gene-database |
| 蛋白质结构 |
ncbi-search/
├── SKILL.md
├── scripts/
│ ├── ncbi_search.py # 主脚本(多数据库)
│ ├── pubmed_search.py # PubMed专用
│ └── ncbi_utils.py # 工具函数
└── references/
└── query_syntax.md
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 ncbi-search-1776108369 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 ncbi-search-1776108369 技能
skillhub install ncbi-search-1776108369
文件大小: 21.96 KB | 发布时间: 2026-4-15 13:33