gene-database
Query NCBI Gene Data
Gene lookup often requires several NCBI endpoints and careful query formatting. This skill gives Claude, Codex, and Claude Code reusable workflows for gene search, retrieval, and batch annotation.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "gene-database" from https://skillstore.io/skills/davila7-gene-database.md and its manifest at https://skillstore.io/api/skills/davila7-gene-database/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "gene-database". Search for BRCA1 in human.
Expected outcome:
A concise result with Gene ID 672, symbol BRCA1, the official description, human organism details, chromosome 17, and map location.
Using "gene-database". Annotate a list of four cancer genes.
Expected outcome:
A table-style summary showing each query symbol, matched Gene ID, description, organism, chromosome, map location, and not-found status when needed.
Using "gene-database". Plan a pathway gene search for apoptosis.
Expected outcome:
A workflow that searches by Gene Ontology term, limits results by organism, retrieves summaries in batches, and records the exact query terms used.
Security Audit
SafeThe executable scripts make intended outbound requests to NCBI Gene APIs and one batch workflow can write results to a user-selected file. API-key and command-execution alerts are false positives from parameter names, placeholders, and Markdown examples; no hardcoded secrets, environment access, prompt injection, or hidden system reconnaissance was found.
Capability review items (19)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
๐ Network access (39)
๐ Env variables (50)
๐ Filesystem access (1)
โ๏ธ External commands (22)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/davila7-gene-database/audits/14?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/davila7-gene-database?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/davila7-gene-database?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/davila7-gene-database/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/davila7-gene-database.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
davila7. (2026). gene-database security audit report (audit version 14) [Author version unspecified]. Skillstore. https://skillstore.io/skills/davila7-gene-database/audits/14BibTeX citation
@techreport{davila7-davila7-gene-database-2026,
author = {davila7},
title = {gene-database security audit report (audit version 14)},
institution = {Skillstore},
year = {2026},
number = {14},
url = {https://skillstore.io/skills/davila7-gene-database/audits/14},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "gene-database security audit report (audit version 14)"
version: "unspecified"
type: report
authors:
- name: "davila7"
date-released: "2026-07-09"
url: "https://skillstore.io/skills/davila7-gene-database/audits/14"
identifiers:
- type: other
value: "skillstore:davila7-gene-database:audit:14"
description: "Skillstore immutable audit report identifier"
Compare variants
2 installable variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
davila7-gene-database
2026-08-21
k-dense-ai-gene-database
2026-08-21
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Annotate a Gene Panel
Map a list of gene symbols to Gene IDs, descriptions, organisms, chromosomes, and map locations.
Prepare Research Queries
Build precise NCBI Gene searches for diseases, pathways, phenotypes, publications, and model organisms.
Check Gene Metadata
Retrieve current NCBI summaries for single genes before writing reports, tickets, or documentation.
Try These Prompts
Use the gene-database skill to search NCBI Gene for BRCA1 in human. Return the Gene ID, official symbol, description, organism, chromosome, and map location.
Use the gene-database skill to fetch NCBI Gene ID 672. Summarize nomenclature, aliases, organism, genomic location, transcripts, and available output formats.
Use the gene-database skill to annotate BRCA1, TP53, EGFR, and KRAS for human. Produce a concise table with Gene ID, description, chromosome, and status.
Use the gene-database skill to design an NCBI Gene workflow for finding human genes linked to diabetes, retrieving summaries, checking publications, and avoiding rate-limit problems.
Best Practices
- Always include an organism or taxon filter when searching by gene symbol.
- Use Gene IDs for exact retrieval when a trusted identifier is available.
- Batch requests and respect NCBI rate limits to avoid failed lookups.
Avoid
- Do not assume a gene symbol is unique across species.
- Do not paste real API keys into shared prompts, logs, or examples.
- Do not use returned gene annotations as clinical guidance without expert review.
Frequently Asked Questions
Which NCBI services does this skill use?
Does it require an NCBI API key?
Can it process multiple genes at once?
Can it return sequence data?
Is the data stored locally?
Can it interpret clinical variants?
Developer Details
Author
davila7License
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
b959ebfd1043a07c0c4378ab94ca4342cb0259f5
Maintenance freshness
7/20/2026
Usage
7 downloads ยท 213 views
File structure
๐ references/
๐ api_reference.md
๐ common_workflows.md
๐ scripts/
๐ batch_gene_lookup.py
๐ fetch_gene_data.py
๐ query_gene.py
๐ SKILL.md