← 返回 Skills 市场
307
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install ncbi-search
功能描述
Search NCBI databases using E-Utilities API (official, free). Supports multiple databases: PubMed (literature), Gene, Protein, Nucleotide, dbSNP, ClinVar, Ta...
安全使用建议
This skill appears to do what it says: local Python scripts call NCBI E-Utilities and optionally use your NCBI API key for higher rate limits. Before installing: 1) Verify you have Python and install the 'requests' package (README shows pip install requests) — SKILL.md's "no external dependencies" claim is inaccurate. 2) Confirm you trust the skill source (source/homepage unknown). 3) If you plan heavy usage, create and set an NCBI API key to avoid throttling. 4) Review the included scripts yourself (they are short and readable) or run them in a sandboxed environment first. Finally, note the skill will make outbound network calls to NCBI (expected), but it does not request other credentials or access system-wide secrets.
功能分析
Type: OpenClaw Skill
Name: ncbi-search
Version: 1.0.1
The ncbi-search skill bundle is a well-implemented tool for querying official NCBI databases (PubMed, Gene, dbSNP, etc.) via the E-Utilities API. The Python scripts (ncbi_search.py, pubmed_search.py) use the standard requests library to interact with official NCBI endpoints, incorporating appropriate rate limiting and retry logic. There is no evidence of data exfiltration, malicious execution, or prompt injection; the instructions in SKILL.md are strictly aligned with the stated purpose of biomedical data retrieval.
能力评估
Purpose & Capability
Name/description match the included code: scripts call NCBI E-Utilities (esearch, esummary, efetch) and implement intent detection for PubMed, Gene, Protein, dbSNP, ClinVar, taxonomy, etc. No unrelated services or credentials are requested.
Instruction Scope
SKILL.md instructs running the provided Python scripts and to set NCBI_API_KEY (optional). Instructions reference only user-specified files (PMID lists) and NCBI endpoints. Minor issues: SKILL.md/README claim "no external dependencies" while the code requires the third-party 'requests' library and the README shows pip install requests; there's also a small path typo in one example ("~/.agents/skill/" vs "~/.agents/skills/"). These are implementation/documentation inconsistencies but not malicious scope creep.
Install Mechanism
No install spec in the registry (instruction-only install). The project includes Python scripts and expects the 'requests' package; README suggests pip install requests. No downloads from arbitrary URLs or archive extraction are present. The lack of an explicit install step means users must manually ensure Python and dependencies are available.
Credentials
The only credential discussed is the optional NCBI_API_KEY (used to raise rate limits) and it is accessed via command-line arg or NCBI_API_KEY environment variable. No other secrets, unrelated environment variables, or config paths are requested.
Persistence & Privilege
Registry flags are default (always:false, user-invocable:true). The skill does not request persistent elevated privileges or modify other skills. It will perform network requests to NCBI when invoked; no autonomous always-on behavior is requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ncbi-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/ncbi-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Initial release of the ncbi-search skill.
- Search multiple NCBI databases (PubMed, Gene, Protein, Nucleotide, dbSNP, ClinVar, Taxonomy, etc.) using the official E-Utilities API.
- Automatically detects the query's intent and selects the most appropriate database.
- Returns formatted results with key information for biomedical literature, gene/protein information, variants, and more.
- Supports both automatic search mode and manual database selection.
- Optional: Configure NCBI API Key for higher query rates.
v1.0.0
- Initial release of the ncbi-search skill.
- Search across multiple NCBI databases (PubMed, Gene, Protein, Nucleotide, dbSNP, ClinVar, Taxonomy, and more) via the official E-Utilities API.
- Supports smart query intent recognition to automatically select the appropriate database.
- Provides formatted search results with key information for literature, genes, proteins, variants, and other biomedical data.
- Allows database specification, filters (years, article type), organism restriction, and API key configuration for higher rate limits.
- Includes usage instructions, sample outputs, and references.
元数据
常见问题
ncbi-search 是什么?
Search NCBI databases using E-Utilities API (official, free). Supports multiple databases: PubMed (literature), Gene, Protein, Nucleotide, dbSNP, ClinVar, Ta... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 307 次。
如何安装 ncbi-search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ncbi-search」即可一键安装,无需额外配置。
ncbi-search 是免费的吗?
是的,ncbi-search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
ncbi-search 支持哪些平台?
ncbi-search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ncbi-search?
由 Pengside(@side-peng)开发并维护,当前版本 v1.0.1。
推荐 Skills