skill
KiCad CLI Service
Public UnreviewedShared KiCad CLI HTTP API for symbol search, SVG export, footprint operations, 3D model handling, and PCB processing. Runs on a dedicated container so individual user containers don't need kicad-cli i
KiCad CLI Service
Shared HTTP API wrapping kicad-cli for symbol/footprint/board export operations.
Runs on a dedicated service container at port 8780. Used by Symbol Creator, Footprint Creator, Library Creator, and other EDA skills as a backend.
Endpoints
symSearch— Search KiCad symbol librariessymGet— Download .kicad_sym filessymExportSvg— Export symbols to SVGfpList— List footprint librariesfpDownload— Download .kicad_mod filesfpExportSvg— Export footprints to SVGmodels3dList— List available 3D modelsmodels3dDownload— Download STEP/GLB modelspcbExportStep— Export PCB boards to STEPpcbExportGlb— Export PCB boards to GLB
# KiCad CLI Service
Shared HTTP API wrapping kicad-cli for symbol/footprint/board export operations.
Runs on a dedicated service container at port 8780. Used by Symbol Creator, Footprint Creator, Library Creator, and other EDA skills as a backend.
## Endpoints
- `symSearch` — Search KiCad symbol libraries
- `symGet` — Download .kicad_sym files
- `symExportSvg` — Export symbols to SVG
- `fpList` — List footprint libraries
- `fpDownload` — Download .kicad_mod files
- `fpExportSvg` — Export footprints to SVG
- `models3dList` — List available 3D models
- `models3dDownload` — Download STEP/GLB models
- `pcbExportStep` — Export PCB boards to STEP
- `pcbExportGlb` — Export PCB boards to GLB