This gives you natural language search across PubMed's biomedical literature database using Valyu's semantic search API. Instead of wrestling with PubMed's query syntax, you just pass plain English questions and get back full article text, not just abstracts. It includes figures and images from papers, which is handy for research reviews. You'll need a Valyu API key (they give you $10 free credits to start). The implementation is clean, just a bash wrapper around a Node.js script with zero dependencies. Good for literature reviews, drug discovery research, or any AI project that needs to pull medical research data. The semantic search means it understands meaning rather than just keyword matching.
npx skills add https://github.com/yorkeccak/scientific-skills --skill pubmed-search