← 返回 Skills 市场
jackkuo666

PubMed Search

作者 JackKuo666 · GitHub ↗ · v0.1.0
cross-platform ✓ 安全检测通过
1007
总下载
0
收藏
6
当前安装
1
版本数
在 OpenClaw 中安装
/install pubmed-search-skill
功能描述
AI-powered tool for searching and analyzing PubMed biomedical literature
安全使用建议
This skill looks coherent for PubMed searching and analysis; the included Python code matches the SKILL.md. Before installing or running: 1) Review the included pubmed_search.py yourself (it is present) to confirm behavior; 2) Avoid blindly running recommended remote installer commands (curl | sh) or npx clone commands from unknown GitHub accounts — instead inspect those scripts and the remote repo first; 3) If you provide PUBMED_EMAIL or PUBMED_API_KEY, know the email will be sent to NCBI as part of API calls (expected for polite API usage); 4) Use a dedicated directory/virtualenv when installing dependencies and check that only requests and python-dotenv are installed; 5) If unsure about the GitHub source (owner JackKuo666), prefer installing from the packaged files you already received or from an official/trusted repo.
功能分析
Type: OpenClaw Skill Name: pubmed-search-skill Version: 0.1.0 The OpenClaw skill 'pubmed-search-skill' is classified as benign. The code (`pubmed_search.py`) and documentation (`SKILL.md`, `README.md`) align with its stated purpose of searching and analyzing PubMed literature. All network requests are directed to legitimate NCBI/PubMed endpoints, and environment variables accessed (`PUBMED_API_KEY`, `PUBMED_EMAIL`, `PUBMED_TOOL`) are relevant to API interaction. While the installation instructions include `curl -LsSf https://astral.sh/uv/install.sh | sh`, this is a common, albeit generally risky, method for installing developer tools from their official source, and does not indicate malicious intent by the skill developer. There are no signs of data exfiltration, unauthorized command execution, persistence mechanisms, or malicious prompt injection against the AI agent. The potential for path traversal via output file arguments is a vulnerability if exploited by a malicious calling agent, but the skill itself does not demonstrate intent to exploit this.
能力评估
Purpose & Capability
Skill name/description, README, SKILL.md, and the included Python code all align: they call NCBI E-utilities (eutils.ncbi.nlm.nih.gov), fetch metadata, attempt PMC PDF downloads, and accept optional PUBMED_API_KEY/PUBMED_EMAIL settings. No unrelated cloud credentials, services, or unexpected capabilities are requested.
Instruction Scope
Runtime instructions (SKILL.md) stay within the PubMed use case. They instruct asking user for query parameters, calling the included script, and optionally creating a .env with PUBMED_API_KEY and PUBMED_EMAIL. The code reads only those environment variables (via dotenv if available) and interacts with NCBI/PMC pages. It does not instruct reading or exfiltrating other local files or credentials. One caveat: the script writes downloaded PDFs to disk (as expected) and will include the provided email in API requests/user-agent (standard for NCBI).
Install Mechanism
There is no formal install spec in the registry, but SKILL.md/README recommend running external installers: 'curl -LsSf https://astral.sh/uv/install.sh | sh' to install 'uv' and an npx command to add the skill from a GitHub repo (https://github.com/JackKuo666/... ). Both are common developer conveniences but may fetch and execute third‑party code from the network. Because the skill package itself is included here, consider reviewing the repository and installer scripts before running those commands.
Credentials
Only optional environment settings are documented (PUBMED_API_KEY, PUBMED_EMAIL, PUBMED_TOOL). These are appropriate and necessary for interacting with NCBI's API and for higher rate limits; no unrelated or excessive secrets are requested.
Persistence & Privilege
The skill does not request permanent/always-on installation, does not set always: true, and does not modify other skills or system-wide settings. It operates as a normal, on-demand skill and writes only output files (downloaded PDFs) to user-specified locations.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pubmed-search-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pubmed-search-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial public release of PubMed-Search skill. - Search PubMed articles by keywords with advanced filters (title, author, journal, date range). - Retrieve detailed article metadata using PMIDs; supports batch lookup. - Analyze PubMed articles, providing research background, methods, findings, and limitations. - Attempt to download full-text PDFs for open access articles via PubMed Central. - Multiple installation options (uv, conda, pip) and flexible configuration support. - Output available in human-readable, JSON, or Markdown formats.
元数据
Slug pubmed-search-skill
版本 0.1.0
许可证
累计安装 7
当前安装数 6
历史版本数 1
常见问题

PubMed Search 是什么?

AI-powered tool for searching and analyzing PubMed biomedical literature. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1007 次。

如何安装 PubMed Search?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install pubmed-search-skill」即可一键安装,无需额外配置。

PubMed Search 是免费的吗?

是的,PubMed Search 完全免费(开源免费),可自由下载、安装和使用。

PubMed Search 支持哪些平台?

PubMed Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 PubMed Search?

由 JackKuo666(@jackkuo666)开发并维护,当前版本 v0.1.0。

💬 留言讨论