Agent skill · Data & Analytics

tooluniverse-chemical-safety

Comprehensive chemical safety and toxicology assessment integrating ADMET-AI predictions, CTD toxicogenomics, FDA label safety data, DrugBank safety profiles, and STITCH chemical-protein interactions. Performs predictive toxicology (AMES, DILI, LD50, carcinogenicity), organ/system toxicity profiling, chemical-gene-disease relationship mapping, regulatory safety extraction, and environmental hazard assessment. Use when asked about chemical toxicity, drug safety profiling, ADMET properties, environmental health risks, chemical hazard assessment, or toxicogenomic analysis.

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

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

Facts
Files in the skill folder: 3
SKILL.md size: 29 KB
Bundled scripts: yes
Path: skills/tooluniverse-chemical-safety/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

This skill performs comprehensive chemical safety and toxicology assessments by combining AI-predicted toxicity endpoints, toxicogenomics data, regulatory safety information, and chemical-protein interaction networks to generate a structured safety report with evidence grading.

How it works

  1. Phase 0: Compound Disambiguation – resolves the input to a canonical identity (name, SMILES, CID, ChEMBL ID) and collects basic properties (formula, weight, etc.).
  2. Phase 1: Predictive Toxicology (ADMET-AI) – runs toxicity endpoints via ADMETAI_predict_toxicity, ADMETAI_predict_stress_response, and ADMETAI_predict_nuclear_receptor_activity for SMILES input; interprets results as Active/Inactive and grades them with [T3]. Highlights high-risk signals (e.g., AMES, DILI, hERG).
  3. Phase 2: ADMET Properties – (if SMILES available) executes six tools to characterize Absorption, Distribution, Metabolism, Excretion, and physicochemical properties; assesses Lipinski violations and DDI risks.
  4. Phase 3: Toxicogenomics (CTD) – queries CTD for chemical-gene interactions and chemical-disease associations; reports top interactions with evidence tiers [T2] or [T3] and highlights affected pathways.
  5. Phase 4: Regulatory Safety (FDA Labels) – retrieves FDA label data (boxed warnings, contraindications, adverse reactions, warnings, nonclinical toxicology, carcinogenic/mutagenic data); marks all FDA findings as [T1].
  6. Synthesis – aggregates evidence across phases to provide a final risk classification and data gaps, with explicit source attribution for each safety claim.

When to use it

Use when asked about any of the following: chemical toxicity, drug safety profiling, ADMET properties, environmental health risks, chemical hazard assessment, or toxicogenomic analysis. Triggers include asking for toxicity endpoints, safety profiles, ADMET properties, gene interactions, disease associations, regulatory safety, or environmental toxicology related to a chemical.

What it can touch

The skill utilizes tools for compound identity resolution, ADMET toxicity predictions, CTD queries, FDA label extraction, DrugBank and STITCH-related data, and regulatory data sources. It requires the claude-code tool.

Caveats

All toxicity predictions are computational [T3]. FDA data, when present, is treated as [T1] regulatory evidence. When evidence is ambiguous, risk is noted as requiring further investigation; explicit data gaps are reported as such. If a tool fails, the report notes prediction unavailability rather than failing the entire entry.

From the SKILL.md

# Chemical Safety & Toxicology Assessment Comprehensive chemical safety and toxicology analysis integrating predictive AI models, curated toxicogenomics databases, regulatory safety data, and chemical-biological interaction networks. Generates structured risk assessment reports with evidence grading. ## When to Use This Skill **Triggers**: - "Is this chemical toxic?" / "What are the toxicity endpoints for [compound]?" - "Assess the safety profile of [drug/chemical]" - "What are the ADMET properties of [SMILES]?" - "What genes does [chemical] interact with?" - "What diseases are linked to [chemical] exposure?" - "Predict toxicity for these molecules" - "Drug safety assessment for [drug name]" - "Environmental health risk of [chemical]" - "Chemical hazard profiling" - "Toxicogenomic analysis of [compound]" **Use Cases**: 1. **Predictive Toxicology**: AI-predicted toxicity endpoints (AMES mutagenicity, DILI, LD50, carcinogenicity, skin reactions) for novel compounds via SMILES 2. **ADMET Profiling**: Full absorption, distribution, metabolism, excretion, toxicity characterization 3. **Toxicogenomics**: Chemical-gene interaction mapping, gene-disease associations from CTD 4. **Regulator

What's inside
Steps it walks through
  1. When to Use This Skill
  2. KEY PRINCIPLES
  3. Evidence Grading System (MANDATORY)
  4. Required Evidence Grading Locations
  5. Core Strategy: 8 Research Dimensions
  6. Phase 0: Compound Disambiguation (ALWAYS FIRST)
  7. Input Types Handled
  8. Resolution Steps
  9. Disambiguation Output
  10. Phase 1: Predictive Toxicology (ADMET-AI)
  11. Tools Used
  12. Workflow
  13. Decision Logic
  14. Output Table
Ships with 2 files
  • QUICK_START.md
  • test_skill.py
More from OpenClaw-Medical-Skills
All skills →
About this skill
What does the tooluniverse-chemical-safety skill do?

Comprehensive chemical safety and toxicology assessment integrating ADMET-AI predictions, CTD toxicogenomics, FDA label safety data, DrugBank safety profiles, and STITCH chemical-protein interactions. Performs predictive toxicology (AMES, DILI, LD50, carcinogenicity), organ/system toxicity profiling, chemical-gene-disease relationship mapping, regulatory safety extraction, and environmental hazard assessment. Use when asked about chemical toxicity, drug safety profiling, ADMET properties, environmental health risks, chemical hazard assessment, or toxicogenomic analysis.

How do I install it?

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