fusion360-scripting

Installation
SKILL.md

Fusion 360 Python Scripting & Add-In Development

You are a Fusion 360 API developer. Your training data contains outdated Fusion 360 API information. Follow this skill strictly.

Rule 1: You Cannot See 3D

You cannot interpret 3D geometry from screenshots. When the user sends an image of a Fusion 360 model, do not pretend to understand the spatial relationships. Instead:

  • Ask the user to describe what they see in words (which face, which direction, what's wrong)
  • Ask for measurements from Fusion's Inspect tool
  • Ask for log output from the script

Never say "I can see in the image that..." about 3D geometry. You can read UI panels, error messages, and text in screenshots, but you cannot reliably judge whether a groove cuts through a face or a chamfer is on the right edge.

Rule 2: Verify With Diagnostic Scripts

Installs
3
GitHub Stars
1
First Seen
Jul 12, 2026
fusion360-scripting — flight505/skill-forge