Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/biosshot/easyeda-copilot/docsnpx skills add biosshot/easyeda-copilot --skill docsgit clone --depth 1 https://github.com/biosshot/easyeda-copilotWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00046 | $0.00326 |
| Opus 5 | $0.00023 | $0.00163 |
| Sonnet 5 | $0.00009 | $0.00065 |
| Haiku 4.5 | $0.00005 | $0.00033 |
Grade A, and why
easyeda-copilot-mcp scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
EasyEDA Copilot MCP
Use this skill when an EasyEDA Copilot MCP server provides EasyEDA schematic and PCB tools.
The local files in this directory are the documentation source for MCP work. Do not fetch server prompt endpoints for MCP context. Read only the docs needed for the task.
References
circuit-maker/instructions.md: circuit creation and schematic modification rules.pcb-layout/dsl.ts: authoritative PCB placement DSL declarations. Use this before writingmake_pcb_layoutcode.pcb-layout/instructions.md: PCB placement workflow, heuristics, anti-patterns, and examples.pcb-layout/mcp-workflow.md: MCP-specific flow for placement, async operation handling, assembly, preview, and DRC.pcb-layout/examples/: full reference layout files. Use them as patterns after readingdsl.ts; if an example conflicts withdsl.ts,dsl.tswins.pcb-drc/rules.md: PCB DRC export/edit/apply workflow, including differential pair handling.
PCB Contract
make_pcb_layout creates placement only: outline, mechanical objects, components, synthetic pads, holes, and designator positions. It does not route tracks, create copper pours, or configure DRC. Read pcb-layout/mcp-workflow.md before calling it.
What ships with it
13 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- circuit-maker/instructions.md 3.3 KB
- pcb-drc/rules.md 9.7 KB
- pcb-layout/dsl.ts 24 KB runs code
- pcb-layout/examples/ELRS/ELRS.js 8.0 KB runs code
- pcb-layout/examples/ELRS/ELRS.json 34 KB
- pcb-layout/examples/ESpower/ESpower.js 9.7 KB runs code
- pcb-layout/examples/ESpower/ESpower.json 49 KB
- pcb-layout/examples/PICO_DUCK/PICO_DUCK.js 7.0 KB runs code
- pcb-layout/examples/PICO_DUCK/PICO_DUCK.json 24 KB
- pcb-layout/examples/rp2040_base/rp2040.js 8.3 KB runs code
- pcb-layout/examples/rp2040_base/rp2040.json 36 KB
- pcb-layout/instructions.md 4.7 KB
- pcb-layout/mcp-workflow.md 2.1 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 24 lines · 46 tokens per session scan A f3c51dd58550
easyeda-copilot-mcp is a skill published in the GitHub repository biosshot/easyeda-copilot (118 stars, last pushed 2d ago), licensed MIT. It adds 46 tokens to every session and 326 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
agent-pagerank-analyzer
Agent skill for pagerank-analyzer - invoke with $agent-pagerank-analyzer.
agent-release-manager
Agent skill for release-manager - invoke with $agent-release-manager.
agent-release-swarm
Agent skill for release-swarm - invoke with $agent-release-swarm.
agent-code-analyzer
Agent skill for code-analyzer - invoke with $agent-code-analyzer.
agent-neural-network
Agent skill for neural-network - invoke with $agent-neural-network.
add-matrix
Add Matrix channel integration via Chat SDK. Works with any Matrix homeserver.