DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
Y

dsh-yeelight-smart-home

Yeelight Smart Home

DeepSeek Harness plugin: control, organize, diagnose, design, personalize, and answer product knowledge questions for a Yeelight smart home, powered by the local yeelight-home runtime.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:Yeelight/dsh-yeelight-smart-home#d8be8aa355a20dd06d3cdd6775197a539c992682
READMECompatibilityVersions

Compatibility and provenance

Yeelight Smart Home is published as dsh-yeelight-smart-home and currently resolves to version 0.2.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/20/2026

Versions

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

Related plugins

Loading related plugins…

Latest
0.2.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
Apache-2.0
Source
github
GitHub
★ 0
Weekly downloads
62
Last push
9/2/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
Yeelight Smart Home — DSH Plugin for DeepSeek Harness

Related plugins

More verified plugins in integrations-communication.

Remote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rIm@xmanrui/dsh-im把十一种 IM 渠道和公网 AI Office 接入本机 DeepSeek Harness。 Connect eleven IM channels and a public AI Office to a local DeepSeek Harness.DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-base

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.