Agent skill · Databases

tooluniverse-cancer-variant-interpretation

Provide comprehensive clinical interpretation of somatic mutations in cancer. Given a gene symbol + variant (e.g., EGFR L858R, BRAF V600E) and optional cancer type, performs multi-database analysis covering clinical evidence (CIViC), mutation prevalence (cBioPortal), therapeutic associations (OpenTargets, ChEMBL, FDA), resistance mechanisms, clinical trials, prognostic impact, and pathway context. Generates an evidence-graded markdown report with actionable recommendations for precision oncology. Use when oncologists, molecular tumor boards, or researchers ask about treatment options for speci

FreedomIntelligencegithub.com/FreedomIntelligenceGitHub ↗
claude-codeships scripts
Install
npx skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill tooluniverse-cancer-variant-interpretation --agent claude-code

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

Facts
Files in the skill folder: 5
SKILL.md size: 35 KB
Bundled scripts: yes
Path: skills/tooluniverse-cancer-variant-interpretation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 2,909
Language: Python
Read our review of the source →

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

Review
written from the skill's own SKILL.md · Aug 5, 2026

What it does

Provides a comprehensive clinical interpretation of a somatic cancer mutation by transforming a gene symbol + variant (and optional cancer type) into an actionable, evidence-graded report. It prioritizes treatment options, checks for known resistance mechanisms, tailors to cancer type when provided, and cites each statement to the supporting tool/database.

How it works

Follows a multi-phase workflow:

  • Phase 1: Gene disambiguation and ID resolution to Ensembl/Entrez/UniProt and OpenTargets descriptors; optionally resolves cancer type to an OpenTargets disease ID.
  • Phase 2: CIViC-based evidence collection for the specific variant, including all gene variants, matching the input, and retrieving evidence items and variant details; if CIViC data is sparse, it falls back to literature or OpenTargets for supporting evidence.
  • Phase 3: Mutation prevalence from cBioPortal across studies; computes distribution and frequency of the target variant and identifies co-mutants.
  • Phase 4: Therapeutic associations from OpenTargets and ChEMBL (and FDA label data) to assemble approved and trial therapies, mechanisms, and combinations.
  • Phase 5: Resistance mechanisms by checking known variants and pathway bypasses; includes secondary mutations.
  • Phase 6: Clinical trials presence, phase, status, and eligibility cues.
  • Phase 7: Prognostic impact and pathway context with literature and pathway data.
  • Phase 8: Report synthesis with executive summary, clinical actionability score, prioritized treatment recommendations, and a completeness checklist.

Commands and file references are used exactly as described in the skill to query tools, resolve IDs, and fetch evidence.

When to use it

Apply when clinicians or researchers ask for treatment options for a specific cancer-variant pair (e.g., EGFR L858R in a given cancer type, BRAF V600E across cancers, or a resistance scenario like progression on osimertinib).

What it can touch

Interacts with tools such as MyGene_query_genes, UniProt_search, OpenTargets_get_target_id_description_by_name, OpenTargets_get_disease_id_description_by_name, UniProt_get_function_by_accession, civic_get_variants_by_gene, civic_get_variant, civic_get_molecular_profile, civic_tooling variants/examples, cBioPortal_get_cancer_studies, cBioPortal_get_mutations, OpenTargets_get_associated_drugs_by_target_ensemblID, and related drug/target queries. The exact tools and parameters are invoked per the Phase 0 parameter verifications and workflow.

Caveats

Results depend on external databases (CIViC, cBioPortal, OpenTargets, ChEMBL, FDA data) and their current entries; sparse CIViC data may require fallbacks to literature or OpenTargets for corroboration. The approach emphasizes an evidence-graded (T1-T4) output and explicit source citations for every statement.

From the SKILL.md

# Cancer Variant Interpretation for Precision Oncology Comprehensive clinical interpretation of somatic mutations in cancer. Transforms a gene + variant input into an actionable precision oncology report covering clinical evidence, therapeutic options, resistance mechanisms, clinical trials, and prognostic implications. **KEY PRINCIPLES**: 1. **Report-first approach** - Create report file FIRST, then populate progressively 2. **Evidence-graded** - Every recommendation has an evidence tier (T1-T4) 3. **Actionable output** - Prioritized treatment options, not data dumps 4. **Clinical focus** - Answer "what should we treat with?" not "what databases exist?" 5. **Resistance-aware** - Always check for known resistance mechanisms 6. **Cancer-type specific** - Tailor all recommendations to the patient's cancer type when provided 7. **Source-referenced** - Every statement must cite the tool/database source 8. **English-first queries** - Always use English terms in tool calls (gene names, drug names, cancer types), even if the user writes in another language. Respond in the user's language --- ## When to Use Apply when user asks: - "What treatments exist for EGFR L858R in lung cancer?" - "P

What's inside
Steps it walks through
  1. When to Use
  2. Input Parsing
  3. Accepted Input Formats
  4. Gene Symbol Normalization
  5. Phase 0: Tool Parameter Verification (CRITICAL)
  6. Known Parameter Corrections
  7. Workflow Overview
  8. Phase 1: Gene Disambiguation & ID Resolution
  9. 1.1 MyGene ID Resolution (PRIMARY)
  10. 1.2 UniProt Accession
  11. 1.3 OpenTargets Target Resolution
  12. 1.4 Cancer Type EFO Resolution (if cancer type provided)
  13. 1.5 Gene Function Context
  14. 1.6 CIViC Gene ID Resolution
Ships with 4 files
  • EXAMPLES.md
  • QUICK_START.md
  • TOOLS_REFERENCE.md
  • test_skill.py
More from OpenClaw-Medical-Skills
All skills →
About this skill
What does the tooluniverse-cancer-variant-interpretation skill do?

Provide comprehensive clinical interpretation of somatic mutations in cancer. Given a gene symbol + variant (e.g., EGFR L858R, BRAF V600E) and optional cancer type, performs multi-database analysis covering clinical evidence (CIViC), mutation prevalence (cBioPortal), therapeutic associations (OpenTargets, ChEMBL, FDA), resistance mechanisms, clinical trials, prognostic impact, and pathway context. Generates an evidence-graded markdown report with actionable recommendations for precision oncology. Use when oncologists, molecular tumor boards, or researchers ask about treatment options for speci

How do I install it?

Run `npx skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill tooluniverse-cancer-variant-interpretation --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 FreedomIntelligence/OpenClaw-Medical-Skills, a repository with 2,909 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