← 返回 Skills 市场
aipoch-ai

PubMed Search Specialist

作者 AIpoch · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
155
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pubmed-search-specialist
功能描述
Build complex Boolean query strings for precise PubMed/MEDLINE literature retrieval. Trigger when user needs MeSH term mapping, Boolean query construction, a...
安全使用建议
This package appears to do what it says: build PubMed Boolean queries. Before running it, inspect scripts/main.py (you can read it or run `python -m py_compile scripts/main.py` as the SKILL.md suggests). Run the script in a Python virtualenv or isolated environment (it targets Python 3.10+). Be aware the tool will read any input file paths you give it — only supply files you trust. The requirements file includes 'requests' and 'dataclasses' even though 'dataclasses' is builtin for 3.10 and 'requests' is not obviously used; that is a minor mismatch but not malicious. If you need stronger assurance, run the script with harmless test inputs and/or in a sandboxed environment and search the code for any network calls or subprocess invocations before providing sensitive data or credentials (none are required by this skill).
功能分析
Type: OpenClaw Skill Name: pubmed-search-specialist Version: 1.0.0 The pubmed-search-specialist skill is a legitimate tool designed to assist in constructing complex Boolean queries for medical literature searches. The primary script (scripts/main.py) implements structured classes for MeSH term mapping and PICO-based query generation using standard Python libraries. Although requirements.txt includes the 'requests' library and SKILL.md mentions potential network access to NCBI APIs, the provided code does not actually perform any network requests or sensitive file operations. There are no signs of obfuscation, data exfiltration, or malicious instructions; the discrepancy between the documentation and the code appears to be due to the project's 'Draft' status and planned future improvements.
能力评估
Purpose & Capability
Name, description, SKILL.md, reference docs, and scripts/main.py all focus on building MeSH-based PubMed Boolean queries. The included Python script and reference files are coherent with the stated purpose; nothing in the manifest requests unrelated access (no env vars, no binaries).
Instruction Scope
SKILL.md instructs the agent to validate inputs and run the packaged script (python scripts/main.py). Instructions do not direct the agent to read unrelated system files, exfiltrate data, or contact external endpoints. It asks the user to supply input/output paths (expected for a CLI tool).
Install Mechanism
No install spec is provided (instruction-only skill with a packaged script). This is low-risk; nothing is downloaded from external URLs or written to system locations by an installer.
Credentials
The skill declares no required environment variables or credentials. requirements.txt lists 'dataclasses' and 'requests', which is slightly unnecessary for Python 3.10+ (dataclasses is builtin) and requests is not visibly used in the provided code — a small mismatch but not a security concern.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or to modify other skills. Autonomous invocation is allowed by default, which is normal; nothing else elevates its privilege footprint.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pubmed-search-specialist
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pubmed-search-specialist 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of PubMed Search Specialist skill. - Provides tools to construct complex Boolean query strings for PubMed/MEDLINE searches. - Supports MeSH term mapping, advanced filters, and clinical query optimization. - Includes workflows for building systematic review search strategies and citation searches. - Delivers reproducible outputs and fallback procedures for incomplete inputs or errors. - Offers detailed documentation and example commands to ensure audit-ready execution.
元数据
Slug pubmed-search-specialist
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

PubMed Search Specialist 是什么?

Build complex Boolean query strings for precise PubMed/MEDLINE literature retrieval. Trigger when user needs MeSH term mapping, Boolean query construction, a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 155 次。

如何安装 PubMed Search Specialist?

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

PubMed Search Specialist 是免费的吗?

是的,PubMed Search Specialist 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

PubMed Search Specialist 支持哪些平台?

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

谁开发了 PubMed Search Specialist?

由 AIpoch(@aipoch-ai)开发并维护,当前版本 v1.0.0。

💬 留言讨论