{
  "slug": "fusion-bridge",
  "version": "1.8.3",
  "type": "app",
  "description": "This package installs the bridge's SKILLS into your container so your AI knows how to drive it; Adom Bridge loads the bridge runtime itself from the release zip.",
  "dependencies": {
    "adom/adom-desktop": "^1.9.0"
  },
  "scripts": {
    "install": "./install.sh",
    "uninstall": "./uninstall.sh"
  },
  "tags": [
    "ab",
    "bridge",
    "fusion",
    "desktop-app",
    "fusion360",
    "autodesk",
    "cad",
    "pcb",
    "exports",
    "aps",
    "modeling"
  ],
  "org": "adom",
  "title": "Fusion - the 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 Bridge 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 Bridge. 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 Bridge: component libraries, IPC package generation, board layout, exports (STEP/Gerbers/BOM/CPL), fast APS cloud search, and parametric modeling.",
  "sample_prompts": [
    {
      "label": "Find a design",
      "prompt": "Search our Fusion cloud files for the wire bender and open it"
    },
    {
      "label": "Costed BOM",
      "prompt": "Give me a parts list for this assembly with quantities, and don't double-count the hardware inside the bracket kits"
    },
    {
      "label": "Open a board",
      "prompt": "Open my BQ25792 charger board in Fusion and show me the 3D PCB"
    },
    {
      "label": "Export for manufacturing",
      "prompt": "Export gerbers, the BOM and the CPL for this board so I can send it to JLCPCB"
    },
    {
      "label": "Sign Fusion in",
      "prompt": "Fusion is signed into the wrong Autodesk account, put it on my work profile"
    },
    {
      "label": "Part volume",
      "prompt": "How much material does each printed part in this assembly use?"
    }
  ]
}