Install
openclaw skills install @thcjp/jlc-eda-drawingAdvanced JLC EDA / EasyEDA circuit design agent for schematic and PCB-ready work. Use when the us... 核心能力: - 效率工具领域的专业化AI辅助工具 - 基于高人气开源Skill深度优化升级 - 移除风险代码,增强安全性和稳定性 适用场景: - 工作流自动化、任务调度、批处理 - 独立开发者与一人公司效率提升 - 自动化工作流与智能决策辅助 差异化:经过深度优化,去除原始风险代码,清理外部依赖引用,增强元数据和触发关键词,完全适配SkillHub平台规范。 触发关键词: eda, circuit, easyeda, design, drawing, agent, jlc, advanced
openclaw skills install @thcjp/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:
| 依赖项 | 类型 | 是否必需 | 获取方式 |
|---|---|---|---|
| LLM API | API | 必需 | 由Agent内置LLM提供 |