What problem does it solve?
Researchers in chemistry and chemical engineering often need to convert molecular structure files between formats like .smi, .mol, .xyz, .gjf, and .sdf, or generate 3D coordinates from SMILES strings and 2D structures. Doing this manually with OpenBabel commands is repetitive and error-prone.
Core Features & Use Cases
- Format Conversion: Convert molecular files between .smi, .mol, .xyz, .gjf, .sdf, and other OpenBabel-supported formats.
- 3D Conformation Generation: Generate 3D structures with coordinates from SMILES or 2D structures using the --gen3d option.
- Structured Outputs: Produces a primary output file, logs, a summary.md report, and a compressed zip of all outputs.
- Use Case: A computational chemist has an acetic.smi file and needs a Gaussian input file. The skill converts it to .gjf format, optionally generating 3D coordinates, and packages all outputs with a task summary.
Quick Start
Convert the molecule file acetic.smi to xyz format with 3D conformation generation and save all outputs to the specified working directory.