Agent skill · Data & Analytics

ukb-navigator

Semantic search across UK Biobank's 12,000+ data fields and publications — find the right variables for your research question.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeships scriptsNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill ukb-navigator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 4 KB
Bundled scripts: yes
Version: 0.1.0
Path: skills/clawbio/ukb-navigator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 🏥 UKB Navigator 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. ## Core Capabilities 1. **Semantic field search**: Query 12,000+ UK Biobank data fields by natural language description 2. **Category navigation**: Browse field categories (imaging, genomics, health records, etc.) 3. **Field lookup**: Direct lookup by UK Biobank field ID (e.g., field 21001 = BMI) 4. **Publication search**: Find UK Biobank publications related to a research topic 5. **Schema embedding**: One-time indexing of UKB schema into ChromaDB for fast retrieval ## Input Formats - **Natural language query**: "blood pressure measurements", "cognitive function tests", "imaging-derived phenotypes" - **Field ID**: Any valid UK Biobank field ID (e.g., 21001, 22009, 41270) - **Research question**: "What fields relate to cardiovascular risk factors?" ## Data Sources | Source | Description | |--------|-------------| | `ukb_schema.csv` | Full UK Biobank data showcase schema (fiel

What's inside
Steps it walks through
  1. Core Capabilities
  2. Input Formats
  3. Data Sources
  4. Workflow
  5. Example Queries
  6. Output Structure
  7. Demo Mode
  8. Dependencies
  9. Safety
  10. Integration with Bio Orchestrator
Ships with 2 files
  • tests/test_ukb_navigator.py
  • ukb_navigator.py
Commands it runs
python ukb_navigator.py --demo --output /tmp/ukb_demo
More from awesome-bio-agent-skills
All skills →
About this skill
What does the ukb-navigator skill do?

Semantic search across UK Biobank's 12,000+ data fields and publications — find the right variables for your research question.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill ukb-navigator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From BioTender-max/awesome-bio-agent-skills, a repository with 135 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going