chemical_safety_assessment

Solid

Chemical Safety Assessment - Assess chemical safety: PubChem compound info, FDA drug data, ADMET prediction, and structural alerts from ChEMBL. Use this skill for chemical safety tasks involving get general info by compound name get warnings and cautions by drug name pred molecule admet get compound structural alert. Combines 4 tools from 4 SCP server(s).

Data & Documents 380 stars 26 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 88/100

Stars 20%
86
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Chemical Safety Assessment **Discipline**: Chemical Safety | **Tools Used**: 4 | **Servers**: 4 ## Description Assess chemical safety: PubChem compound info, FDA drug data, ADMET prediction, and structural alerts from ChEMBL. ## Tools Used - **`get_general_info_by_compound_name`** from `pubchem-server` (streamable-http) - `https://scp.intern-ai.org.cn/api/v1/mcp/8/Origene-PubChem` - **`get_warnings_and_cautions_by_drug_name`** from `fda-drug-server` (streamable-http) - `https://scp.intern-ai.org.cn/api/v1/mcp/14/Origene-FDADrug` - **`pred_molecule_admet`** from `server-3` (streamable-http) - `https://scp.intern-ai.org.cn/api/v1/mcp/3/DrugSDA-Model` - **`get_compound_structural_alert`** from `chembl-server` (streamable-http) - `https://scp.intern-ai.org.cn/api/v1/mcp/4/Origene-ChEMBL` ## Workflow 1. Get PubChem compound info 2. Get FDA warnings 3. Predict ADMET toxicity 4. Check structural alerts from ChEMBL ## Test Case ### Input ```json { "compound_name": "acetaminophen", "smiles": "CC(=O)Nc1ccc(O)cc1" } ``` ### Expected Steps 1. Get PubChem compound info 2. Get FDA warnings 3. Predict ADMET toxicity 4. Check structural alerts from ChEMBL ## Usage Example > **Note:** Replace `sk-b04409a1-b32b-4511-9aeb-22980abdc05c` with your own SCP Hub API Key. You can obtain one from the [SCP Platform](https://scphub.intern-ai.org.cn). ```python import asyncio import json from contextlib import AsyncExitStack from mcp import ClientSession from mcp.client.streamable_...

Details

Author
SpectrAI-Initiative
Repository
SpectrAI-Initiative/InnoClaw
Created
2 months ago
Last Updated
today
Language
TypeScript
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Solid

cls-certify

CocoLoop Safe (CLS) Skill 安全认证。对 Agent Skills 进行六维深度安全分析(静态代码、动态行为、依赖审计、网络流量、隐私合规、威胁情报),输出 S+/S/A/B/C/D 等级评估和 HTML/PDF 可视化报告。使用当用户需要检查 skill 安全性、验证 skill 是否可信、分析 skill 代码安全���、评估 skill 风险等级时。

104 Updated 1 months ago
CatREFuse
Web & Frontend Solid

bio-reaction-enumeration

Enumerates chemical libraries through reaction SMARTS transformations using RDKit. Generates virtual compound libraries from building blocks using defined chemical reactions with product validation. Use when creating combinatorial libraries or enumerating products from synthetic routes.

2,540 Updated 1 months ago
FreedomIntelligence
Data & Documents Solid

skill-issue

Audit and review all installed agent skills. Run on-demand or via cron to get a health report: skill inventory, usage tracking, version checks, dependency health, and actionable recommendations (keep, update, review, remove). Use when asked to review skills, check for skill updates, find unused skills, or audit the skill ecosystem.

23 Updated 3 months ago
krispuckett
AI & Automation Solid

swarm-safety

SWARM: System-Wide Assessment of Risk in Multi-agent systems. Simulate multi-agent dynamics, test governance, study emergent risks.

30 Updated today
swarm-ai-safety
Code & Development Solid

tooluniverse

Access 1000+ scientific tools from Harvard's ToolUniverse — bioinformatics, drug discovery, genomics, clinical research, and more

204 Updated 4 days ago
lamm-mit