Skills repository providing clean and secure integration between AI coding agents and the HistAI Whole Slide Image Data Hub
npx claudepluginhub histai/skillsetsSearch pathology cases, build cohorts, train ML models, monitor training, and upload + analyze your own WSIs with AI widgets on the HistAI Whole Slide Image Data Hub
A skills repository providing clean and secure integration between AI coding agents (Claude Code, OpenAI Codex, Gemini CLI) and the HistAI Whole Slide Image Data Hub.
This repository provides:
To use these skills, you must:
This repository is compatible with Claude Code, OpenAI Codex, and Gemini CLI. Choose your preferred agent below:
Register this repository as a plugin marketplace:
/plugin marketplace add histai/datahub
Install the Cohort Builder skill:
/plugin install cohort-builder@histai-datahub
Configure your API key:
export HISTAI_API_KEY="your-api-key"
Start using:
If you prefer local installation:
Clone this repository:
git clone https://github.com/histai/datahub.git
cd datahub
Register as a local skill:
/plugin add-local
Point to the skills/cohort_builder/SKILL.md file.
Codex automatically detects skills via the agents/AGENTS.md file.
Clone the repository:
git clone https://github.com/histai/datahub.git
cd datahub
Verify skills are loaded:
codex --ask-for-approval never "Summarize the current instructions."
Configure API key:
export HISTAI_API_KEY="your-api-key"
For more details, see the Codex AGENTS guide.
This repository includes gemini-extension.json for Gemini CLI integration.
Install from GitHub:
gemini extensions install https://github.com/histai/datahub.git --consent
Or install locally:
git clone https://github.com/histai/datahub.git
cd datahub
gemini extensions install . --consent
Configure API key:
export HISTAI_API_KEY="your-api-key"
Start using:
See Gemini CLI extensions docs for more help.
Search pathology cases by diagnosis, organ, age, and stains. Filter datasets (benign/malignant, cancer types), build research cohorts, and export whole slide images with clinical and technical metadata.
Full documentation: skills/cohort_builder/SKILL.md
datahub/
├── .claude-plugin/
│ └── marketplace.json # Claude Code marketplace configuration
├── agents/
│ └── AGENTS.md # OpenAI Codex skill definitions
├── skills/
│ └── cohort_builder/
│ └── SKILL.md # Main skill documentation
├── gemini-extension.json # Gemini CLI extension configuration
└── README.md # This file
https://prod.celldx.netX-API-KEY headerFor issues, custom data requests, or enterprise inquiries:
All Whole Slide Images (WSI) accessed through this API are distributed under the HistAI Commercial License.
This repository and its code are provided under the LICENSE file. Note that the WSI data accessed through the API has separate licensing terms (see Data Licensing above).