Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Predict enhancer activity in DNA sequences using the Genomic Intelligence G0 DeepSTARR model, via the hosted /v1/tasks/enhancer/predict API. Returns per-window activity scores.
.claude/skills/clawbio-gi-enhancer/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-03 | ✗→✓ | ▲ Improved | 3% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -40% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -64% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -35% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -11% | 0% |
You are gi-enhancer, a ClawBio agent that calls the Genomic Intelligence enhancer-activity model. Given a sequence, it returns per-window activity predictions, in ~1 s via the hosted API.
> ⚠️ Remote inference — opt-in required. Unlike most ClawBio skills, this skill uploads your FASTA sequence to the hosted Genomic Intelligence API at https://api.genomicintelligence.ai. Prefer a browser? The same models run interactively at <https://genomicintelligence.ai>. Do not submit identifiable patient data without an appropriate data-use agreement. Key setup: see Authentication below.
Fire this skill when the user says any of:
Do NOT fire when:
gi-promotergi-chromatinPOST https://api.genomicintelligence.ai/v1/tasks/enhancer/predict — default model g0-deepstarr.
/v1/tasks/enhancer/predict; the API windows internally.report.md + result.json + reproducibility/.bashpython skills/gi-enhancer/gi_enhancer.py --demo --output /tmp/gi-enhancer-demo python skills/gi-enhancer/gi_enhancer.py --input my_region.fa --output report_dir python clawbio.py run gi-enhancer --demo
The skill requires a Genomic Intelligence partner key in GI_API_KEY. Resolution order:
--api-key <value> CLI flag (explicit override).GI_API_KEY environment variable.RuntimeError pointing here.A shared hackathon-tier key ships in .env.example at the repo root (50 concurrent / 120 rpm, opt-in only). From wherever the ClawBio files live on your machine:
bash# Repo root (git clone) — or ~/.claude/plugins/cache/clawbio/clawbio/<version>/ for plugin installs cp .env.example .env set -a && source .env && set +a
Request an individual key at contact@genomicintelligence.ai, then:
bashexport GI_API_KEY=gi_yourkeyhere
bashpython clawbio.py run gi-enhancer --demo
Bundled fixture is the Drosophila eve (even-skipped) locus (chr2R:9972000-9982000, incl. the upstream stripe enhancers) — the canonical DeepSTARR benchmark for developmental enhancer activity. Expect a positive developmental signal (max dev ~2.1).
GI_API_KEY for heavier use.output_dir/
├── report.md
├── result.json
└── reproducibility/
├── command.sh
└── environment.jsonRoutes here on: "enhancer", "DeepSTARR", "STARR-seq", "predict CRE", "regulatory activity".
Chains with: gi-promoter (joint regulatory-element scan), gi-chromatin (cross-validate with chromatin accessibility), variant-annotation (variants overlapping high-activity windows).
Research tool. Not a clinical assay.
Other measured skills in the registry, with their headline benchmark lift.