π¦ ClawHub
PharmaClaw Chemistry Query
by @cheminempharmaclaw
Chemistry agent skill for PubChem API queries (compound info/properties, structures/SMILES/images, synthesis routes/references) + RDKit cheminformatics (SMIL...
π‘ Examples
# PubChem compound info
exec python scripts/query_pubchem.py --compound "aspirin" --type infoMolecular properties from SMILES
exec python scripts/rdkit_mol.py --smiles "CC(=O)Oc1ccccc1C(=O)O" --action propsRetrosynthesis
exec python scripts/rdkit_mol.py --target "CC(=O)Oc1ccccc1C(=O)O" --action retro --depth 2Full chain (name β props + draw + retro)
exec python scripts/chain_entry.py --input-json '{"name": "caffeine", "context": "user"}'
TERMINAL
clawhub install pcl-chemistry-query