app
JLCPCB Parts Library
Public Made by Adomby adom
Check the JLCPCB / LCSC parts library before you fab — Basic vs Extended tier, LCSC stock and assembly pricing, so you avoid surprise feeder-setup fees. CLI, a Hydrogen app, and a shared backend.
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
{
"schema_version": 1,
"type": "app",
"slug": "adom-jlcpcb",
"title": "JLCPCB Parts Library",
"brief": "Check the JLCPCB / LCSC parts library before you fab — Basic vs Extended tier, LCSC stock and assembly pricing, so you avoid surprise feeder-setup fees. CLI, a Hydrogen app, and a shared backend.",
"version": "1.0.3",
"install": {
"binary_name": "adom-jlcpcb",
"install_dir": "",
"install_hint": "adompkg install adom-jlcpcb",
"version_cmd": "adom-jlcpcb --version"
},
"author": {
"name": "John Lauer",
"email": "[email protected]"
},
"tags": [
"jlcpcb",
"lcsc",
"basic-part",
"extended-part",
"assembly",
"pcba",
"electronics",
"open-source",
"mit"
],
"license": "MIT",
"visibility": {
"public": true
},
"hero": {
"type": "image",
"path": "screenshots/hero.png"
},
"sample_prompts": [
"is the LM358 a JLCPCB basic part?",
"find a basic 0402 10k resistor on JLCPCB",
"is my STM32 a basic or extended part on JLCPCB"
],
"discovery_triggers": [
"jlcpcb",
"lcsc",
"jlcpcb parts",
"basic part",
"extended part",
"jlcpcb assembly",
"jlcpcb library",
"lcsc stock",
"is it a basic part",
"feeder fee",
"pcba parts"
],
"discovery_pitch": "Check the JLCPCB / LCSC parts library for Basic vs Extended tier, stock and assembly pricing before you commit a board to fab — CLI + Hydrogen webview app + shared backend service.",
"metadata": {
"platform": "linux"
},
"description": "Check the JLCPCB / LCSC parts library before you fab — Basic vs Extended tier, LCSC stock and assembly pricing, so you avoid surprise feeder-setup fees. CLI, a Hydrogen app, and a shared backend.",
"dependencies": {},
"needs_sudo": false,
"scripts": {
"install": "./install.sh",
"uninstall": "./uninstall.sh"
},
"files": [
"bin/**",
"skills/**",
"install.sh",
"uninstall.sh",
"package.json",
"page.json",
"README.md",
"SKILL.md",
"BUILD-SKILL.md",
"screenshots/**"
],
"org": "adom"
}