How to connect Codex to Abaqus through sim-cli
One-sentence answer
Section titled “One-sentence answer”Use sim-cli-core plus sim-plugin-abaqus, sync the Abaqus skill into .agents/skills, run sim check abaqus, then ask Codex to author, inspect, and execute bounded Abaqus steps through sim-cli.
Requirements
Section titled “Requirements”- Licensed local Abaqus installation
- Python environment
- uv or pip
- sim-cli-core
- sim-plugin-abaqus
- Codex CLI or another local coding-agent harness
Install
Section titled “Install”uv add sim-cli-core sim-plugin-abaqusuv run sim plugin sync-skills --target .agents/skills --copyuv run sim check abaqusuv run sim plugin doctor abaqus --deepPrompt for Codex
Section titled “Prompt for Codex”Use the installed Abaqus skill. Run sim through this project with
uv run sim .... Check my local Abaqus installation before submitting any job. Work one bounded step at a time: connect or submit, inspect the model or ODB, execute a small step, verify results, then save or update a checkpoint before continuing. Do not guess Abaqus CAE or keyword names.
Workflow
Section titled “Workflow”check readiness → attach to live session → inspect model state→ run one bounded CAE step → verify result/state → save checkpoint/artifactsFor Abaqus, that may be one CAE Python authoring step, one input-deck submission, one ODB inspection, one postprocessing extraction, or one checkpointed .cae update.
Limitations
Section titled “Limitations”sim-cli does not bundle Abaqus. You must provide your own licensed solver installation.