armored-cart-design-agent
Design armored CAR-T cells with cytokine payloads and resistance mechanisms.
Maintainer FreedomIntelligence · Last updated April 1, 2026
Query dbSNP for rsID lookups, variant annotations, and cross-references to other databases. Use when mapping between rsIDs and genomic coordinates or retrieving basic variant information.
Original source
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-clinical-databases-dbsnp-queries
Skill Snapshot
Source Doc
Goal: Search and fetch dbSNP records directly from NCBI using Entrez E-utilities.
Approach: Use BioPython Entrez esearch to find SNP IDs, then efetch to retrieve full XML records.
Goal: Find the rsID corresponding to a genomic position and allele change.
Approach: Construct an HGVS notation from coordinates and query myvariant.info for the dbSNP rsID field.
| Class | Description |
|---|---|
| snv | Single nucleotide variant |
| ins | Insertion |
| del | Deletion |
| indel | Insertion/deletion |
| mnv | Multiple nucleotide variant |
Related skills
Design armored CAR-T cells with cytokine payloads and resistance mechanisms.
Search arXiv physics, math, and computer science preprints using natural language queries. Powered by Valyu semantic search.
Autonomous oncology research agent: literature mining, trial matching, biomarker analysis, and treatment hypothesis generation.
Preprocesses cell-free DNA sequencing data including adapter trimming, alignment optimized for short fragments, and UMI-aware duplicate remo…