TopRank Skills

Home / Claw Skills / Recherche / Drug Team
Official OpenClaw rules 36%

Drug Team

drug team

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Drug Team 技能。 若已安装,则直接安装 Drug Team 技能。

Overview

Skill Key
cheminem/drug-team
Author
cheminem
Source Repo
openclaw/skills
Version
-
Source Path
skills/cheminem/drug-team
Latest Commit SHA
19c0e7967e52dd3d77bb63c9e5f01e4a93ff50f2

Extracted Content

SKILL.md excerpt

# drug-team

Meta-skill that orchestrates a team of specialized AI agents for drug design.

## Overview
- **Purpose**: Designs novel drug candidates for a given target/indication with constraints (e.g., \"Design drug for pain relief, logP<3\").
- **Agents**:
  1. **Chem Synth** (uses chemistry-query skill): Proposes molecular scaffolds and synthesis routes.
  2. **Synth Notebook** (uses synth-notebook skill): Visualizes routes, optimizes yields, checks safety.
  3. **Lab Inventory** (uses lab-inventory skill): Checks stock for reagents, estimates costs.
  4. **ADMET**: Predicts QED, SA, logP, TPSA, pKa using RDKit/ML proxies.
  5. **Tox**: Checks PAINS, Brenk alerts, Ames test.
  6. **Pharm**: Evaluates target binding affinity (docking proxy via web/tools).
  7. **Patent Scout** (uses patent_scout.py): Scans for prior art patents, computes novelty score, checks for blocking patents via web searches.
- **Coordination**: Iterative polling and messaging between agents to refine candidates.
- **Output**: Table of top 3 molecules (SMILES, route, scores) + visualizations (e.g., mol images).

## Triggers
- drug design
- design drug
- painkiller
- drug synthesis
- synth pharm
- design molecule
- \"low tox\" drug
- inventory-aware design
- design with stock check
- check stock for synthesis
- patent
- novelty
- prior art

## Usage
When triggered, runs `scripts/orchestrate.py \"{user_query}\"` .

## Integration
- Integrates chemistry-query for initial scaffolds and routes.
- Uses synth-notebook for route visualization, yield optimization, and safety checks.
- Incorporates lab-inventory for reagent stock checking and cost estimation.
- Ranks candidates including feasibility scores based on yield, safety (with SDS scans for route chemicals, risk scores, and alerts), and inventory availability.
- Post-design patent scouting to include novelty scores and blocking status in candidate ranking (\"High novelty: no blocking patents\").

## Dependencies
- RDKit (installed)
- chemistry-...

Related Claw Skills