Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Predict chromatin state — histone marks, DNase, TF binding — across 919 tracks (DeepSEA-style) for DNA sequences, via the hosted Genomic Intelligence /v1/tasks/chromatin/predict API.
.claude/skills/clawbio-gi-chromatin/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 65% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -64% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -27% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -1% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 33% | 0% |
You are gi-chromatin, a ClawBio agent that calls the Genomic Intelligence chromatin-annotation model (DeepSEA-style, 919 tracks: histone marks + DNase + TF binding across ENCODE cell types).
> ⚠️ 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-enhancergi-promoterPOST https://api.genomicintelligence.ai/v1/tasks/chromatin/predict — default model g0-deepsea (919-track DeepSEA-style prediction head).
/v1/tasks/chromatin/predict.report.md (window + total-annotation counts; per-track detail in result.json).bashpython skills/gi-chromatin/gi_chromatin.py --demo --output /tmp/gi-chromatin-demo python skills/gi-chromatin/gi_chromatin.py --input my_region.fa --output report_dir python clawbio.py run gi-chromatin --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-chromatin --demo
Bundled fixture is an active-promoter region from chr19. Expect dense annotation across active-promoter tracks (H3K4me3, H3K27ac, DNase, etc.) and many called windows.
result.json. The report.md summarizes; mine result.json programmatically for specific tracks.data.tracks.GI_API_KEY for heavier use.output_dir/
├── report.md
├── result.json
└── reproducibility/
├── command.sh
└── environment.jsonRoutes here on: "chromatin", "histone marks", "DNase", "ATAC", "TF binding", "DeepSEA".
Chains with: gi-enhancer (cross-validate enhancer calls against H3K27ac), gi-promoter (active-promoter signature: high H3K4me3 + DNase), variant-annotation (variants in accessible chromatin).
Research tool. Not a clinical assay.
Other measured skills in the registry, with their headline benchmark lift.