skill
fusion-export-molecule
Public Made by Adomby adom
Ship a Fusion 360 Electronics design to the Adom wiki as a molecule: bridge-driven export (BRD/SCH/F3D/STEP/USDZ/silk), OCCT molecule conversion (anchored GLB + footprint + symbol), component publish, and adom-molecule-import handoff to Hydrogen.
<!doctype html>
<html><head><meta charset="utf-8"><style>
* { margin:0; padding:0; box-sizing:border-box; }
body { width:1600px; height:1000px; background:
radial-gradient(1200px 700px at 75% -10%, #14324a 0%, #0b1420 55%, #070d15 100%);
font-family: 'Segoe UI', system-ui, sans-serif; overflow:hidden; position:relative; }
.glow { position:absolute; width:900px; height:900px; border-radius:50%;
background: radial-gradient(circle, rgba(45,212,191,.10) 0%, rgba(59,130,246,.06) 45%, transparent 70%);
right:-180px; top:-260px; }
.win { position:absolute; left:170px; top:210px; width:1260px; border-radius:14px;
background:#0d1826; border:1px solid #1e3348;
box-shadow: 0 40px 90px rgba(0,0,0,.65), 0 0 0 1px rgba(45,212,191,.05); }
.bar { height:46px; display:flex; align-items:center; padding:0 18px; gap:8px;
border-bottom:1px solid #16293c; }
.dot { width:12px; height:12px; border-radius:50%; background:#22384e; }
.title { margin-left:12px; color:#5b7astro; color:#5b7a99; font-size:14px; letter-spacing:.4px; }
.body { padding:26px 34px 34px; font-family:'Cascadia Mono','Consolas',monospace; font-size:17px; line-height:1.85; }
.p { color:#7dd3c8; }
.cmd{ color:#e6edf5; }
.ok { color:#4ade80; }
.fl { color:#8aa4c0; }
.accent { position:absolute; left:0; right:0; top:0; height:3px; border-radius:14px 14px 0 0;
background:linear-gradient(90deg,#2dd4bf,#3b82f6,#8b5cf6); }
</style></head><body>
<div class="glow"></div>
<div class="win">
<div class="accent"></div>
<div class="bar"><div class="dot"></div><div class="dot"></div><div class="dot"></div>
<div class="title">adom-desktop · Fusion 360 Electronics · piprobe.fbrd</div></div>
<div class="body">
<div><span class="p">$</span> <span class="cmd">adom-desktop fusion_export_eagle_source</span> <span class="fl">--board</span></div>
<div class="ok"> piprobe.brd written 214 KB</div>
<div><span class="p">$</span> <span class="cmd">adom-desktop fusion_export_eagle_source</span> <span class="fl">--schematic</span></div>
<div class="ok"> piprobe.sch written 187 KB</div>
<div><span class="p">$</span> <span class="cmd">adom-desktop fusion_export_step</span></div>
<div class="ok"> piprobe.step written 3.4 MB</div>
<div><span class="p">$</span> <span class="cmd">adom-desktop fusion_export_usdz</span></div>
<div class="ok"> piprobe.usdz written 2.1 MB</div>
<div><span class="p">$</span> <span class="cmd">adom-desktop fusion_take_silkscreen_screenshot</span> <span class="fl">--top --bottom</span></div>
<div class="ok"> piprobe_silk_top.png piprobe_silk_bottom.png</div>
<div><span class="p">$</span> <span class="cmd">adom-desktop pull_file</span> <span class="fl">exports/*</span></div>
<div class="ok"> molecule bundle ready — 7 files</div>
</div>
</div>
</body></html>