Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use when you want to retrieve semi-quantitative protein expression and spatial localisation data from the Human Protein Atlas (HPA).
.claude/skills/mkurman-human-protein-atlas-database/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-14 | ✗→✓ | ▲ Improved | 32% | 0% |
| case-18 | ✗→✓ | ▲ Improved | 60% | 0% |
| case-21 | ✗→✓ | ▲ Improved | 22% | 0% |
| case-01 | ✓→✗ | ▼ Worse | 2% | 0% |
| case-15 | ✓→✓ | = Same ✓ | 25% | 0% |
This skill provides semi-quantitative protein expression and spatial localisation data from the Human Protein Atlas (HPA). While RNA-seq (e.g., GTEx) tells us if a gene is being transcribed, HPA confirms if the protein product actually exists, where it is located within the cell (e.g. nucleus vs cytoplasm), and its concentration in systemic blood circulation. The data is based on Immunohistochemistry (IHC) across normal human tissues and cancer types.
uv: Read the uv skill and follow its Setup instructions to ensureuv is installed and on PATH.
this skill directory then (1) prominently notify the user to check the terms at https://www.proteinatlas.org/about/licence, then (2) create the file recording the notification text and timestamp.
Use this skill when you need to:
cancer types based on IHC staining (High, Medium, Low, or Not Detected).
been localized (e.g., nucleoplasm, mitochondria).
expression levels.
"elevated in amygdala" or "secreted proteins").
Do NOT use when you need to:
wild-type expression data and knows nothing about QTLs.
proteins.
product (consider using the GTEx skill instead).
Pick the right command on the first try. Match the user's input to the correct subcommand below.
resolve-ensembl-idget-tissue-expressionget-subcellular-locationget-atlas-entrysearch-hpabash# Map the ERBB2 gene symbol to its Ensembl ID uv run scripts/hpa_cli.py resolve-ensembl-id ERBB2 --output /tmp/erbb2_id.json # Get subcellular location by Ensembl ID uv run scripts/hpa_cli.py get-subcellular-location ENSG00000141736 --output /tmp/erbb2_location.json
All subcommands write JSON to disk. Always save output in the /tmp/ directory. The default output file is /tmp/hpa_output.json if --output is not specified.
resolve-ensembl-id — Gene Symbol → Ensembl IDMaps a common gene symbol (e.g., "TP53", "ERBB2") to its Ensembl gene ID. HPA endpoints are strictly Ensembl-based.
bashuv run scripts/hpa_cli.py resolve-ensembl-id TP53 --output /tmp/tp53_id.json
Arguments:
gene_symbol (positional): The standard gene symbol (e.g., "TP53").--output: Output file path (default: /tmp/hpa_output.json).get-tissue-expression — Get Tissue Protein LevelsReturns a list of tissues and their corresponding protein expression levels (High, Medium, Low, or Not Detected) based on IHC staining.
bashuv run scripts/hpa_cli.py get-tissue-expression ENSG00000130234 \ --tissues "duodenum,thyroid gland" --output /tmp/tissue_expr.json
Arguments:
ensembl_id (positional): The Ensembl Gene ID.--tissues: Comma-separated list of tissues to filter by (optional,defaults to all available tissues).
--output: Output file path (default: /tmp/hpa_output.json).get-subcellular-location — Get Subcellular LocationRetrieves the specific organelles or cellular structures where the protein has been localized.
bashuv run scripts/hpa_cli.py get-subcellular-location ENSG00000141736 \ --output /tmp/subcellular.json
Arguments:
ensembl_id (positional): The Ensembl Gene ID.--output: Output file path.get-atlas-entry — Get Full HPA EntryFetches the full metadata for a gene, including IHC scores, RNA-seq consensus, and subcellular location.
bashuv run scripts/hpa_cli.py get-atlas-entry ENSG00000254647 \ --output /tmp/ins_entry.json
Arguments:
ensembl_id (positional): The Ensembl Gene ID.--format: Format of the returned entry, e.g., json (default: json).--output: Output file path.search-hpa — Search by AttributeAllows filtering for genes based on specific criteria (e.g., "elevated in amygdala").
bashuv run scripts/hpa_cli.py search-hpa \ --query "brain_category_rna:amygdala" \ --output /tmp/search_results.json
Arguments:
--query: The search query string. Refer to references/search-api.md fordetails.
--output: Output file path.database rather than accessing the database directly. The scripts automatically enforce fair use and implement retry logic.
output.
The HPA website at www.proteinatlas.org always serves the latest data release. Older archived versions can be accessed via vNN.proteinatlas.org (e.g., v24.proteinatlas.org), while the current version's subdomain redirects to www.proteinatlas.org. This skill's scripts query the latest version by default.
with the api reference in references/search-api.md
use these to construct a better query.
library to process the search results. Never output to stdout, or cat the output file.
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-12 | fail→fail | 12,665 | 5,350 | -58% | 1 | 1 | 0% | 678 | 1,956 | +188% | 0 | 0 | — |
case-13 | fail→fail | 7,322 | 7,928 | +8% | 1 | 1 | 0% | 291 | 2,082 | +615% | 0 | 0 | — |
case-19 | fail→fail | 10,156 | 5,976 | -41% | 1 | 1 | 0% | 652 | 1,945 | +198% | 0 | 0 | — |
case-10 | fail→fail | 8,554 | 7,380 | -14% | 1 | 1 | 0% | 1,852 | 1,992 | +8% | 0 | 0 | — |
case-01 | pass→fail | 10,651 | 6,794 | -36% | 1 | 1 | 0% | 1,975 | 2,022 | +2% | 0 | 0 | — |
case-02 | fail→fail | 9,957 | 6,647 | -33% | 1 | 1 | 0% | 1,798 | 2,012 | +12% | 0 | 0 | — |
case-03 | fail→fail | 16,980 | 6,066 | -64% | 1 | 1 | 0% | 3,113 | 2,008 | -35% | 0 | 0 | — |
case-11 | fail→fail | 13,347 | 8,422 | -37% | 1 | 1 | 0% | 2,224 | 2,197 | -1% | 0 | 0 | — |
case-04 | fail→fail | 10,734 | 7,071 | -34% | 1 | 1 | 0% | 1,301 | 2,092 | +61% | 0 | 0 | — |
case-05 | fail→fail | 11,864 | 6,745 | -43% | 1 | 1 | 0% | 750 | 2,038 | +172% | 0 | 0 | — |
case-06 | fail→fail | 7,550 | 6,165 | -18% | 1 | 1 | 0% | 1,442 | 1,957 | +36% | 0 | 0 | — |
case-07 | fail→fail | 12,010 | 7,153 | -40% | 1 | 1 | 0% | 1,581 | 1,976 | +25% | 0 | 0 | — |
case-08 | fail→fail | 21,403 | 6,578 | -69% | 1 | 1 | 0% | 2,563 | 2,042 | -20% | 0 | 0 | — |
case-09 | fail→fail | 9,350 | 28,243 | +202% | 1 | 1 | 0% | 484 | 2,034 | +320% | 0 | 0 | — |
case-14 | fail→pass | 11,851 | 5,375 | -55% | 1 | 1 | 0% | 2,083 | 2,751 | +32% | 0 | 0 | — |
case-15 | pass→pass | 28,715 | 8,638 | -70% | 1 | 1 | 0% | 2,505 | 3,138 | +25% | 0 | 0 | — |
case-16 | fail→fail | 11,345 | 7,210 | -36% | 1 | 1 | 0% | 391 | 2,129 | +445% | 0 | 0 | — |
case-17 | fail→fail | 10,412 | 5,763 | -45% | 1 | 1 | 0% | 1,765 | 1,928 | +9% | 0 | 0 | — |
case-18 | fail→pass | 8,450 | 3,779 | -55% | 1 | 1 | 0% | 1,395 | 2,232 | +60% | 0 | 0 | — |
case-20 | fail→fail | 4,592 | 15,751 | +243% | 1 | 1 | 0% | 905 | 2,002 | +121% | 0 | 0 | — |
case-21 | fail→pass | 16,178 | 9,176 | -43% | 1 | 1 | 0% | 2,626 | 3,211 | +22% | 0 | 0 | — |
case-22 | fail→fail | 12,465 | 8,759 | -30% | 1 | 1 | 0% | 1,894 | 2,184 | +15% | 0 | 0 | — |
case-23 | pass→pass | 14,202 | 5,885 | -59% | 1 | 1 | 0% | 2,605 | 2,614 | +0% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 23 cases were attempted, and 5 counted toward the lift figure. The other 18 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +9 percentage points is the difference between those two pass rates over the 5 comparable cases. 1 case got worse with the skill loaded, and it is included in that figure.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.