dsh-lenovo-toolkit
Lenovo professional tools for DeepSeek Harness. Battery health diagnostics on macOS and Windows, with more tools to follow.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:1Ecc/dsh-lenovo-toolkit说明文档
阅读完整 README ↗安装与使用
作为 DSH 插件
dsh plugin --profile web add github:1Ecc/dsh-lenovo-toolkit
装完重启 dsh web 并刷新页面。插件包内自带 skill 资源,不额外装 skill 也能工作。
作为 DSH 项目级 skill
克隆本仓库后,.dsh/skills/ 下的目录就是 DSH 的项目级 skill(优先级 100,
扫描 .dsh/skills/ 且只扫顶层不递归)。在该项目目录下启动 dsh 即可,
或用 /battery-health-check 手动触发。
作为 Claude Code skill
.claude/skills/ 下是同一份内容的副本。想全局可用就软链到用户级目录:
ln -s "$(pwd)/.claude/skills/battery-health-check" ~/.claude/skills/battery-health-check
触发方式:直接说「帮我看下电池健康度」「电脑越来越不耐用了」「电池还能用多久」即可。
开发
npm test # 单元 + 真实采集的集成测试
npm run sync-skill # .dsh/skills → .claude/skills