← 返回 Skills 市场
PMC Harvest
作者
angusthefuzz
· GitHub ↗
· v1.0.0
804
总下载
3
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install pmc-harvest
功能描述
Fetch and retrieve full-text or abstracts of open-access articles from PubMed Central by journal, year, or PMCID using NCBI's public APIs without an API key.
安全使用建议
This skill appears to do exactly what it claims: search PMC and fetch open-access full-text via NCBI's public APIs. Before installing, ensure you have Node available and that your environment allows outbound HTTPS to ncbi.nlm.nih.gov. If you plan large-scale harvesting, respect NCBI rate limits and usage policies (the code implements a 3 req/sec delay but large batches should be staggered and run off-peak). In an enterprise environment, verify network egress policies because the scripts will make direct HTTP(S) requests to NCBI. If you need stronger guarantees, review the included source files yourself — they are small, readable, and contain no obfuscated or third-party endpoints.
功能分析
Type: OpenClaw Skill
Name: pmc-harvest
Version: 1.0.0
The OpenClaw skill 'pmc-harvest' is designed to fetch articles from PubMed Central using official NCBI APIs. All network requests are directed to `eutils.ncbi.nlm.nih.gov` and `pmc.ncbi.nlm.nih.gov`, as documented in `SKILL.md` and implemented in `lib/api.js`. User inputs are handled as query parameters or IDs, which are properly URL-encoded or parsed, preventing arbitrary command or URL injection. The `SKILL.md` file contains no prompt injection attempts against the agent. The code demonstrates responsible API usage, including rate limiting, and lacks any indicators of malicious intent such as data exfiltration, unauthorized execution, or persistence mechanisms.
能力评估
Purpose & Capability
The name/description (PMC harvesting) matches the code and SKILL.md: the package only requires node, uses NCBI E-utilities and OAI-PMH endpoints, implements search, summaries, and full-text retrieval. No unrelated services, credentials, or binaries are requested.
Instruction Scope
SKILL.md and the CLI instruct only running the included Node scripts and using NCBI endpoints. The runtime instructions do not ask the agent to read unrelated files, environment variables, or post data to third-party endpoints. All network calls in the code go to ncbi.nlm.nih.gov / pmc.ncbi.nlm.nih.gov.
Install Mechanism
There is no install spec (instruction-only), and the included code is plain Node.js source that uses only built-in https/zlib modules. No external downloads or archives, package registry installs, or untrusted URLs are present.
Credentials
The skill requires only the 'node' binary and requests no environment variables, keys, or config paths. This is proportionate for a Node CLI that calls public HTTP APIs.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide settings, and contains no code that persistently installs components or stores credentials. It performs transient network requests only when invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pmc-harvest - 安装完成后,直接呼叫该 Skill 的名称或使用
/pmc-harvest触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - NCBI API client for PubMed Central
元数据
常见问题
PMC Harvest 是什么?
Fetch and retrieve full-text or abstracts of open-access articles from PubMed Central by journal, year, or PMCID using NCBI's public APIs without an API key. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 804 次。
如何安装 PMC Harvest?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pmc-harvest」即可一键安装,无需额外配置。
PMC Harvest 是免费的吗?
是的,PMC Harvest 完全免费(开源免费),可自由下载、安装和使用。
PMC Harvest 支持哪些平台?
PMC Harvest 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 PMC Harvest?
由 angusthefuzz(@angusthefuzz)开发并维护,当前版本 v1.0.0。
推荐 Skills