What problem does it solve? Finding reliable data across dozens of public scientific, biomedical, and economic databases requires knowing each API's endpoints, identifier formats, authentication requirements, and rate limits. This Skill removes that burden by selecting the right databases for a question, querying their REST APIs, and returning raw structured JSON results. ## Core Features & Use Cases - Guided database selection: Decision tables map user intent (compounds, genes, variants, clinical trials, patents, economic indicators, earthquakes, weather) to the right primary and fallback databases across 78 sources. - Identifier resolution workflows: Converts between gene symbols, UniProt accessions, Ensembl IDs, PubChem CIDs, ChEMBL IDs, rsIDs, and ontology terms so cross-database queries succeed. - API key and access handling: Documents which databases need free keys (FRED, NCBI, Materials Project, etc.), how to load them from the environment or a .env file, and free alternatives for restricted sources like DrugBank and COSMIC. - Use Case: Ask "what is known about aspirin" and the Skill queries PubChem, ChEMBL, DrugBank alternatives, Reactome, and FDA in parallel, returning the raw JSON from each with the endpoints used. ## Quick Start Ask the assistant to look up a compound, gene, variant, clinical trial, patent, or economic indicator and specify that it should query the relevant public database APIs and return the raw JSON results.