DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Yeelight Smart Home — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
Y

dsh-yeelight-smart-home

Yeelight Smart Home

DeepSeek Harness 插件:通过本地 yeelight-home 运行时,控制、组织、诊断、设计和个性化 Yeelight 智能家居,并回答产品知识问题。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:Yeelight/dsh-yeelight-smart-home#d8be8aa355a20dd06d3cdd6775197a539c992682
README兼容性版本

兼容性与来源证明

Yeelight Smart Home 以 dsh-yeelight-smart-home 发布,当前版本为 0.2.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/9/20

版本

0.2.0stable
2026/9/2
0.1.0stable
2026/8/31

相关插件

正在加载相关插件…

最新版
0.2.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
Apache-2.0
发布源
github
GitHub
★ 0
周下载
62
最近提交
2026/9/2
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 integrations-communication 分类下经过校验的插件。

Acp App@deepseek-ai/dsh-acp-appdsh ACP 配置文件包:基于 dsh-base 的仅限自动化的 JSON-RPC stdio 和进程生命周期管理Remote Web Ui@linxin666/dsh-remote-web-ui通过扫码配对访问 dsh Web GUI,共享一个官方界面:设置按钮旁的二维码可将手机和 PC 配对到同一个 Web GUI(手机采用竖屏触控适配层,PC 使用完整桌面界面),通过一次性令牌和 rPocketdsh-pocket把 DeepSeek Harness 装进你的口袋:一个包、一个设置页,手机扫码即同步访问电脑上的 DSH(局域网 + 公网,实时同屏)。DSCODE@toddzheng024/dscode-bundle完整的 DeepSeek 编码代理,支持持久化 shell、Ultra 协作和自动权限审查。

README

dsh-yeelight-smart-home

Control, organize, diagnose, design and personalize your Yeelight smart home — right inside DeepSeek Harness.

English · 简体中文


What it does

dsh-yeelight-smart-home turns DeepSeek Harness into a full Yeelight smart-home agent. It is powered by the local yeelight-home Skill Runtime, so every request goes through the official runtime — no API keys, no cloud proxy, no home assistant required.

The model can control devices, query state, run scenes and automations, design lighting, keep preferences, and answer product questions — while you get a dedicated settings page in DSH to manage the runtime, authentication and configuration.

Features

🤖 Three model-facing toolsyeelight_home — one-call Skill Runtime invocation · yeelight_reference — routing docs, catalogs & schemas on demand · yeelight_product_select — offline lighting-design product picks
🧠 In-memory skillFull adapted routing rule set (absolute rules, workflow, domain references) — works in any DSH profile
⚙️ Dedicated settings pageA top-level section in DSH Settings (not a buried card): runtime status, config, authentication and logs at a glance
🚀 One-click runtime installMissing yeelight-home? Pick Homebrew / npm / GitHub Release right from the settings page — the plugin installs and verifies it for you
📋 Invoke logBounded, auto-trimmed JSONL history with per-entry detail
🗂️ Persistent configStored at $DSH_HOME/plugins/dsh-yeelight-smart-home/config.json

Quick start

1. Install the plugin

Requires Node.js ≥ 22.13 and DeepSeek Harness ≥ 0.1.1.

# From npm (recommended)
dsh plugin --profile web add dsh-yeelight-smart-home

# …or from source
git clone https://github.com/Yeelight/dsh-yeelight-smart-home.git
cd dsh-yeelight-smart-home
npm install && npm run build

Restart dsh web, then open Settings → Yeelight 智能家居.

2. Install the runtime (one click)

Open the plugin's settings page. If yeelight-home is missing, it shows the install channels available on your machine — click one and the plugin installs and verifies the binary for you, no terminal needed.

Prefer the terminal?

npm install -g yeelight-home          # npm
brew install yeelight/yeelight-home/yeelight-home   # Homebrew (macOS)

3. Authenticate

yeelight-home auth login --qr

…or copy the command from the settings page and scan the QR code in your terminal.

4. Start talking to your home

Once installed, the tools activate automatically on the next profile boot:

  • Control — on/off, brightness, color temperature, color
  • Query — device status, home summary, entity list
  • Scenes & automations — list, activate, create, modify
  • Diagnose — gateway, device, scene and automation diagnostics
  • Lighting design — full-home design plan, product selection and import
  • Personalize — memory (remember/recall), recommendations, operation lessons
  • Reference — routing guides, product catalogs, schemas, examples

The settings page

The plugin registers its own top-level settings section (Settings → Yeelight 智能家居), alongside 通用设置, 模型, 插件, etc.:

  • Status banner — connection state, version, binary path, auth state, region
  • Authentication — logged-in state with token source; QR login guide when signed out
  • Configuration — runtime path, region & language dropdowns, house ID, profile, request timeout, log retention, and UI toggles
  • Runtime install — one-click channel install with live progress when the runtime is missing
  • Invocation logs — recent history, refreshed live

Configuration

All keys are editable from the settings page. Config persists at $DSH_HOME/plugins/dsh-yeelight-smart-home/config.json.

KeyDefaultDescription
binPath"" (auto-detect)Absolute path to the yeelight-home executable
region""Region override (cn, us, eu, sg, in, ru, …)
houseId""Default house ID (--house-id)
profile""Runtime profile (--profile)
localezh-CNRequest locale (zh-CN, en-US, zh-TW, ja-JP)
dryRunDefaultfalsePreview effects without applying them until resent with dry-run off
requestTimeoutMs120000Per-request timeout in milliseconds
logRetention500Maximum retained invoke-log entries
logEnabledtrueMaster switch for the invoke log
uiStatusEnabledtrueShow the status banner
uiLogsEnabledtrueShow the invocation-log section
uiQuickInvokeEnabledtrueShow the quick-invoke box

Development

npm install
npm run build      # host bundle → lib/ · browser bundle → lib/client.js
npm run typecheck  # TypeScript check
npm test           # vitest suite
npm run check      # all of the above

Layout: host face in src/ (tools, skill, web routes), browser face in src/client/bundle.js (the settings page), skill data in data/.

Documentation

  • SKILL.md — the skill instructions DSH-adapted from upstream (SKILL.upstream.md)
  • references/ — routing documents, domain rules, payload guides
  • assets/ — intent catalog, schemas, lighting-design examples, product catalogs
  • CHANGELOG.md — release history

License

Apache-2.0 — see LICENSE and NOTICE.

This plugin is a derivative of the yeelight-smart-home reference skill, copyright Yeelight, used under Apache-2.0.