Data & ReproProtein Structure & DesignFreedomIntelligence/OpenClaw-Medical-SkillsData & Reproduction
BI

bio-entrez-search

Maintainer FreedomIntelligence · Last updated April 1, 2026

Search NCBI Entrez databases (PubMed, gene, nucleotide, protein, SRA).

OpenClawNanoClawAnalysisReproductionbio-entrez-search🧠 bioos extended suitebioos extended bioinformatics suitesearch

Original source

FreedomIntelligence/OpenClaw-Medical-Skills

https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-entrez-search

Maintainer
FreedomIntelligence
License
MIT
Last updated
April 1, 2026

Skill Snapshot

Key Details From SKILL.md

2 min

Key Notes

  • Search NCBI databases using Biopython's Entrez module (ESearch, EInfo, EGQuery utilities).
  • handle = Entrez.einfo() record = Entrez.read(handle) handle.close() print(record['DbList']) # ['pubmed', 'protein', 'nucleotide',...].

Source Doc

Excerpt From SKILL.md

Entrez.esearch() - Search a Database

Search any NCBI database and get matching record IDs.

Key Parameters:

ParameterDescriptionDefault
dbDatabase to searchRequired
termSearch queryRequired
retmaxMax IDs to return20
retstartStarting index (pagination)0
usehistoryStore results on server'n'
sortSort orderdatabase-specific
datetypeDate field to search'pdat'
reldateRecords from last N daysNone
mindateStart date (YYYY/MM/DD)None
maxdateEnd date (YYYY/MM/DD)None

ESearch Result Fields:

Entrez.einfo() - Database Information

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']}")

Use cases

  • Use bio-entrez-search in research workflows aligned with this subject area.
  • Follow the upstream documentation for the full working procedure.

Not for

  • Do not rely on this catalog entry alone for installation or maintenance details.

Upstream Related Skills

  • entrez-fetch - Retrieve full records after searching
  • entrez-link - Find related records in other databases
  • batch-downloads - Download large result sets efficiently
  • geo-data - Search GEO expression datasets (specialized search)
  • blast-searches - Search by sequence similarity instead of keywords

Related skills

Related skills

Back to directory
AD
Data & ReproProtein Structure & Design

Adaptyv

Adaptyv is a cloud laboratory platform that provides automated protein testing and validation services. Submit protein sequences via API or…

Claude CodeOpenClawAnalysis
K-Dense-AI/claude-scientific-skillsView
AL
Data & ReproProtein Structure & Design

alphafold

Validate protein designs using AlphaFold2 structure prediction. Use this skill when: (1) Validating designed sequences fold correctly, (2) P…

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView
AL
Data & ReproProtein Structure & Design

AlphaFold DB

AlphaFold DB is a public repository of AI-predicted 3D protein structures for over 200 million proteins, maintained by DeepMind and EMBL-EBI…

Claude CodeOpenClawAnalysis
K-Dense-AI/claude-scientific-skillsView
AN
Data & ReproProtein Structure & Design

antibody-design-agent

Antibody design: epitope mapping, CDR engineering, bispecific construction.

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView