Sim Plugin Autodeskfusion — AI skill for Claude Code
Use AI coding agents with Autodesk Fusion 360 via sim-cli: live-session bridge, model inspection, scripted operations, replayable artifacts.
How to install Sim Plugin Autodeskfusion
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-autodeskfusion and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Sim Plugin Autodeskfusion does
Use AI coding agents with Autodesk Fusion 360 via sim-cli: live-session bridge, model inspection, scripted operations, replayable artifacts.
Alternatives in AI
- Botmux — Bridge Feishu/Lark to AI coding CLIs — Claude Code, Codex, Gemini, OpenCode… every DM, group or topic spawns i 1.2k ★
- CLI WeChat Bridge — 将 AI 命令行工具以最为原生的方式,集成到微信 ClawBot / 企业微信 bot 中,目前支持集成 Codex、Claude Code、OpenCode、Pi Agent 478 ★
- Tokentab — A CLI that reads Claude Code, Codex, and Gemini CLI session logs and works out how much they cost, by model, p 226 ★
README
sim-plugin-autodeskfusion
Autodesk Fusion driver plugin for `sim`, focused on thin official-MCP access to a visible Fusion desktop session. Fusion's Python API is available inside the Fusion process, so this plugin discovers Autodesk's local MCP server, lists its tools, and calls the execute-capable tool instead of installing a custom add-in bridge.
Autodesk Fusion is commercial vendor software. This plugin does not bundle Fusion binaries, Autodesk API stubs, installers, sample projects, licenses, or activation material; users must install and license Fusion separately. See [LICENSE-NOTICE.md](LICENSE-NOTICE.md).
Install
For agent projects, install sim-cli-core and the Autodesk Fusion plugin in the project environment:
uv init # only if this is not already a uv project
uv add sim-cli-core "sim-plugin-autodeskfusion @ git+https://github.com/svd-ai-lab/sim-plugin-autodeskfusion@main"
uv run sim plugin sync-skills --target .agents/skills --copy
uv run sim check autodeskfusion
uv run sim plugin doctor autodeskfusion --deep
For Claude Code, sync the bundled skill to `.claude/skills` instead:
uv run sim plugin sync-skills --target .claude/skills --copy
Without uv, create and activate a venv, then install `sim-cli-core` plus this plugin with `python -m pip`:
python -m pip install sim-cli-core "sim-plugin-autodeskfusion @ git+https://github.com/svd-ai-lab/sim-plugin-autodeskfusion@main"
Scope
- Detect local Fusion installs without launching Fusion.
- Probe Autodesk Fusion's official local MCP endpoint.
- Use MCP
initialize,tools/list, andtools/callthrough the official MCP Python SDK. - Execute Python scripts/snippets through the discovered execute-capable MCP tool.
- Keep
simoptional: direct MCP calls are often the better exploration primitive, whilesim connect/exec/inspectadds session bookkeeping and standard logs when useful.
The driver does not provide a headless Fusion sol
Related Skills
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 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 Openfoam
Use AI coding agents with OpenFOAM via sim-cli: run cases, inspect results, and produce replayable CFD artifac
Sim Plugin Ltspice
Use AI coding agents with LTspice via sim-cli: run circuits, inspect waveforms/logs, and produce replayable si
Related Agents
Browser Testing
Browser automation and testing specialist. Uses playwright-cli (stateful Bash CLI) for deterministic scripted
Codex Bridge
把指定工作外包給 gpt-5.5(codex)並忠實回傳其輸出。當需要 gpt-5.5 的批量實作或獨立第二審查視角時使用。這是 plugin 內第三種 codex 路徑:一次性 codex exec CLI 呼叫、輸出
Agent Of Empires
Claude Code, OpenCode, Mistral Vibe, Codex CLI, Gemini CLI Coding Agent Terminal Session manager via tmux and