app
Adom Desktop - Fusion 360 Bridge
Public Made by Adomby adom
Drive Autodesk Fusion 360 from the cloud via Adom Desktop: component libraries, IPC package generation, board layout, exports (STEP/Gerbers/BOM/CPL), fast APS cloud search, and parametric modeling.
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
{
"slug": "adom-desktop-fusion-bridge",
"version": "1.6.96",
"type": "app",
"description": "Installs this bridge's skills into your container so your AI knows how to drive the bridge. The bridge runtime itself is loaded by Adom Desktop from the release zip.",
"dependencies": {
"adom/adom-desktop": "^1.9.0"
},
"scripts": {
"install": "./install.sh",
"uninstall": "./uninstall.sh"
},
"tags": [
"fusion360",
"autodesk",
"cad",
"pcb",
"exports",
"aps",
"modeling"
],
"org": "adom",
"author": {
"name": "Kyle Bergstedt",
"email": "[email protected]"
},
"title": "Adom Desktop - Fusion 360 Bridge",
"changelog": "1.6.47-1.6.51: seat/licensing dialog now detected by owned-popup + screenshot-verify with readiness self-heal (no more foreground steals or stuck launches); tarball hygiene - declared the adom/adom-desktop dependency, dropped the 1MB hero + PUBLISHING.md from the install payload (1.18MB -> ~100KB), de-duplicated the library docs (canonical copies live in the fusion-libraries / fusion-multipart-libraries skills), and fixed cross-doc references.",
"updated_at": "2026-07-06T16:30:00.000Z",
"hero": {
"type": "image",
"path": "screenshots/hero.png"
},
"files": [
"SKILL.md",
"README.md",
"VERBS.md",
"install.sh",
"uninstall.sh",
"page.json",
"CHANGELOG.md",
"skills/fusion-aps-search/**",
"skills/fusion-aps-signin/**",
"skills/fusion-build-parts-library/**",
"skills/fusion-cloud-hygiene/**",
"skills/fusion-cloud-save/**",
"skills/fusion-driving/**",
"skills/fusion-eagle-commands/**",
"skills/fusion-electronics/**",
"skills/fusion-libraries/**",
"skills/fusion-multipart-libraries/**",
"skills/fusion-onboarding/**",
"skills/fusion-molecule-export/**",
"skills/pcb-stackup/**",
"skills/fusion-demo/**",
"skills/fusion-multiprofile-signin/**"
],
"discovery_triggers": [
"drive fusion 360",
"open a fusion design",
"open my pcb in fusion",
"launch fusion 360",
"search our fusion cloud files",
"find a fusion design in our cloud",
"export a step file from fusion",
"export gerbers from fusion",
"get a bom from fusion",
"lay out a pcb in fusion",
"design electronics in fusion",
"build a component library in fusion",
"build a basic parts library",
"add a 3d model to a component",
"make a fusion 360 library with 3d",
"set up the fusion bridge"
],
"discovery_pitch": "Use the Adom Desktop Fusion 360 bridge when the user wants to DRIVE Autodesk Fusion 360 from the cloud: open/search their team's Fusion cloud designs, lay out a PCB or do electronics, export STEP/IGES/STL/Gerbers/BOM, or build a component library with real rendering 3D. It runs Fusion on the user's own machine via Adom Desktop. NOT for web/browser/login/form-filling (that's the native-browser extension) and NOT for KiCad (that's the kicad bridge).",
"brief": "Drive Autodesk Fusion 360 from the cloud via Adom Desktop: component libraries, IPC package generation, board layout, exports (STEP/Gerbers/BOM/CPL), fast APS cloud search, and parametric modeling.",
"visibility": "public"
}