Agent skill · Databases

cosmic-database

Access COSMIC cancer mutation database. Query somatic mutations, Cancer Gene Census, mutational signatures, gene fusions, for cancer research and precision oncology. Requires authentication.

FreedomIntelligencegithub.com/FreedomIntelligenceGitHub ↗
claude-codeships scripts
Install
npx skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill cosmic-database --agent claude-code

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

Facts
Files in the skill folder: 3
SKILL.md size: 10 KB
Bundled scripts: yes
Path: skills/cosmic-database/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.

From the SKILL.md

# COSMIC Database ## Overview COSMIC (Catalogue of Somatic Mutations in Cancer) is the world's largest and most comprehensive database for exploring somatic mutations in human cancer. Access COSMIC's extensive collection of cancer genomics data, including millions of mutations across thousands of cancer types, curated gene lists, mutational signatures, and clinical annotations programmatically. ## When to Use This Skill This skill should be used when: - Downloading cancer mutation data from COSMIC - Accessing the Cancer Gene Census for curated cancer gene lists - Retrieving mutational signature profiles - Querying structural variants, copy number alterations, or gene fusions - Analyzing drug resistance mutations - Working with cancer cell line genomics data - Integrating cancer mutation data into bioinformatics pipelines - Researching specific genes or mutations in cancer contexts ## Prerequisites ### Account Registration COSMIC requires authentication for data downloads: - **Academic users**: Free access with registration at https://cancer.sanger.ac.uk/cosmic/register - **Commercial users**: License required (contact QIAGEN) ### Python Requirements ```bash uv pip install requests

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Prerequisites
  4. Account Registration
  5. Python Requirements
  6. Quick Start
  7. 1. Basic File Download
  8. 2. Command-Line Usage
  9. 3. Working with Downloaded Data
  10. Available Data Types
  11. Core Mutations
  12. Cancer Gene Census
  13. Mutational Signatures
  14. Structural Variants and Fusions
Ships with 2 files
  • references/cosmic_data_reference.md
  • scripts/download_cosmic.py
Commands it runs
uv pip install requests pandas
Download using shorthand data type
python scripts/download_cosmic.py user@email.com --data-type mutations
Download specific file
python scripts/download_cosmic.py user@email.com \
Download for specific genome assembly
More from OpenClaw-Medical-Skills
All skills →
About this skill
What does the cosmic-database skill do?

Access COSMIC cancer mutation database. Query somatic mutations, Cancer Gene Census, mutational signatures, gene fusions, for cancer research and precision oncology. Requires authentication.

How do I install it?

Run `npx skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill cosmic-database --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