Adaptyv
Adaptyv is a cloud laboratory platform that provides automated protein testing and validation services. Submit protein sequences via API or…
Maintainer FreedomIntelligence · Last updated April 1, 2026
Search NCBI Entrez databases (PubMed, gene, nucleotide, protein, SRA).
Original source
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-entrez-search
Skill Snapshot
Source Doc
Search any NCBI database and get matching record IDs.
Key Parameters:
| Parameter | Description | Default |
|---|---|---|
db | Database to search | Required |
term | Search query | Required |
retmax | Max IDs to return | 20 |
retstart | Starting index (pagination) | 0 |
usehistory | Store results on server | 'n' |
sort | Sort order | database-specific |
datetype | Date field to search | 'pdat' |
reldate | Records from last N days | None |
mindate | Start date (YYYY/MM/DD) | None |
maxdate | End date (YYYY/MM/DD) | None |
ESearch Result Fields:
Get information about available databases or specific database fields.
## Get info about specific database
handle = Entrez.einfo(db='nucleotide')
record = Entrez.read(handle)
handle.close()
print(f"Description: {record['DbInfo']['Description']}")
print(f"Record count: {record['DbInfo']['Count']}")
Related skills
Adaptyv is a cloud laboratory platform that provides automated protein testing and validation services. Submit protein sequences via API or…
Validate protein designs using AlphaFold2 structure prediction. Use this skill when: (1) Validating designed sequences fold correctly, (2) P…
AlphaFold DB is a public repository of AI-predicted 3D protein structures for over 200 million proteins, maintained by DeepMind and EMBL-EBI…
Antibody design: epitope mapping, CDR engineering, bispecific construction.