AI Agent Hub
Back to skills
PubMed Literature Search icon

PubMed Literature Search

Knowledge Management Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md and install @user_72111f74/pubmed-search.

About this skill

Problem

When doing biomedical literature review, PubMed indexes over 30M records, but PMC full text covers only about 4M open-access articles. Harvesting PMC alone misses most non-OA papers, while checking full text manually is blocked by paywalls and ID mapping. This is especially visible when results span multiple years, journals, and MeSH topics, and manual summarization or OA labeling is error-prone.

How It Works

The skill splits retrieval, summarization, and OA detection into a stable workflow, fixing the order of NCBI E-utilities calls and reducing manual URL assembly and ID guessing:
- Runs PubMed queries via esearch, supporting tiab, mesh, journal, dp, author, and other full syntax;
- Uses esummary to inspect pmcid for open-access status;
- Fetches structured abstracts with efetch;
- Retrieves full-text XML via OAI-PMH when a PMCID exists;
- Forces each result to be labeled [OA] or [Non-OA], with PMID, PMCID, and batch OA statistics.

It is built for API-friendly use: no API key is required, and built-in delays help stay within the public rate limit.

Boundaries

Non-OA articles return abstracts and metadata only. Large batches during NCBI peak hours may be limited, and older pre-1975 records may have incomplete metadata. For full text, rely only on [OA] items or use institutional access, publishers, and DOI links. It is better suited for literature lists, abstract comparison, and OA filtering than for formal citation validation, full-text OCR, or database authorization compliance.

Use Cases

  • Before a systematic review, screen candidate PubMed articles by MeSH terms and year, then flag items with PMC full text.
  • When comparing studies on a gene, search by author, journal, and title/abstract, then export a list with PMID and OA status.
  • When organizing clinical evidence, filter to recent English reviews, retrieve structured abstracts, and check full-text availability.
  • When auditing a project literature list, search keyword phrases and count OA versus non-OA items to prioritize free full text.

Best For

  • Medical graduate student: screening disease literature for a thesis, needing to separate full-text PMC items from abstract-only items.
  • Clinical research associate: compiling evidence lists, needing journal, year, and MeSH search with OA status annotations.
  • Bioinformatics engineer: building a literature collection pipeline, needing stable PubMed abstract and PMC full-text calls.
  • Pharma medical affairs specialist: preparing drug background reviews, needing keyword and author searches with structured abstracts.