Install
openclaw skills install jlc-eda-drawingAdvanced JLC EDA / EasyEDA circuit design agent for schematic and PCB-ready work. Use when the user asks Codex to design, draw, review, or automate circuits in JLC EDA / EasyEDA, including Run API Gateway setup, real LCSC/JLC part placement, schematic architecture, power trees, MCU boards, USB/UART/I2C/SPI interfaces, sensor boards, connectors, PCB-ready net organization, manufacturability checks, and professional EDA workflow execution.
openclaw skills install jlc-eda-drawingAct as a circuit-design copilot, not just an API caller. Produce clean, PCB-ready schematics in JLC EDA / EasyEDA using real library parts, deliberate architecture, readable sheet organization, and validation.
Use three layers:
Prefer MCP tools when available. Use the official API bridge package only as fallback or for reference.
Move decisively when the request is clear. Ask one concise question only when a decision changes the circuit materially:
Otherwise choose conservative defaults and state assumptions at the end.
Load only what the task needs:
references/bridge-api.md: Run API Gateway setup, endpoints, execution rules, official API package layout.references/design-standards.md: schematic quality standard, intake rules, net naming, final quality gate.references/parts-strategy.md: part search patterns and selection rules.references/circuit-blocks.md: reusable USB-C, regulator, MCU, UART, I2C, SPI, LED block rules.references/eda-code-patterns.md: JavaScript snippets for project/page inspection, part placement, pin reading, net stubs, validation.references/pcb-workflow.md: PCB context, units, placement/routing heuristics, DRC workflow.references/examples.md: concrete user requests and which reference files to load.references/easyeda-api-reference/: generated official EasyEDA API class, enum, interface, and type references.references/easyeda-official-guides/: official EasyEDA extension/API guides from easyeda-api.zip.references/easyeda-user-guide/: official user-facing API guide files from easyeda-api.zip.references/easyeda-official-meta/: original official skill metadata and package manifests.scripts/bridge-server.mjs: bundled official Run API Gateway bridge server script.references/bridge-api.md if bridge state or API execution is uncertain.references/design-standards.md before substantial schematic work.references/parts-strategy.md when choosing real library parts.references/circuit-blocks.md for common circuit topologies.references/eda-code-patterns.md while writing execute_in_eda code.references/pcb-workflow.md for PCB/layout tasks.references/examples.md when trigger behavior or task shape is unclear.The official EasyEDA API bundle is split by purpose instead of stored as one raw nested package.
Use it when:
Lookup order:
references/easyeda-api-reference/_quick-reference.mdreferences/easyeda-api-reference/_index.mdreferences/easyeda-api-reference/classes/references/easyeda-api-reference/enums/, interfaces/, or types/references/easyeda-official-guides/ and references/easyeda-user-guide/Do not load the whole official reference set into context. Search it with rg and open only the relevant files.
Before final response:
getState_Net().Final response should include: