Propose a change
Name Last commit message Last updated
install.sh Add adompkg installer files 1mo ago
package.json Add adompkg installer files 1mo ago
page.json Remove internal identifiers from page.json 10d ago
README.md Add adompkg installer files 1mo ago
SKILL.md Add adompkg installer files 1mo ago
uninstall.sh Add adompkg installer files 1mo ago

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