Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

tooluniverse-chemical-safety工具宇宙化学安全

Agent Skill

tooluniverse-chemical-safety 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,867

周安装

195

GitHub Stars

1,334

下载量

1,576
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:tooluniverse-chemical-safety(工具宇宙化学安全)
来源仓库:https://github.com/mims-harvard/tooluniverse
仓库路径:skills/tooluniverse-chemical-safety
安装命令:
npx skills add https://github.com/mims-harvard/tooluniverse --skill tooluniverse-chemical-safety
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/mims-harvard/tooluniverse --skill tooluniverse-chemical-safety

简介

ToolUniverse-Chemical-Safety 集成 6 个数据库共 25+ 工具,用于药物安全评估与毒理学分析。

  • 适用于 Codex、Claude 等宿主中开展 ADMET 表征、化学危害筛查等科研任务。
  • 输出结构化报告,含风险等级与证据分级,支持快速决策。
  • 通过 GitHub 安装指定路径后调用,无需额外依赖。
  • 建议在使用前确认数据来源可靠性,并结合实验数据进行交叉验证。

SKILL.md

Chemical Safety & Toxicology Assessment

Toxicity assessment: identify the chemical, check known hazards (GHS, IARC), then look for ADMET predictions. Dose makes the poison — always consider exposure level, as a compound that is toxic at high doses may be safe at relevant exposures. Distinguish between acute toxicity (LD50, GHS category) and chronic hazards (carcinogenicity, endocrine disruption) — they require different risk management approaches. Computational predictions (ADMETAI) are T3 evidence and must be anchored by experimental data from PubChemTox or FDA labels wherever available. When evidence conflicts between prediction and experiment, always defer to the experimental finding.

LOOK UP DON'T GUESS: never assume GHS categories, IARC classification, or CTD disease links — always call PubChemTox and CTD tools to retrieve current classifications before reporting.

Comprehensive chemical safety analysis integrating predictive AI models, curated toxicogenomics databases, regulatory safety data, and chemical-biological interaction networks.

When to Use This Skill

Triggers:

  • "Is this chemical toxic?" / "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?"
  • "Drug safety assessment" / "Environmental health risk" / "Chemical hazard profiling"

Use Cases:

  1. Predictive Toxicology: AI-predicted endpoints (AMES, DILI, LD50, carcinogenicity, hERG) via SMILES
  2. ADMET Profiling: Absorption, distribution, metabolism, excretion, toxicity
  3. Toxicogenomics: Chemical-gene-disease mapping from CTD
  4. Regulatory Safety: FDA label warnings, contraindications, adverse reactions
  5. Drug Safety: DrugBank safety + FDA labels combined
  6. Chemical-Protein Interactions: STITCH-based interaction networks
  7. Environmental Toxicology: Chemical-disease associations for contaminants

COMPUTE, DON'T DESCRIBE

When analysis requires computation (statistics, data processing, scoring, enrichment), write and run Python code via Bash. Don't describe what you would do — execute it and report actual results. Use ToolUniverse tools to retrieve data, then Python (pandas, scipy, statsmodels, matplotlib) to analyze it.

KEY PRINCIPLES

  1. Report-first approach - Create report file FIRST, then populate progressively
  2. Tool parameter verification - Verify params via get_tool_info before calling unfamiliar tools
  3. Evidence grading - Grade all safety claims by evidence strength (T1-T4)
  4. Citation requirements - Every toxicity finding must have inline source attribution
  5. Mandatory completeness - All sections must exist with data or explicit "No data" notes
  6. Disambiguation first - Resolve compound identity (name -> SMILES, CID, ChEMBL ID) before analysis
  7. Negative results documented - "No toxicity signals found" is data; empty sections are failures
  8. Conservative risk assessment - When evidence is ambiguous, flag as "requires further investigation"
  9. English-first queries - Always use English chemical/drug names in tool calls

Evidence Grading System (MANDATORY)

TierSymbolCriteriaExamples
T1[T1]Direct human evidence, regulatory findingFDA boxed warning, clinical trial toxicity
T2[T2]Animal studies, validated in vitroNonclinical toxicology, AMES positive, animal LD50
T3[T3]Computational prediction, association dataADMET-AI prediction, CTD association
T4[T4]Database annotation, text-minedLiterature mention, unvalidated database entry

Evidence grades MUST appear in: Executive Summary, Toxicity Predictions, Regulatory Safety, Chemical-Gene Interactions, Risk Assessment.


Core Strategy: 8 Research Phases

Chemical/Drug Query
|
+-- PHASE 0: Compound Disambiguation (ALWAYS FIRST)
|   Resolve name -> SMILES, PubChem CID, ChEMBL ID, formula, weight
|
+-- PHASE 1: Predictive Toxicology (ADMET-AI)
|   AMES, DILI, ClinTox, carcinogenicity, LD50, hERG, skin reaction
|   Stress response pathways, nuclear receptor activity
|
+-- PHASE 2: ADMET Properties
|   BBB penetrance, bioavailability, clearance, CYP interactions, physicochemical
|
+-- PHASE 3: Toxicogenomics (CTD)
|   Chemical-gene interactions, chemical-disease associations
|
+-- PHASE 4: Regulatory Safety (FDA Labels)
|   Boxed warnings, contraindications, adverse reactions, nonclinical tox
|
+-- PHASE 5: Drug Safety Profile (DrugBank)
|   Toxicity data, contraindications, drug interactions
|
+-- PHASE 6: Chemical-Protein Interactions (STITCH)
|   Direct binding, off-target effects, interaction confidence
|
+-- PHASE 7: Structural Alerts (ChEMBL)
|   PAINS, Brenk, Glaxo structural alerts
|
+-- SYNTHESIS: Integrated Risk Assessment
    Risk classification, evidence summary, data gaps, recommendations

See phase-procedures-detailed.md for complete tool parameters, decision logic, output templates, and fallback strategies for each phase.


Tool Summary by Phase

Phase 0: Compound Disambiguation

  • PubChem_get_CID_by_compound_name (name: str)
  • PubChem_get_compound_properties_by_CID (cid: int)
  • ChEMBL_get_molecule (if ChEMBL ID available)

Phase 1: Predictive Toxicology

Dependency: ADMET-AI tools require pip install tooluniverse[ml]. If unavailable, skip to Phase 3 and use CTD + PubChemTox as alternatives.
  • ADMETAI_predict_toxicity (smiles: list[str]) - AMES, DILI, ClinTox, LD50, hERG, etc.
  • ADMETAI_predict_stress_response (smiles: list[str])
  • ADMETAI_predict_nuclear_receptor_activity (smiles: list[str])

Phase 2: ADMET Properties

  • ADMETAI_predict_BBB_penetrance / _bioavailability / _clearance_distribution / _CYP_interactions / _physicochemical_properties / _solubility_lipophilicity_hydration (all take smiles: list[str])

Phase 3: Toxicogenomics

  • CTD_get_chemical_gene_interactions (input_terms: str) — chemical name, returns gene interactions across species
  • CTD_get_chemical_diseases (input_terms: str) — chemical-disease associations with evidence type

Phase 3.5: PubChem Toxicity Data

  • PubChemTox_get_toxicity_values (cid: int) — LD50, LC50, NOAEL reference values
  • PubChemTox_get_ghs_classification (cid: int) — GHS hazard classification and pictograms
  • PubChemTox_get_carcinogen_classification (cid: int) — NTP/IARC carcinogenicity assessments
  • PubChemTox_get_acute_effects (cid: int) — acute toxicity by route/species
  • PubChemTox_get_toxicity_summary (cid: int) — integrated toxicity overview

Phase 3.6: Adverse Outcome Pathways

  • AOPWiki_list_aops (keyword: str) — search for relevant AOPs by chemical/mechanism
  • AOPWiki_get_aop (aop_id: int) — full AOP detail: MIE, key events, adverse outcome

Phase 4: Regulatory Safety (for pharmaceuticals only)

Environmental chemicals: Skip Phases 4-5 (no FDA labels/DrugBank). Use CTD + PubChemTox + AOPWiki instead.
  • FDA_get_boxed_warning_info_by_drug_name / _contraindications_ / _adverse_reactions_ / _warnings_ (all take drug_name: str)

Phase 5: Drug Safety (for pharmaceuticals only)

  • drugbank_get_safety_by_drug_name_or_drugbank_id (query, case_sensitive, exact_match, limit - all 4 required)

Phase 6: Chemical-Protein Interactions

  • STITCH_get_chemical_protein_interactions (identifiers: list[str], species: int)
  • Fallback (if STITCH fails for industrial chemicals): STRING_get_interaction_partners for key target genes (e.g., ESR1 for endocrine disruptors)
  • DGIdb_get_drug_gene_interactions (genes: list[str]) — for target druggability context

Phase 7: Structural Alerts

  • ChEMBL_search_compound_structural_alerts (molecule_chembl_id: str)

Risk Classification Matrix

Risk LevelCriteria
CRITICALFDA boxed warning OR multiple [T1] toxicity findings OR active DILI + active hERG
HIGHFDA warnings OR [T2] animal toxicity OR multiple active ADMET endpoints
MEDIUMSome [T3] predictions positive OR CTD disease associations OR structural alerts
LOWAll ADMET endpoints negative AND no FDA/DrugBank flags AND no CTD concerns
INSUFFICIENT DATAFewer than 3 phases returned data

Report Structure

# Chemical Safety & Toxicology Report: [Compound Name]
**Generated**: YYYY-MM-DD | **SMILES**: [...] | **CID**: [...]

## Executive Summary (risk classification + key findings, all graded)
## 1. Compound Identity (disambiguation table)
## 2. Predictive Toxicology (ADMET-AI endpoints)
## 3. ADMET Profile (absorption, distribution, metabolism, excretion)
## 4. Toxicogenomics (CTD chemical-gene-disease)
## 5. Regulatory Safety (FDA label data)
## 6. Drug Safety Profile (DrugBank)
## 7. Chemical-Protein Interactions (STITCH network)
## 8. Structural Alerts (ChEMBL)
## 9. Integrated Risk Assessment (classification, evidence summary, gaps, recommendations)
## Appendix: Methods and Data Sources

See report-templates.md for full section templates with example tables.


Mandatory Completeness Checklist

  • Phase 0: Compound disambiguated (SMILES + CID minimum)
  • Phase 1: At least 5 toxicity endpoints or "prediction unavailable"
  • Phase 2: ADMET A/D/M/E sections or "not available"
  • Phase 3: CTD queried; results or "no data in CTD"
  • Phase 4: FDA labels queried; results or "not FDA-approved"
  • Phase 5: DrugBank queried; results or "not found"
  • Phase 6: STITCH queried; results or "no data available"
  • Phase 7: Structural alerts checked or "ChEMBL ID not available"
  • Synthesis: Risk classification with evidence summary
  • Evidence Grading: All findings have [T1]-[T4] annotations
  • Data Gaps: Explicitly listed

Common Use Patterns

  1. Novel Compound: SMILES -> Phase 0 (resolve) -> Phase 1 (toxicity) -> Phase 2 (ADMET) -> Phase 7 (structural alerts) -> Synthesis
  2. Approved Drug Review: Drug name -> All phases (0-7) -> Complete safety dossier
  3. Environmental Chemical: Chemical name -> Phase 0 -> Phase 1-2 -> Phase 3 (CTD, key) -> Phase 6 (STITCH) -> Synthesis
  4. Batch Screening: Multiple SMILES -> Phase 0 -> Phase 1-2 (batch) -> Comparative table -> Synthesis
  5. Toxicogenomic Deep-Dive: Chemical + gene/disease interest -> Phase 0 -> Phase 3 (expanded CTD) -> Literature -> Synthesis

Limitations

  • ADMET-AI: Computational [T3]; should not replace experimental testing
  • CTD: May lag behind latest literature by 6-12 months
  • FDA: Only covers FDA-approved drugs; not applicable to environmental chemicals
  • DrugBank: Primarily drugs; limited industrial chemical coverage
  • STITCH: Lower score thresholds increase false positives
  • ChEMBL: Structural alerts require ChEMBL ID; not all compounds have one
  • Novel compounds: May only have ADMET-AI predictions (no database evidence)
  • SMILES validity: Invalid SMILES cause ADMET-AI failures

Reference Files

  • phase-procedures-detailed.md - Complete tool parameters, decision logic, output templates, fallback strategies per phase
  • evidence-grading.md - Evidence grading details and examples
  • report-templates.md - Full report section templates with example tables
  • phase-details.md - Additional phase context
  • test_skill.py - Test suite

Summary

Total tools integrated: 25+ tools across 6 databases (ADMET-AI, CTD, FDA, DrugBank, STITCH, ChEMBL)

Best for: Drug safety assessment, chemical hazard profiling, environmental toxicology, ADMET characterization, toxicogenomic analysis

Outputs: Structured markdown report with risk classification (Critical/High/Medium/Low), evidence grading [T1-T4], and actionable recommendations

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.16%
按下载量换算554

Claude

31.85%
按下载量换算502

Cursor

19.09%
按下载量换算301

Gemini CLI

10.19%
按下载量换算161

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills