一键导入
image-to-cad
Multi-agent orchestration skill utilizing local multimodal/vision LLMs to convert sketches, blueprints, and photos into executable CadQuery scripts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Multi-agent orchestration skill utilizing local multimodal/vision LLMs to convert sketches, blueprints, and photos into executable CadQuery scripts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | Image to CAD |
| description | Multi-agent orchestration skill utilizing local multimodal/vision LLMs to convert sketches, blueprints, and photos into executable CadQuery scripts. |
This skill defines the multi-agent orchestration loop for converting 2D images (hand-drawn sketches, technical drawings, or photos of mechanical parts) into parametric, executable CadQuery scripts using local vision models.
graph TD
A[User Image: Sketch/Photo] --> B[Vision Agent]
B -->|Analyzes features, edges, and scale| C[Feature Extractor]
C -->|Outputs structured JSON dimensions| D[CadQuery API Agent]
D -->|Generates Python code| E[STEP Exporter]
E -->|Produces 3D STEP file| F[FreeCAD verification]
qwen2.5-vl or minicpm-v).Agent_CadQuery_API writes a CadQuery script utilizing the parameters extracted in Step 2.Since vision models require more VRAM, ensure the local Ollama stack is configured to run one model at a time:
| Task Type | Recommended Model | Context Cap | VRAM Usage |
|---|---|---|---|
| Hand sketches, simple shapes | minicpm-v:latest | 2048 | ~2.2 GB |
| Technical blueprints, complex assemblies | qwen2.5-vl:7b | 4096 | ~4.8 GB |