pubmed-database

Accesses PubMed via REST API for Boolean/MeSH searches and programmatic retrieval of research articles.

Updated Jan 10, 2026
One-click install
npx skills add https://github.com/robinbarvaag/poynt --skill pubmed-database-robinbarvaag
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pubmed-database
Source: https://github.com/robinbarvaag/poynt/tree/main/.github/skills/pubmed-database
Command: npx skills add https://github.com/robinbarvaag/poynt --skill pubmed-database-robinbarvaag

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and 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 for precise literature searches.
  • Programmatic Access: Utilize the E-utilities API for automated data retrieval, systematic reviews, and literature analysis workflows.
  • Use Case: A researcher needs to find all randomized controlled trials published in 2023 on the efficacy of a new diabetes drug. This Skill can construct the precise query, fetch the relevant article metadata, and export it for further analysis.

Quick Start

Use the pubmed-database skill to search for recent articles on 'CRISPR gene editing'.

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 using MeSH terms and Boolean operators in Python?

Build complex queries using MeSH terms, Boolean operators, and field tags for precise PubMed literature searches. This provides direct E-utilities REST API access to retrieve biomedical article metadata programmatically in Python.

Can I automate PubMed literature searches for systematic reviews?

Automate systematic review literature searches via the E-utilities API for batch processing of biomedical articles. This fetches relevant article metadata programmatically to support large-scale research analysis workflows.

What is the best way to retrieve article metadata from NCBI for batch processing?

Retrieve NCBI article metadata by utilizing the E-utilities REST API for automated data retrieval. This supports batch processing of biomedical and life sciences research articles directly via programmatic database queries.

Does this PubMed API access support advanced search syntax and citation management?

PubMed API access supports advanced search syntax, MeSH term integration, and citation management. It enables constructing precise Boolean queries and exporting fetched article metadata for Python-based literature analysis workflows.

How do I find randomized controlled trials on PubMed using field tags?

Find randomized controlled trials by constructing complex PubMed queries using specific field tags and Boolean operators. This precisely filters biomedical literature and fetches the matching article metadata via the E-utilities API.