โ† All skills
Tencent SkillHub ยท Developer Tools

pubmed2blog

Convert PubMed research papers into SEO-optimized, patient-friendly healthcare blog articles using a streamlined discover-extract-generate pipeline.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Convert PubMed research papers into SEO-optimized, patient-friendly healthcare blog articles using a streamlined discover-extract-generate pipeline.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 9 sections Open source page

pubmed2blog Skill

This skill provides access to the pubmed2blog CLI tool for converting PubMed papers into blog articles.

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.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc