Agent skill

pubmed-database

Stars 2
Forks 0

Install this agent skill to your Project

npx add-skill https://github.com/drshailesh88/integrated_content_OS/tree/main/skills/cardiology/pubmed-database

SKILL.md

PubMed Database

Direct REST API access to the National Library of Medicine's biomedical literature repository for systematic reviews and research analysis.

Triggers

  • User asks to search for medical/scientific literature
  • User needs to find research papers on a cardiology topic
  • User wants to build a literature review
  • User requests evidence for a clinical claim
  • User needs citations for an article or newsletter

Core Capabilities

Search Construction

Build sophisticated queries combining:

  • Boolean operators (AND, OR, NOT)
  • Field tags: [mh] for MeSH terms, [au] for author, [ti] for title, [tiab] for title/abstract
  • Publication filters by date, type, and availability

E-utilities API Endpoints

Endpoint Purpose
ESearch Search and retrieve PMIDs
EFetch Retrieve full records
ESummary Get document summaries
EPost Upload ID lists
ELink Find related articles

Rate limits: 3 requests/second (10 with API key)

Filtering Options

  • Publication type (clinical trials, systematic reviews, meta-analyses)
  • Date ranges
  • Text availability (free full text, abstracts)
  • Species (human studies)

Citation Export Formats

  • NBIB (for reference managers)
  • AMA, MLA, APA, Vancouver styles
  • BibTeX for LaTeX

Example Queries

Cardiology-Specific Searches

# Recent SGLT2 inhibitor trials in heart failure
"SGLT2 inhibitors"[mh] AND "heart failure"[mh] AND "clinical trial"[pt] AND "2023"[dp]:present[dp]

# Interventional cardiology systematic reviews
"percutaneous coronary intervention"[mh] AND "systematic review"[pt]

# TAVR outcomes
"transcatheter aortic valve replacement"[tiab] AND (outcomes[tiab] OR mortality[tiab])

Building Evidence for Content

  1. Start with MeSH terms for precision
  2. Add free-text synonyms for coverage
  3. Filter by publication type and recency
  4. Review abstracts for relevance
  5. Extract key findings with PMIDs for citation

Workflow Integration

When writing cardiology content:

  1. Use this skill to find supporting evidence
  2. Document PMIDs for all factual claims
  3. Prefer systematic reviews and meta-analyses
  4. Include recent trials (last 2-3 years) for currency
  5. Cross-reference with citation-management skill for formatting

Best Practices

  • Always verify claims with primary sources
  • Note study limitations when citing
  • Distinguish between observational and RCT evidence
  • Use MeSH terms for reproducible searches
  • Document search strategy for transparency

Expand your agent's capabilities with these related and highly-rated skills.

drshailesh88/integrated_content_OS

pufferlib

This skill should be used when working with reinforcement learning tasks including high-performance RL training, custom environment development, vectorized parallel simulation, multi-agent systems, or integration with existing RL environments (Gymnasium, PettingZoo, Atari, Procgen, etc.). Use this skill for implementing PPO training, creating PufferEnv environments, optimizing RL performance, or developing policies with CNNs/LSTMs.

2 0
Explore
drshailesh88/integrated_content_OS

fluidsim

Framework for computational fluid dynamics simulations using Python. Use when running fluid dynamics simulations including Navier-Stokes equations (2D/3D), shallow water equations, stratified flows, or when analyzing turbulence, vortex dynamics, or geophysical flows. Provides pseudospectral methods with FFT, HPC support, and comprehensive output analysis.

2 0
Explore
drshailesh88/integrated_content_OS

metabolomics-workbench-database

Access NIH Metabolomics Workbench via REST API (4,200+ studies). Query metabolites, RefMet nomenclature, MS/NMR data, m/z searches, study metadata, for metabolomics and biomarker discovery.

2 0
Explore
drshailesh88/integrated_content_OS

geniml

This skill should be used when working with genomic interval data (BED files) for machine learning tasks. Use for training region embeddings (Region2Vec, BEDspace), single-cell ATAC-seq analysis (scEmbed), building consensus peaks (universes), or any ML-based analysis of genomic regions. Applies to BED file collections, scATAC-seq data, chromatin accessibility datasets, and region-based genomic feature learning.

2 0
Explore
drshailesh88/integrated_content_OS

zinc-database

Access ZINC (230M+ purchasable compounds). Search by ZINC ID/SMILES, similarity searches, 3D-ready structures for docking, analog discovery, for virtual screening and drug discovery.

2 0
Explore
drshailesh88/integrated_content_OS

astropy

Comprehensive Python library for astronomy and astrophysics. This skill should be used when working with astronomical data including celestial coordinates, physical units, FITS files, cosmological calculations, time systems, tables, world coordinate systems (WCS), and astronomical data analysis. Use when tasks involve coordinate transformations, unit conversions, FITS file manipulation, cosmological distance calculations, time scale conversions, or astronomical data processing.

2 0
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results