DeepSeek Harness Plugin

FeatherHunter/ilife#dsh-life-pack

Stars ★ 8 Downloads (30d) 1,943 Category UI Enhancements Added 2026-09-20 npm dsh-life-pack

iLife: one DSH settings card for the iLife home-life suite — memo, calorie, chef, home, schedule and bill in a tab bar — covering every part of your home life.

Install

# from npm (prebuilt)

dsh plugin --profile web add dsh-life-pack

# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)

dsh plugin --profile web add github:FeatherHunter/ilife#path:/packages/plugin-manager

Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time — pnpm blocks those until you allow them, so an install can stop with ERR_PNPM_GIT_DEP_PREPARE_NOT_ALLOWED or ERR_PNPM_IGNORED_BUILDS; dsh prints the exact key to add under allowBuilds in your profile’s pnpm-workspace.yaml, and the install works on the next run. Allowing a build is a trust decision: only install sources you trust, and pin a commit (github:owner/repo#sha).

README

This plugin publishes its README in Chinese only.

DSH 设置弹窗里的「爱生活」卡:把六个技能(备忘录、卡路里、私家大厨、居家管家、作息管家、饼干记账)的设置页收进一排页签,另带配置体检更新区

One settings card for the iLife home-life suite: memo, calorie, chef, home, schedule and bill in a tab bar, with a read-only config health check and an update panel.

dsh plugin add dsh-life-pack                      # 只要这张卡
dsh plugin add dsh-life-pack dsh-calorie          # 卡 + 某一个技能(一条命令两个包)

某个技能没装时,那一个页签的位置会变成补装提示,带上该条可直接复制的命令——不需要先装齐六个。

卡里有什么

区域 做什么
页签条 六个技能的设置页各自注册进「爱生活页签槽」;点谁切谁
配置体检 点一次,按家取数:顶部一行总账,每家一张表(每条:灯/标题/档/一句话/去哪修)。只读——不建目录、不改配置、不自动重置
更新区 七个包(它自己 + 六家)检查更新、逐个安装;装完按事实给下一步(重启 DSH 生效/重试/重新检查)
面板入口 右上角:检查更新、去仓库点 Star、反馈问题;底部一句「作者其他插件」

它不做什么

不 import 任何一个单品包,也不依赖它们——依赖方向是反的(单品硬依赖 dsh-life-pack)。总管只做导航与聚合:六家的页面各自注册进槽位,缺席就渲染补装提示,不轮询、不代管。

配置与数据

  • 配置:~/.ilife/<技能>.yaml(六个技能各一份,在各自的设置页里改)
  • 数据目录:默认 ~/.ilife/data(可在各技能设置页里改;留空=用默认)

链接

Content from the project README on GitHub ↗

Links

More in this category

View the whole category →

Community comments

Comments are public GitHub Discussions. Loading them connects to GitHub and Giscus; a GitHub account is required to post.