Huaqiu-Electronics/dsh-pcb-parts-search0

@deepseek-ai/dsh-tool-pcb-parts-search

DSH PCB parts search tool — search IC/electronic components from eda.cn by keyword for EDA/PCB design

包名
@deepseek-ai/dsh-tool-pcb-parts-search
版本
0.0.1
许可证
MIT
最近更新
2026年8月16日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Huaqiu-Electronics/dsh-pcb-parts-search

一次性任务(headless)profile —— dsh run 默认使用 headless

dsh plugin --profile headless add


也可以先用 `npm pack` 打出 tarball 再安装:

```sh
cd dsh-pcb-parts-search
npm install && npm pack
dsh plugin --profile web add ./deepseek-ai-dsh-tool-pcb-parts-search-*.tgz
dsh plugin --profile headless add ./deepseek-ai-dsh-tool-pcb-parts-search-*.tgz

包内 dsh.bundle.patch(指向 cordis.patch.yml)会在安装后自动把插件加入 profile 的 layer stack(row id:tool-pcb-parts-search)。插件缺失的 peer 依赖(@deepseek-ai/cordis@deepseek-ai/dsh-tools@deepseek-ai/dsh-invariants)由 profile 的 healed profiles/node_modules 回退安装提供。

⚠️ web 与 headless 是不同 profile:web 安装不会自动覆盖 headless;dsh run 默认使用 headless profile。Windows 路径使用正斜杠(C:/...)。

验证安装

dsh --profile web --dump-config | grep tool-pcb-parts-search

运行验证

dsh run "使用 pcb_parts_search 工具搜索 STM32F103C8T6"

源码开发依赖链接

本插件 peer 依赖来自 DSH monorepo。源码开发时需链接依赖: