Sim Plugin Openfoam — AI skill for Claude Code
Use AI coding agents with OpenFOAM via sim-cli: run cases, inspect results, and produce replayable CFD artifacts.
How to install Sim Plugin Openfoam
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open svd-ai-lab/sim-plugin-openfoam and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Sim Plugin Openfoam does
Use AI coding agents with OpenFOAM via sim-cli: run cases, inspect results, and produce replayable CFD artifacts.
Alternatives in AI
- Artifacts Builder — Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech 97.5k ★
- AGENTS.md - Skill Seekers — Concise reference for AI coding agents 11.1k ★
- Claudecodeui — A desktop and mobile UI for Claude Code, Anthropic's official CLI for AI-assisted coding 9k ★
README
sim-plugin-openfoam
OpenFOAM driver for [sim-cli](https://github.com/svd-ai-lab/sim-cli), distributed as a plugin via Python `entry_points`.
Install
For agent projects, install sim-cli-core and the OpenFOAM plugin in the project environment:
uv init # only if this is not already a uv project
uv add sim-cli-core sim-plugin-openfoam
uv run sim plugin sync-skills --target .agents/skills --copy
uv run sim check openfoam
uv run sim plugin doctor openfoam --deep
For Claude Code, sync the bundled skill to `.claude/skills` instead:
uv run sim plugin sync-skills --target .claude/skills --copy
For a reproducible agent run, pin the PyPI package version:
uv add sim-cli-core "sim-plugin-openfoam==0.1.0"
`uv run sim ...` runs sim from this project environment, so it sees this project's plugins. Without uv, create and activate a venv, then install `sim-cli-core` plus this plugin from PyPI with `python -m pip`.
Development
git clone https://github.com/svd-ai-lab/sim-plugin-openfoam
cd sim-plugin-openfoam
uv sync
uv run pytest
License
Apache-2.0.
Related Skills
Sim Plugin Ltspice
Use AI coding agents with LTspice via sim-cli: run circuits, inspect waveforms/logs, and produce replayable si
Sim Plugin Hfss
Use AI coding agents with Ansys HFSS via sim-cli: project setup, frequency sweeps, S-parameter and field inspe
Sim Plugin Starccm
Use AI coding agents with STAR-CCM+ via sim-cli: simulation setup, solver runs, scene/result inspection, repla
Sim Plugin Flotherm
Use AI coding agents with Flotherm via sim-cli: model construction, thermal solver runs, result inspection, re
Sim Plugin Dymola
Use AI coding agents with Dymola/Modelica via sim-cli: model compilation, simulation runs, result inspection,
Sim Plugin Autodeskfusion
Use AI coding agents with Autodesk Fusion 360 via sim-cli: live-session bridge, model inspection, scripted ope
Related Agents
Of Reviewer
OwnFramework Loop reviewer — inspect one exact candidate SHA and fill one pass-scoped semantic assessment. Rea
Coding Agent
React Native coding agent — consults docs, diagnoses errors, and drives the iOS Simulator. Loads docs, diagnos
Team GitHub Operator
GitHub CLI operator — inspect, fetch, triage, label, link, and post content on issues and pull requests using