Pubmed2blog OpenClaw Plugin & Skill | ClawHub
Looking to integrate Pubmed2blog into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate search & research tasks instantly, without having to write custom tools from scratch.
What this skill does
Transform PubMed papers into SEO-optimized healthcare blog articles
Install
openclaw skills install @holic101/pubmed2blognpx clawhub@latest install pubmed2blogFull SKILL.md
Open original| name | description |
|---|---|
| pubmed2blog | Transform PubMed papers into SEO-optimized healthcare blog articles |
SKILL.md content below is scrollable.
pubmed2blog Skill
This skill provides access to the pubmed2blog CLI tool for converting PubMed papers into blog articles.
Commands
discover
Search PubMed for relevant studies ranked by blog suitability.
pubmed2blog discover "cardiovascular prevention"
pubmed2blog discover "sleep quality" --days 30 --tier tier1,tier2
extract
Fetch full paper details from PubMed.
pubmed2blog extract 39847521
pubmed2blog extract 39847521 --json
generate
Generate a blog article from a PubMed paper.
pubmed2blog generate 39847521 --type research-explainer
pubmed2blog generate 39847521 --type patient-facing --lang en,de --save
pipeline
Full pipeline: discover + extract + generate.
pubmed2blog pipeline "sleep quality" --top 3 --save
init
Interactive setup for API keys and preferences.
pubmed2blog init
Article Types
- research-explainer: Study findings for lay audience
- patient-facing: Accessible, no jargon
- differentiation: "Why we don't offer X"
- service-connection: Connect findings to services
Agent Usage
When using this skill as an agent:
- Run
pubmed2blog discover <keyword>to find relevant papers - Use
pubmed2blog extract <pmid>to get full details - Generate with
pubmed2blog generate <pmid> --type <type> --save - Deliver results to user in chat
- Schedule via cron for regular content generation
Setup
npm install -g pubmed2blog
pubmed2blog init
Supports Anthropic, OpenAI, and Z.AI providers.