cancer-research

cancer-research is a skill for Claude Code, Codex from romeo111/OpenOnco. It costs 146 tokens per session (1,783 once invoked), scanned A, original, MIT.

A research workflow for compiling cancer treatment information, including established treatments, clinical trials, and emerging therapies for a specified cancer and patient context.

In plain words
What is it for?
Use it to investigate treatment options, clinical trials, immunotherapy, cancer research, or strategies related to extending life; decisions must be made with an oncology team.
Why use it?
It organizes complex oncology research and ranks information, while making clear that the result is educational research rather than medical advice.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/romeo111/openonco/skill
Any agent
npx skills add romeo111/OpenOnco --skill skill
Clone the repo
git clone --depth 1 https://github.com/romeo111/OpenOnco

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cancer-research

README.md
[![agentmods](https://agentmods.dev/badge/skills/romeo111/openonco/skill.svg)](https://agentmods.dev/skills/romeo111/openonco/skill)
Your own site
<a href="https://agentmods.dev/skills/romeo111/openonco/skill"><img src="https://agentmods.dev/badge/skills/romeo111/openonco/skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 146 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,783 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00146 $0.01783
Opus 5 $0.00073 $0.00892
Sonnet 5 $0.00029 $0.00357
Haiku 4.5 $0.00015 $0.00178

Measured 4d ago against content hash 11cd5565b9cc, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

cancer-research scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

legacy/skill/SKILL.md · 171 lines

How it starts

The opening of the file, as written. The whole thing — 171 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Cancer Research — Maximum Life Extension Treatment Planner

Purpose

This skill performs deep, systematic research into cancer treatment options for a given cancer type. It produces a comprehensive, evidence-ranked treatment plan that maximizes patient life extension, drawing from established protocols, clinical trials, emerging therapies, and cutting-edge research.

IMPORTANT MEDICAL DISCLAIMER: This skill generates research-grade information summaries. All output must include a prominent disclaimer that this is NOT medical advice and patients must consult their oncology team before making any treatment decisions. This tool is for research and educational purposes only.

Workflow

Step 1: Parse the Input

Extract from the user's query:

  • Cancer type (required) — e.g., "pancreatic adenocarcinoma", "NSCLC", "triple-negative breast cancer"
  • Stage (if provided) — I through IV, or specific substaging
  • Molecular markers (if provided) — e.g., EGFR+, HER2+, BRCA1/2, MSI-H, PD-L1 expression, KRAS G12C
  • Patient context (if provided) — age range, prior treatments, comorbidities
  • Country/region (if provided) — affects clinical trial availability and drug approvals

If the user provides only a cancer type, proceed with a general overview across all stages. Ask clarifying questions ONLY if the cancer type itself is ambiguous.

Step 2: Research Strategy

Perform web searches across multiple evidence tiers. Use 10–20 searches to build a comprehensive picture. Search categories:

Tier 1 — Standard of Care (SoC)

Search for NCCN guidelines, ESMO guidelines, and current first-line protocols. Example queries:

  • [cancer type] NCCN guidelines 2025 2026
  • [cancer type] standard of care first line treatment
  • [cancer type] stage [N] treatment protocol
Tier 2 — Approved Targeted & Immunotherapies

Search for FDA/EMA-approved targeted therapies and immunotherapies.

  • [cancer type] approved targeted therapy 2025 2026
  • [cancer type] immunotherapy checkpoint inhibitor results
  • [cancer type] [known molecular marker] targeted therapy

Read the full file on GitHub · 171 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 171 lines · 146 tokens per session scan A 11cd5565b9cc

Subscribe to this mod's changes

cancer-research is a skill published in the GitHub repository romeo111/OpenOnco (2 stars, last pushed 5d ago), licensed MIT. It adds 146 tokens to every session and 1,783 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

bio-differential-expression-batch-correction

Handles batch effects in bulk RNA-seq via design-matrix inclusion (the correct path for DE), ComBat/ComBat-seq for visualization, SVA for unknown latent factors, RUVSeq for negative-control-gene-anchored unwanted variation, and limma::removeBatchEffect for plotting only. Encodes the Nygaard 2016 cardinal sin against…

PKU-YuanGroup/OpenAI4S · 187 tokens

bio-ortholog-inference

Pull pre-computed ortholog calls from public databases (OrthoDB, Ensembl Compara, OMA browser, eggNOG, PANTHER, KEGG Orthology, HomoloGene) via their REST APIs. Use when orthologs are already curated upstream, when the question is "what is the X ortholog of Y" rather than "how to infer orthology de novo", when…

PKU-YuanGroup/OpenAI4S · 141 tokens

admet_genetic

ADMET-guided genetic molecule optimization workflow from seed SMILES; use when the agent needs to build or run an RDKit/SA-Score/ADMET-AI GA pipeline for molecule optimization, enforce molecule lineage logs, render optimization-history HTML dashboards, and write candidate triage reports.

PKU-YuanGroup/OpenAI4S · 63 tokens

bioprobench

Score an LLM's biological-protocol reasoning on the BioProBench benchmark: protocol QA, step ordering, error detection, protocol generation, and LLM-judged error reasoning; or generate the responses.

PKU-YuanGroup/OpenAI4S · 46 tokens

alphafold2

Predict protein structure for monomers and multimers with AlphaFold2 via the ColabFold runner (Mirdita et al. 2022, github.com/sokrypton/ColabFold; AlphaFold2 Jumper et al. 2021). Reach for this skill to fold a sequence or complex with the AF2/AF2-Multimer evoformer, to validate designed sequences by self-consistency…

PKU-YuanGroup/OpenAI4S · 117 tokens

figure-rhetoric

Evaluate whether figures and plots in a manuscript effectively communicate the claims they support. Audits chart-type fit, axis design, visual hierarchy, data density, caption interpretation, perceptual accuracy, and narrative arc across 8 dimensions. Triggers on: "do my figures work", "check my plots", "are my graphs…

Mathews-Tom/armory · 123 tokens