pubmed-search

Search PubMed, rank results, and export TSV and markdown reports.

64|12|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/MDhewei/bioinfor-claw --skill pubmed-search-mdhewei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pubmed-search
Source: https://github.com/MDhewei/bioinfor-claw/tree/main/paper-search-and-digest/pubmed-search
Command: npx skills add https://github.com/MDhewei/bioinfor-claw --skill pubmed-search-mdhewei

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, pandas, matplotlib, and includes scripts (resource) components.

What problem does it solve?

Researchers need to locate and organize biomedical papers efficiently; PubMed searches can return large results with limited metadata, making reviews slow and error-prone.

Core Features & Use Cases

  • Targeted searches: query PubMed with MeSH terms and filters, returning ranked results with abstracts and authors.
  • Structured outputs: saves a TSV, a formatted markdown report, and visualizations like timelines and keyword trends.
  • Use Case: imagine compiling a literature review on a topic; run the skill to retrieve relevant papers and generate a ready-to-share report.

Quick Start

Provide a PubMed query and produce a TSV with abstracts and citations.

Frequently Asked Questions about pubmed-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search PubMed and export structured metadata for a literature review?

Search PubMed and export structured metadata by providing a query with MeSH terms and filters. The skill uses PubMed eSearch and eFetch APIs to retrieve ranked results, then saves a TSV file containing abstracts, authors, and citations for literature reviews.

Can I filter biomedical literature searches by publication type and date range?

Yes, you can filter biomedical literature searches by date range, journal type, publication type, and study type. These filters apply directly to PubMed queries, ensuring the returned metadata and abstracts match specific systematic review or topic scouting requirements.

What's the best way to visualize keyword trends and publication timelines from PubMed results?

Visualize keyword trends and publication timelines from PubMed results by running the skill, which automatically generates visualizations using matplotlib. These charts accompany a formatted markdown report and a TSV file of extracted biomedical literature data.

Does PubMed literature search require installing pandas and matplotlib to generate reports?

Yes, generating formatted reports and visualizations from PubMed literature searches requires the pandas and matplotlib dependencies. The requests library is also needed to interface with the PubMed eSearch and eFetch APIs for data extraction.

How do MeSH terms improve biomedical literature search results in PubMed?

MeSH terms improve biomedical literature search results in PubMed by enabling targeted querying of the medical subject heading hierarchy. This structured approach retrieves highly relevant papers with accurate metadata, abstracts, and citations for systematic searches.

What are the limitations of using PubMed eSearch and eFetch APIs for data extraction?

Limitations of using PubMed eSearch and eFetch APIs include retrieving large result sets with limited initial metadata, which can slow down literature reviews. The skill mitigates this by structuring the extracted data into TSV files and formatted markdown reports for efficient processing.