easyedaeasyedaOfficialยท1 Agent Skills Included

easyeda-api-skill

Programmatic PCB and schematic control for EasyEDA Pro

Controls EasyEDA Pro programmatically for PCB design, schematic editing, footprint management, and project operations. Provides a complete API reference with 120 classes, 62 enums, and 70 interfaces plus a WebSocket bridge for live code execution. Eliminates manual API lookup and repetitive clicking by generating and debugging extension code directly in the running client.
npx skills add easyeda/easyeda-api-skill --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install easyeda-api-skill?โ–ผ

Run `npx skills add easyeda/easyeda-api-skill --all -g -y` in your terminal to install the skill globally.

How to control EasyEDA Pro with code?โ–ผ

Start the included bridge server, install the run-api-gateway extension in EasyEDA Pro, and your coding tool can execute JavaScript against the live client through the local HTTP API.

What can I automate in EasyEDA Pro?โ–ผ

You can automate PCB primitive creation and modification, schematic editing, library and footprint searches, project and board management, and DRC checks using the documented API.

Does it work with Claude Code and other coding tools?โ–ผ

Yes. It follows the Agent Skills standard, so Claude Code, OpenCode, QwenCode, and any compatible tool can read SKILL.md and use it automatically.

Can I build EasyEDA extensions with this skill?โ–ผ

Yes. It includes extension development guides, type definitions, runtime constraints, and bridge-based debugging to help you write and validate extensions faster.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’