helllo-shijie/motor-hospital-plugins--plugins-motor-cost-quote ↗★ 0
motor-cost-quote
多方案成本-工期评估 · 检索系统内长期供应商历史报价(supplier_quotes)组合配件与服务,生成现场抢修/返厂大修/绿色再制造/整机更换多套方案,再合并系统外优质报价比对,按TCO给出决策建议。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:helllo-shijie/motor-hospital-plugins#6b13e4bb39d30f795b9af8402034f0c0a88f7ab9&path:plugins/motor-cost-quote说明文档
阅读完整 README ↗motor-cost-quote · 多方案成本-工期评估
Electric-motor cost & duration estimate (suite stage P5): combines historical supplier quotes and service rates into onsite-repair, factory-overhaul, green-remanufacture and replacement options, then recommends one by total cost of ownership.
插件定位
先检索系统内长期供应商历史报价(supplier_quotes)组合配件与服务,生成 现场抢修/返厂大修/绿色再制造/整机更换 多套方案;再合并系统外优质报价做比对表,按 TCO(总价+停产损失) 给出决策建议。
能力来源
- 引擎模块:
engine/quote.js(本插件是共享 Node 引擎的 DSH 入口包装;引擎与库随仓库motor-hospital-plugins一并发布) - 数据库:
data/motor_hospital.db—— SQLite,node:sqlite原生读写,零第三方依赖 - 数据字典: 供应商历史报价
supplier_quotes、服务费率service_rates、配件目录parts_catalog等 - 运行环境: Node.js ≥ 22.5(Windows / macOS / Linux)
命令示例(引擎直用,无需 DSH)
cd motor-hospital-plugins
node engine/cli.js estimate --work-order WO20260910001 --loss 50000
安装到 DSH
- 插件市场:仓库收录进 awesome-dsh-plugin 目录后,在 DSH 设置→插件市场 搜索
motor-cost-quote(或motor-)即可一键安装;dsh-market 会自动解析到本仓库plugins/motor-cost-quote/子包。 - 安装即热挂载;若提示有 agent 正在运行,请在空闲会话安装或重启一次 DSH。详细说明见仓库
docs/04-上架与安装指南.md。
自测
cd motor-hospital-plugins
node plugins/motor-cost-quote/test.js # 期望输出 [PASS]