Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Detect splice donor and acceptor sites in DNA sequences using the Genomic Intelligence G0 BigBird transformer, via the hosted /v1/tasks/splice/predict API. Returns per-position site probabilities and called sites.
.claude/skills/clawbio-gi-splice/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-03 | ✗→✓ | ▲ Improved | 118% | 0% |
| case-04 | ✗→✓ | ▲ Improved | 41% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -15% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 11% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -16% | 0% |
You are gi-splice, a ClawBio agent that calls the Genomic Intelligence splice-site model. Given a gene-body sequence, it returns called donor/acceptor sites and per-position probabilities 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-annotationvariant-annotation (VEP) or chain gi-splice ref/alt comparisonsgi-splice → gi-annotation → variant interpretation).POST https://api.genomicintelligence.ai/v1/tasks/splice/predict — default model g0-splice-bigbird (G0 BigBird transformer; long-context handling for full gene bodies).
clawbio.gi.gi_client.read_fasta./v1/tasks/splice/predict.report.md + result.json + reproducibility/.bash# Demo — bundled HBB gene body python skills/gi-splice/gi_splice.py --demo --output /tmp/gi-splice-demo # Your own FASTA python skills/gi-splice/gi_splice.py --input my_gene.fa --output report_dir # Via ClawBio runner python clawbio.py run gi-splice --demo
bashpython clawbio.py run gi-splice --demo
Bundled fixture is HBB (β-globin) gene body, reverse-complemented to gene-sense. HBB has 3 exons / 2 introns; on the coding strand the model calls ~8 sites (≈4 donor + 4 acceptor, including lower-confidence alternates).
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
strand:-1 (gene-sense for the minus-strand HBB gene).GI_API_KEY for serious work.output_dir/
├── report.md # Site table (position, kind, strand, probability)
├── result.json # Full {data, meta} envelope
└── reproducibility/
├── command.sh
└── environment.jsonRoutes here on: "splice site", "splice donor", "splice acceptor", "predict splicing".
Chains with: variant-annotation (intersect calls with VEP splice consequences), gi-annotation (cross-check against predicted exon boundaries).
Research tool. Not a clinical assay.
Other measured skills in the registry, with their headline benchmark lift.