Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add brs077/CNC-design-control-MCP --skill fusion360git clone --depth 1 https://github.com/brs077/CNC-design-control-MCPWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/brs077/cnc-design-control-mcp/fusion360)<a href="https://agentmods.dev/skills/brs077/cnc-design-control-mcp/fusion360"><img src="https://agentmods.dev/badge/skills/brs077/cnc-design-control-mcp/fusion360/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/brs077/cnc-design-control-mcp/fusion360"><img src="https://agentmods.dev/badge/skills/brs077/cnc-design-control-mcp/fusion360.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00044 | $0.00363 |
| Opus 5 | $0.00022 | $0.00181 |
| Sonnet 5 | $0.00009 | $0.00073 |
| Haiku 4.5 | $0.00004 | $0.00036 |
Grade A, and why
fusion360 scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Fusion 360 Integration
Generate Python scripts for the Fusion 360 API to create parametric 3D models and CAM operations.
Available MCP Tools
generate_fusion_script— Generate a Python script for Fusion 360's API. Supports:- 3D sketches, extrusions, revolutions, sweeps, lofts
- Parametric dimensions and constraints
- Multi-body modeling and assemblies
- CAM setup with toolpaths (adaptive, pocket, contour, drilling)
- Material assignment and appearance
list_fusion_scripts— List previously generated Fusion 360 scripts with metadata
Script Execution
Generated scripts run inside Fusion 360:
- Open Fusion 360
- Go to Scripts and Add-Ins > Scripts > Run
- Select the generated
.pyfile - The script creates the model/toolpath automatically
Workflow
- Discuss the 3D part requirements with the user
- Generate the Fusion 360 script with appropriate geometry and parameters
- User runs the script in Fusion 360
- For CAM: configure tool library and post-processor in Fusion 360
- Post-process to G-code and use
load_gcodeto send to the machine
Tips
- Scripts use the Fusion 360 Python API (
adsk.core,adsk.fusion) - Include error handling and user feedback in generated scripts
- Use parametric dimensions so users can easily modify the design
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 41 lines · 44 tokens per session scan A e30f59d828ec
fusion360 is a skill published in the GitHub repository brs077/CNC-design-control-MCP (1 stars, last pushed 5mo ago), licensed MIT. It adds 44 tokens to every session and 363 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
cad-viewer
Start CAD Viewer and return review links for CAD and robot-description files. Use when visually reviewing .step, .stp, .glb, .stl, .3mf, .dxf, .urdf, .srdf, or .sdf files, especially when handed off from CAD, URDF, SRDF, or SDF generation skills.
solidworks-vibecad
A planning guide for turning natural-language mechanical design requests into structured, parameterized SolidWorks plans that can be reviewed before execution.
add-interfaces
Enrich an existing PartCAD part with connection interfaces and ports (mating metadata) so it can be mated to other parts automatically. Use for /pc:add-interfaces or when the user asks to add interfaces, ports, connectors, or mating information to a part, or to make parts snap/connect/assemble together.
gen-assembly
Generate a PartCAD assembly (an ASSY that composes parts with placement and/or mates) from a description, generating or reusing the component parts and validating the result with the PartCAD CLI. Use for /pc:gen-assembly or when the user asks to generate or create an assembly, mechanism, or multi-part product.
render
Render a PartCAD object or a CAD file to a 2D image - PNG, JPEG, SVG or DXF - from one or many viewing angles (front, back, left, right, top, bottom, iso, or an arbitrary direction), with pc render for an object a package declares or pc adhoc render for a file that belongs to no package. Use for /pc:render or when the…
gen-part
Generate a PartCAD part from a natural-language description (and optional reference images/requirements) by authoring a CAD script and validating it with the PartCAD CLI. Use for /pc:gen-part or when the user asks to generate, create, or model a single mechanical part.