$npx -y skills add ma-compbio-lab/SkillFoundry --skill biosamples-sample-searchUse this skill to search EBI BioSamples for public sample metadata by text query or lightweight filters and return compact summaries.
| 1 | ## Purpose |
| 2 | Search public sample metadata through the official EBI BioSamples API. |
| 3 | |
| 4 | ## When to use |
| 5 | - You need a quick metadata-discovery skill for public biospecimens. |
| 6 | - You want sample accessions, organism hints, and a few normalized characteristics. |
| 7 | |
| 8 | ## When not to use |
| 9 | - You need full sample graph traversal or submission workflows. |
| 10 | - You need to download raw experimental data instead of metadata. |
| 11 | |
| 12 | ## Inputs |
| 13 | - A free-text search string. |
| 14 | - Optional page and page-size controls. |
| 15 | |
| 16 | ## Outputs |
| 17 | - A JSON summary with BioSamples accessions and normalized characteristics. |
| 18 | |
| 19 | ## Requirements |
| 20 | - Network access to `ebi.ac.uk` |
| 21 | - Python standard library only |
| 22 | |
| 23 | ## Provenance |
| 24 | - BioSamples API overview: https://www.ebi.ac.uk/biosamples/docs/references/api/overview |