← 返回 Skills 市场
749
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install pubmed2blog
功能描述
Convert PubMed research papers into SEO-optimized, patient-friendly healthcare blog articles using a streamlined discover-extract-generate pipeline.
安全使用建议
Before installing, verify the npm package's provenance: check the package page/registry (author, repository, recent publish history, and open-source code). Avoid global installs until you trust the package; prefer to install into a container or VM first. Ask the publisher which API keys the tool needs and where they are stored (local config file, OS keychain, or remote). Inspect the package's postinstall scripts and source code for network calls or unexpected filesystem writes. If you must use it in production, pin a known-good version, run npm audit, and consider running it with least privilege (no broad credentials present). If you want help reviewing the package's repository or package.json before running npm install -g, provide the package URL or tarball.
功能分析
Type: OpenClaw Skill
Name: pubmed2blog
Version: 1.0.0
The `SKILL.md` file instructs the AI agent to "Schedule via cron for regular content generation." This grants the agent the ability to modify system-level scheduled tasks, which is a high-privilege operation and a common vector for persistence or unauthorized execution, even if the stated purpose is benign. Additionally, the skill relies on installing an external `npm` package (`pubmed2blog`) via `npm install -g`, whose contents are not provided for analysis, introducing a supply chain risk.
能力评估
Purpose & Capability
Name, description, and CLI commands (discover/extract/generate/pipeline) align with the stated purpose of turning PubMed papers into blog articles. However the SKILL.md advertises an 'init' step for API keys and 'Supports Anthropic, OpenAI, and Z.AI providers' but the registry metadata declares no required credentials or primaryEnv — that's an unexplained discrepancy.
Instruction Scope
Instructions are narrowly scoped to running the pubmed2blog CLI and optionally scheduling via cron. They do not instruct reading unrelated system files or exfiltrating data. The only scope creep is the 'init' interactive setup (which implies collecting/storing API keys) and a recommendation to 'schedule via cron' which could imply system modification if followed — the SKILL.md doesn't show where credentials/preferences are stored or what providers those API keys are for.
Install Mechanism
Installation is an npm global install (npm install -g pubmed2blog). That's a public-registry install with install-time code execution risk (postinstall scripts) and it comes from an unknown source (no homepage, no repository URL provided). Instruction-only skill + global npm install is moderate risk without provenance or package review.
Credentials
The SKILL.md implies use of API keys and support for multiple LLM providers, but the skill metadata lists no required env vars or primary credential. This mismatch means the skill may prompt the user for secrets at init or expect them to be provided at runtime without declaring them up-front — a transparency issue and potential risk.
Persistence & Privilege
The skill does not request permanent inclusion (always:false) and is user-invocable. It does suggest saving generated articles and scheduling via cron, but it does not itself declare writing to system-wide config or changing other skills. No excessive privilege requested in metadata.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pubmed2blog - 安装完成后,直接呼叫该 Skill 的名称或使用
/pubmed2blog触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
pubmed2blog 是什么?
Convert PubMed research papers into SEO-optimized, patient-friendly healthcare blog articles using a streamlined discover-extract-generate pipeline. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 749 次。
如何安装 pubmed2blog?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pubmed2blog」即可一键安装,无需额外配置。
pubmed2blog 是免费的吗?
是的,pubmed2blog 完全免费(开源免费),可自由下载、安装和使用。
pubmed2blog 支持哪些平台?
pubmed2blog 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 pubmed2blog?
由 Holic(@holic101)开发并维护,当前版本 v1.0.0。
推荐 Skills