gene-database
Query NCBI Gene Database
Also available from: davila7
Access comprehensive gene data from NCBI including sequences, annotations, and functional information. Search by gene symbol, ID, or biological context to retrieve RefSeqs, Gene Ontology, chromosomal locations, and phenotypes for bioinformatics research.
Download the skill ZIP
Upload in Claude
Go to Settings → Capabilities → Skills → Upload skill
Toggle on and start using
Test it
Using "gene-database". Find information about BRCA1 in human
Expected outcome:
- Gene ID: 672
- Symbol: BRCA1
- Description: BRCA1 DNA repair associated
- Organism: Homo sapiens
- Chromosome: 17
- Location: 17q21.31
Using "gene-database". Find genes associated with diabetes in human
Expected outcome:
- Gene ID list with symbol, description, and chromosome for diabetes-associated genes
- Search query: diabetes[disease] AND human[organism]
Using "gene-database". Get batch gene data for TP53, EGFR, KRAS
Expected outcome:
- Batch results with gene ID, symbol, description, organism, chromosome, and map location for each gene
Security Audit
Low RiskThis is a legitimate bioinformatics tool for querying NCBI Gene database. All 374 static findings are false positives: markdown backticks in documentation are code formatting (not shell execution), API keys are user-provided CLI arguments (not hardcoded secrets), hardcoded URLs are official NCBI API endpoints, and the network+credential+file pattern is standard API client behavior. No data exfiltration or malicious patterns detected.
Risk Factors
🌐 Network access (4)
⚙️ External commands (3)
🔑 Env variables (3)
📁 Filesystem access (1)
Quality Score
What You Can Build
Gene annotation workflows
Retrieve comprehensive gene data including sequences, GO terms, and phenotypes for functional analysis.
Batch gene data collection
Process gene lists efficiently with rate limiting for large-scale genomic studies.
Gene information lookup
Query gene symbols and retrieve detailed information for educational purposes.
Try These Prompts
Find information about the {gene_symbol} gene in {organism} including its chromosomal location and function.Retrieve RefSeq accession numbers and gene sequence data for {gene_id} in JSON format.Look up gene information for the following genes from {organism}: {gene_list}. Return the results as JSON.Find genes associated with {biological_process} in {organism} using Gene Ontology terms.Best Practices
- Include the organism in your query to avoid ambiguous results from gene symbols that exist in multiple species
- Use Gene IDs instead of symbols when precision is required, as gene symbols can change over time
- Include your NCBI API key for faster batch processing (up to 10 requests per second)
Avoid
- Do not make individual requests in a loop without rate limiting, as this will trigger NCBI rate limits
- Do not rely solely on gene symbols for permanent storage, as official nomenclature can change
- Do not assume all gene symbols are unique within an organism without verifying
Frequently Asked Questions
How do I get an NCBI API key?
What gene formats are supported?
Can I retrieve protein sequences?
How many genes can I query at once?
What output formats are available?
Does this skill store any data?
Developer Details
Author
K-Dense-AILicense
MIT
Repository
https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/gene-databaseRef
main
File structure