← 返回 Skills 市场
hollyya

My PubMed Search

作者 HollyYa · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
82
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install my-pubmed-skill
功能描述
简易PubMed搜索技能。使用web搜索和API调用检索PubMed文献。当用户要求"搜索PubMed文献"、"查找医学论文"、"医学文献检索"时使用。
安全使用建议
Do not install blindly. The main issue is that SKILL.md tells the agent to run PowerShell scripts and to use OpenClaw web_search/web_fetch, but the package only contains a Python script (scripts/pubmed_search.py). Before installing or enabling this skill: 1) Confirm with the author whether the missing PowerShell scripts are intentional or a packaging error; 2) If you plan to run it, inspect/execute the included Python script locally in a sandbox to verify behavior and dependencies (requests); 3) Check how an API key would be provided — prefer passing it explicitly (not hardcoded) or via a well-scoped secret managed by you; 4) Be cautious if the agent attempts to download or execute missing scripts automatically — that would increase risk. If you need platform portability, ask the maintainer for a consistent, up-to-date SKILL.md matching the shipped files.
功能分析
Type: OpenClaw Skill Name: my-pubmed-skill Version: 1.0.0 The skill bundle is a legitimate tool for searching PubMed literature using the official NCBI E-Utilities API. The primary logic in `scripts/pubmed_search.py` handles API requests, rate limiting, and XML parsing without any signs of data exfiltration or malicious intent. While `SKILL.md` contains a minor discrepancy by referencing a PowerShell script not included in the bundle, the provided Python script fulfills the stated purpose safely and follows standard development practices.
能力评估
Purpose & Capability
The name/description (PubMed search) matches the included code and templates: the Python script calls NCBI E-Utilities and templates/reference docs are PubMed-relevant. Nothing in the code requests unrelated cloud credentials or unusual system access.
Instruction Scope
SKILL.md instructs the agent to run PowerShell scripts (scripts/pubmed_search.ps1, scripts/test_pubmed_api.ps1) and to use OpenClaw web_search/web_fetch tools, but those PowerShell files are not present in the package and the only provided script is scripts/pubmed_search.py. This mismatch could cause the agent to fail or attempt other remediation (download/execute missing files) and indicates the instructions are out-of-sync with the shipped implementation. SKILL.md also references using an API key but does not specify how the agent should obtain or store it.
Install Mechanism
No install spec is included (instruction-only plus code file). That is low-risk: nothing is downloaded or installed by the registry. The shipped Python script has no obfuscated code or external download endpoints. Note: the script uses the 'requests' package which may not be present in all runtimes and would fail unless available.
Credentials
The skill declares no required environment variables or credentials. The code accepts an optional NCBI api_key and an email address but does not read unspecified secrets. There is no request for unrelated tokens or system config paths.
Persistence & Privilege
The skill does not request always:true and is user-invocable. It does not appear to modify other skills or system-wide settings. Autonomous invocation is allowed (platform default) but not combined with broad credentials or other red flags here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install my-pubmed-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /my-pubmed-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of My PubMed Search Skill. - Enables PubMed literature search via web scraping and NCBI E-Utilities API. - Supports filtering by time range, article type, language, and full-text availability. - Allows export in multiple citation styles: APA, MLA, IEEE, GB/T 7714, BibTeX. - Provides formatted outputs and configurable search parameters. - Includes PowerShell scripts and template files for streamlined use.
元数据
Slug my-pubmed-skill
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

My PubMed Search 是什么?

简易PubMed搜索技能。使用web搜索和API调用检索PubMed文献。当用户要求"搜索PubMed文献"、"查找医学论文"、"医学文献检索"时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 82 次。

如何安装 My PubMed Search?

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

My PubMed Search 是免费的吗?

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

My PubMed Search 支持哪些平台?

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

谁开发了 My PubMed Search?

由 HollyYa(@hollyya)开发并维护,当前版本 v1.0.0。

💬 留言讨论