app
service-kicad
Public Made by Adomby adom
Shared headless KiCad 10: DRC, ERC, SVG/Gerber/STEP export, Altium library conversion, symbol/footprint/3D-model lookup. Every Adom tool shells to this CLI instead of calling the HTTP API directly.
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
{
"slug": "service-kicad",
"version": "1.1.0",
"type": "app",
"description": "Shared headless KiCad 10: DRC, ERC, SVG/Gerber/STEP export, Altium library conversion, symbol/footprint/3D-model lookup. Every Adom tool shells to this CLI instead of calling the HTTP API directly.",
"dependencies": {},
"scripts": {
"install": "./install.sh",
"uninstall": "./uninstall.sh"
},
"org": "adom",
"author": {
"name": "Kyle Bergstedt",
"email": "[email protected]"
},
"keywords": [
"service-kicad",
"kicad",
"kicad-cli",
"drc",
"erc",
"gerbers",
"step",
"altium",
"pcb",
"schematic",
"cli"
],
"tags": [
"kicad",
"pcb",
"eda",
"cli",
"shared-service"
],
"discovery_pitch": "Run KiCad operations (DRC, ERC, Gerber/SVG/STEP export, Altium conversion, library lookups) from any container with no local KiCad install — free shared infrastructure.",
"discovery_triggers": [
"run drc on my board",
"export gerbers",
"export step from kicad",
"render my schematic",
"convert altium library to kicad",
"kicad without installing kicad",
"headless kicad",
"kicad footprint svg",
"service-kicad"
],
"sample_prompts": [
{
"label": "Run DRC",
"prompt": "Run DRC on board.kicad_pcb and summarize the violations"
},
{
"label": "Export Gerbers",
"prompt": "Export gerbers for board.kicad_pcb into ./gerbers/"
},
{
"label": "Board STEP",
"prompt": "Export a STEP model of board.kicad_pcb"
},
{
"label": "Altium → KiCad",
"prompt": "Convert part.PcbLib to a KiCad footprint"
}
],
"install": {
"binary_name": "service-kicad"
},
"hero": {
"type": "image",
"path": "service-kicad-hero.png"
}
}