semantic-scholar
Installation
SKILL.md
Semantic Scholar Search
Search 200M+ papers across all disciplines with citation graph, author profiles, and recommendations via the Semantic Scholar API.
Authentication
curl -s -H "x-api-key: ${S2_API_KEY}" "https://api.semanticscholar.org/graph/v1/paper/search?query=example"
Paper Search
curl -s "https://api.semanticscholar.org/graph/v1/paper/search?query=machine+learning+drug+discovery&limit=5&fields=title,authors,year,abstract,citationCount,url"