skill / kicad-cli
!

Not installable via adompkg

This skill has no published release. adompkg install kyle/kicad-cli will not work until a maintainer publishes a tarball with install.sh and uninstall.sh.

See the publishing docs for the package.json schema and tarball layout required to ship this skill.

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