easyeda-copilot

作者 biosshot已验证

AI-powered assistant for EasyEDA — generate schematics from natural language, browse LCSC components, design PCBs with custom DRC configurations, and get interactive circuit design help.

111
Stars
15
Forks
TypeScript
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/biosshot/easyeda-copilot

快速入门

使用 easyeda-copilot 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

English | 简体中文 | Русский

EasyEDA Copilot

AI-powered assistant for EasyEDA Pro and JLCEDA. Connect an MCP-capable agent to create and modify schematics, search components, design and route PCBs, inspect results, and run DRC directly in EasyEDA.

[!IMPORTANT] MCP is the recommended and actively developed interface for EasyEDA Copilot. It is more reliable for agent workflows and provides the complete feature set, including PCB tools, checkpoints, document management, inspection, and DRC. The built-in Interface remains available for users who prefer it, but it is now considered legacy and receives limited maintenance.

Latest release License Discord

EasyEDA Copilot MCP workflow: control EasyEDA from an external AI agent

What it does

EasyEDA Copilot adds an AI design layer to EasyEDA Pro:

  • Generate circuits from text: describe the circuit you need and let your MCP agent assemble a schematic proposal.
  • Complete existing schematics: let the agent read the current page and add, replace, connect, or rearrange parts.
  • Search LCSC components: find parts from natural-language requirements and electrical characteristics.
  • Use reusable blocks: insert reviewed standard subcircuits such as regulators, interfaces and protection blocks.
  • Explain and analyze circuits: discuss schematic behavior, signal flow and design tradeoffs.
  • Design PCBs: generate placement, preview and assemble the board, route it, inspect results, and run DRC.
  • Work safely: save and restore checkpoints, recover from failed schematic beautification, and handle long-running PCB operations.
  • Manage projects: inspect the project tree, open and synchronize documents, and select a target when several EasyEDA instances are connected.

More examples are available on Oshwlab.

Quick start with MCP

Download the latest .eext package from Releases.

In EasyEDA Pro:

  1. Open Settings -> Extensions -> Extensions Manager.
  2. Click Import Extensions.
  3. Select the downloaded .eext file.
  4. Enable External Interactions as shown in Extension permissions.

Enable External Interactions for EasyEDA Copilot

Add the MCP server to your agent:

Codex:

codex mcp add easyeda-copilot -- npx -y easyeda-copilot-mcp

Claude Code:

claude mcp add easyeda-copilot -- npx -y easyeda-copilot-mcp

Then:

  1. Start Codex, Claude Code, or another MCP client with this server enabled.
  2. Open the target schematic or PCB document in EasyEDA Pro.
  3. Ask the agent to work with the open EasyEDA document.

The extension scans ws://127.0.0.1:8787 every 5 seconds and connects automatically when the MCP server is available. Copilot -> MCP does not open a separate interface; it only pauses or resumes this scan.

See the MCP package README for generic JSON configuration, local builds, and the detailed PCB workflow.

MCP and the legacy built-in Interface

CapabilityMCPBuilt-in Interface
Generate and modify schematicsYesYes, legacy workflow
Component search and reusable blocksYesYes
Checkpoints and automatic recoveryYesLimited
Project and document managementYesNo
PCB placement, preview, and assemblyYesNo
PCB routing, inspection, layers, and DRCYesNo
Multiple connected EasyEDA instancesYesNo
Development priorityPrimaryLimited maintenance

The built-in Interface represents a substantial part of the project's history and remains useful to people who prefer an integrated chat and SPICE UI. Open it with Copilot -> Interface (Legacy). New users and bug reports should use the MCP workflow first because it exposes more capabilities and has stronger connection monitoring, command timeouts, serialization, and recovery behavior.

EasyEDA Copilot legacy built-in interface

PCB Workflow (MCP only)

PCB placement is available only through an external MCP client such as Codex or Claude Code. It is not available in the built-in Copilot chat.

MCP creates placement: board outline, mechanical constraints, components, mounting holes, board pads, and designator positions. Review the mechanical preview first, approve the final placement, then import it into EasyEDA. After assembly, MCP can run its bundled auto-router, inspect PCB objects, and invoke EasyEDA DRC on the open Desktop document.

PCB assembly, preview, and client routing support are verified with EasyEDA Desktop V3.2.149.

RP2040 board: Copilot and Quilter

RP2040 Copilot, top layer RP2040 Quilter, top layer

RP2040 Copilot, bottom layer RP2040 Quilter, bottom layer

PICO Duck compact board: Copilot and Quilter

PICO Duck Copilot, top layer PICO Duck Quilter, top layer

PICO Duck Copilot, bottom layer PICO Duck Quilter, bottom layer

ESPower board: Copilot and Quilter

ESPower Copilot, top layer ESPower Quilter, top layer

ESPower Copilot, bottom layer ESPower Quilter, bottom layer

Compatibility

EasyEDA Pro versionStatus
Desktop V3.2.149Verified
Desktop V2.2.45Verified
Desktop V2.2.47Verified

Features

Circuit generation

Generate schematics from natural-language descriptions. Copilot can plan the circuit, search components, create a structured result and expose an Assemble circuit action when the generated schematic is ready.

Generate a circuit with reusable blocks

Circuit completions

Use Copilot on an existing schematic fragment. Ask it to complete a missing block, add components, connect signals or propose changes based on selected circuit context.

Circuit completion example 1 Circuit completion example 2

Component selection

Search LCSC by intent instead of manually tuning catalog filters. Examples:

  • find 5V relay
  • Find DC-DC chip 5V and 10A current
  • find capacitor 22uF Murata SMD 1210

Find 5V relay Find DC-DC chip 5V and 10A current Find capacitor 22uF Murata SMD 1210

Reusable blocks

Reusable blocks are reviewed schematic fragments that the agent can adapt and insert into generated circuits. They are useful for standard subcircuits where the topology stays stable and only ports or passive values change.

See Reusable blocks documentation.

SPICE simulation

Copilot can run SPICE simulations and automatically select models from a component model library.

Always verify the SPICE models used for replacement components. The selected models are shown below the graph after simulation.

SPICE simulation

Documentation

常见问题

What is easyeda-copilot?

easyeda-copilot is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by biosshot. AI-powered assistant for EasyEDA — generate schematics from natural language, browse LCSC components, design PCBs with custom DRC configurations, and get interactive circuit design help. It has 111 GitHub stars.

Is easyeda-copilot safe to use?

easyeda-copilot returned warnings in SkillsLLM's automated security scan. It has no critical vulnerabilities, but review the flagged issues in the Security Report section before adding it to your workflow.

How do I install easyeda-copilot?

Clone the repository with "git clone https://github.com/biosshot/easyeda-copilot" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is easyeda-copilot written in?

easyeda-copilot is primarily written in TypeScript. It is open-source under biosshot on GitHub, so you can review or fork the full source.

Are there alternatives to easyeda-copilot?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh easyeda-copilot against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情