Agent skill
chemcrow-tools
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/chemcrow-tools
SKILL.md
---name: chemcrow-drug-discovery description: An LLM chemistry agent with expert-designed tools for organic synthesis, drug discovery, and materials design. license: MIT metadata: author: EPFL / Rochester / ChemCrow Team source: "https://github.com/ur-whitelab/chemcrow-public" version: "2.0.0" compatibility:
- system: Python 3.9+ allowed-tools:
- run_shell_command
- python_repl
keywords:
- chemcrow-tools
- automation
- biomedical measurable_outcome: execute task with >95% success rate. ---"
ChemCrow
ChemCrow is an open-source package for the accurate integration of Large Language Models (LLMs) with chemistry tools. It is designed to autonomously plan and execute chemical syntheses, research materials, and discover new drugs.
When to Use This Skill
- Synthesis Planning: "How do I synthesize Ibuprofen?"
- Property Prediction: "What is the logP of this molecule?"
- Safety Checks: "Is this reaction explosive?"
- Literature Search: "Find patents related to this substructure."
Core Capabilities
- Synthesis Planning: Uses tools like RXN4Chemistry or local retrosynthesis models to plan routes.
- Molecule Manipulation: Add/remove functional groups, generate SMILES (RDKit).
- Safety Assessment: Checks reagents against safety databases (PubChem, GHS).
- Web Search: Google/Patent search for chemical literature.
Tools (Expanded List - v2.0)
- RDKit: Cheminformatics (MolToSmiles, SmilesToMol, descriptors).
- PubChem: Search for properties and safety data.
- LiteratureSearch: Search arXiv, patents.
- Synthesis: IBM RXN, OPLS.
- Name2SMILES: Convert chemical names to structures.
Example Usage
User: "Plan a synthesis for a derivative of Aspirin that might have better solubility."
Agent Action:
- Retrieves Aspirin structure (SMILES).
- Modifies structure (e.g., adds a polar group) using RDKit.
- Checks solubility prediction.
- Plans synthesis route for the new molecule.
- Checks safety of reagents.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?