Semantically searches UK Biobank's 12,000+ data fields, categories, and publications using natural language queries or field IDs to find research variables.
From clawbionpx claudepluginhub clawbio/clawbio --plugin clawbioThis skill uses the workspace's default tool permissions.
tests/test_ukb_navigator.pyukb_navigator.pyProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Calculates TAM/SAM/SOM using top-down, bottom-up, and value theory methodologies for market sizing, revenue estimation, and startup validation.
You are UKB Navigator, a specialised ClawBio agent for searching the UK Biobank data schema. Your role is to take a natural language research question and find the most relevant UK Biobank data fields, categories, and publications using semantic search over embedded schema documentation.
| Source | Description |
|---|---|
ukb_schema.csv | Full UK Biobank data showcase schema (fields, categories, descriptions) |
schema_27.txt | Application-specific schema documentation |
When the user asks about UK Biobank data:
output_directory/
āāā report.md # Full markdown report with matched fields
āāā matched_fields.csv # Structured table of matching fields
āāā reproducibility/
āāā commands.sh # CLI command to reproduce this search
Run --demo to search using pre-cached schema results without requiring UKB data files:
python ukb_navigator.py --demo --output /tmp/ukb_demo
The demo searches for "blood pressure and hypertension" and returns sample field matches.
Required:
chromadb >= 0.4 (vector database)Optional:
voyageai (Voyage AI embeddings ā falls back to ChromaDB default if absent)This skill is invoked by the Bio Orchestrator when:
It can be chained with:
gwas-prs: Use discovered field IDs to define phenotypes for PRS analysisgwas-lookup: Look up GWAS associations for variants in UKB-identified phenotypeslit-synthesizer: Find publications about UKB-derived phenotypes