Agent skill · Databases

clinpgx-database

Access ClinPGx pharmacogenomics data (successor to PharmGKB). Query gene-drug interactions, CPIC guidelines, allele functions, for precision medicine and genotype-guided dosing decisions.

FreedomIntelligencegithub.com/FreedomIntelligenceGitHub ↗
claude-codeships scripts
Install
npx skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill clinpgx-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: 20 KB
Bundled scripts: yes
Path: skills/clinpgx-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

# ClinPGx Database ## Overview ClinPGx (Clinical Pharmacogenomics Database) is a comprehensive resource for clinical pharmacogenomics information, successor to PharmGKB. It consolidates data from PharmGKB, CPIC, and PharmCAT, providing curated information on how genetic variation affects medication response. Access gene-drug pairs, clinical guidelines, allele functions, and drug labels for precision medicine applications. ## When to Use This Skill This skill should be used when: - **Gene-drug interactions**: Querying how genetic variants affect drug metabolism, efficacy, or toxicity - **CPIC guidelines**: Accessing evidence-based clinical practice guidelines for pharmacogenetics - **Allele information**: Retrieving allele function, frequency, and phenotype data - **Drug labels**: Exploring FDA and other regulatory pharmacogenomic drug labeling - **Pharmacogenomic annotations**: Accessing curated literature on gene-drug-disease relationships - **Clinical decision support**: Using PharmDOG tool for phenoconversion and custom genotype interpretation - **Precision medicine**: Implementing pharmacogenomic testing in clinical practice - **Drug metabolism**: Understanding CYP450 and other

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Installation and Setup
  4. Python API Access
  5. API Endpoint
  6. Core Capabilities
  7. 1. Gene Queries
  8. 2. Drug and Chemical Queries
  9. 3. Gene-Drug Pair Queries
  10. 4. CPIC Guidelines
  11. 5. Allele and Variant Information
  12. 6. Variant Annotations
  13. 7. Clinical Annotations
  14. 8. Drug Labels
Ships with 2 files
  • references/api_reference.md
  • scripts/query_clinpgx.py
Commands it runs
uv pip install requests
More from OpenClaw-Medical-Skills
All skills →
About this skill
What does the clinpgx-database skill do?

Access ClinPGx pharmacogenomics data (successor to PharmGKB). Query gene-drug interactions, CPIC guidelines, allele functions, for precision medicine and genotype-guided dosing decisions.

How do I install it?

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