pubmed-database

Search PubMed biomedical literature via the E-utilities REST API.

8|Updated Nov 19, 2025
One-click install
npx skills add https://github.com/sanand0/scientific-research --skill pubmed-database-sanand0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pubmed-database
Source: https://github.com/sanand0/scientific-research/tree/main/.claude/skills/pubmed-database
Command: npx skills add https://github.com/sanand0/scientific-research --skill pubmed-database-sanand0

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides direct programmatic access to the vast PubMed database, enabling efficient searching and retrieval of biomedical and life sciences literature.

Core Features & Use Cases

  • Advanced Search: Construct complex queries using Boolean operators, MeSH terms, and field tags.
  • E-utilities API: Programmatically access PubMed data for systematic reviews, literature analysis, and automated workflows.
  • Use Case: A researcher needs to conduct a systematic review on the latest treatments for Type 2 Diabetes. They can use this Skill to build a comprehensive search query, retrieve relevant articles, and extract abstracts for further analysis.

Quick Start

Use the pubmed-database skill to search for recent systematic reviews on diabetes treatment.

Frequently Asked Questions about pubmed-database

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

FAQPage Schema
How do I search PubMed for biomedical literature using an API?

You can search PubMed literature via API by using the E-utilities REST interface, which supports advanced Boolean and MeSH term queries for systematic reviews and batch processing of biomedical articles.

Can I use biopython to query the NCBI PubMed database?

Yes, you can use biopython to query the NCBI PubMed database. The implementation prefers biopython's Bio.Entrez module for Python workflows that interact with the E-utilities API for literature search.

What is the best way to retrieve batch citations from PubMed for a systematic review?

The best way to retrieve batch citations from PubMed for a systematic review is using the E-utilities API for programmatic data retrieval, which supports batch processing and citation management for biomedical literature.

Does the PubMed API support advanced MeSH term queries for life sciences research?

Yes, the PubMed API supports advanced MeSH term queries for life sciences research. You can construct complex searches using MeSH terms, Boolean operators, and specific field tags via the E-utilities REST API.

How do I extract abstracts from PubMed search results programmatically?

To extract abstracts from PubMed search results programmatically, execute an advanced search via the E-utilities REST API to retrieve relevant article data, enabling automated extraction of abstracts for further literature analysis.