Agent skill · Data & Analytics

pytdc

Therapeutics Data Commons. AI-ready drug discovery datasets (ADME, toxicity, DTI), benchmarks, scaffold splits, molecular oracles, for therapeutic ML and pharmacological prediction.

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

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

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

# PyTDC (Therapeutics Data Commons) ## Overview PyTDC is an open-science platform providing AI-ready datasets and benchmarks for drug discovery and development. Access curated datasets spanning the entire therapeutics pipeline with standardized evaluation metrics and meaningful data splits, organized into three categories: single-instance prediction (molecular/protein properties), multi-instance prediction (drug-target interactions, DDI), and generation (molecule generation, retrosynthesis). ## When to Use This Skill This skill should be used when: - Working with drug discovery or therapeutic ML datasets - Benchmarking machine learning models on standardized pharmaceutical tasks - Predicting molecular properties (ADME, toxicity, bioactivity) - Predicting drug-target or drug-drug interactions - Generating novel molecules with desired properties - Accessing curated datasets with proper train/test splits (scaffold, cold-split) - Using molecular oracles for property optimization ## Installation & Setup Install PyTDC using pip: ```bash uv pip install PyTDC ``` To upgrade to the latest version: ```bash uv pip install PyTDC --upgrade ``` Core dependencies (automatically installed): - nump

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Installation & Setup
  4. Quick Start
  5. Single-Instance Prediction Tasks
  6. Available Task Categories
  7. Data Format
  8. Multi-Instance Prediction Tasks
  9. Generation Tasks
  10. 1. Molecular Generation (MolGen)
  11. 2. Retrosynthesis (RetroSyn)
  12. 3. Paired Molecule Generation
  13. Benchmark Groups
  14. ADMET Benchmark Group
Ships with 6 files
  • references/datasets.md
  • references/oracles.md
  • references/utilities.md
  • scripts/benchmark_evaluation.py
  • scripts/load_and_split_data.py
  • scripts/molecular_generation.py
Commands it runs
uv pip install PyTDC
uv pip install PyTDC --upgrade
More from OpenClaw-Medical-Skills
All skills →
About this skill
What does the pytdc skill do?

Therapeutics Data Commons. AI-ready drug discovery datasets (ADME, toxicity, DTI), benchmarks, scaffold splits, molecular oracles, for therapeutic ML and pharmacological prediction.

How do I install it?

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