No declared license (data repackaged from Huawei HarmonyOS docs) · offline HarmonyOS NEXT (API 12–23) skill pack installed into DeepSeek Harness via the official DSH profile bundle dsh-harmony-next — skill only, no MCP/tools/apps.
DSH integration
Compatible
Author-claimed
Safety audit
Unaudited
Last verified
2026-08-21
License
Not specified by the author
01What can it help you accomplish?
Give DeepSeek Harness an offline, verifiable HarmonyOS NEXT (API 12–23) knowledge base instead of model guesses
Documentation path hits via SKILL.md → KITS.md / TASK_MAP.md → INDEX.md, then code snippets plus `hdc` / `uitest` / wrapper-script verification commands
HarmonyOS NEXT developers running DeepSeek Harness (dsh) who need ArkTS / ArkUI / NDK answers backed by real documentation
Run emulator/device automation and diagnostics alongside DSH coding sessions
Device evidence bundles, single-UI-action evidence, offline UI/UX audits, trace performance audits and HVD device management via Python scripts
HarmonyOS QA and app engineers automating DevEco emulators and real devices from agent workflows
02How to install into DeepSeek Harness
Prerequisites
- DeepSeek Harness (dsh) CLI available on your machine
- For local-checkout install or manual copy: a local clone of https://github.com/linhay/harmony-next.skills
Installation steps
- 01
Install from GitHub via the DSH profile bundle: `dsh plugin --profile demo add github:linhay/harmony-next.skills`
$ dsh plugin --profile demo add github:linhay/harmony-next.skills
- 02
Or install from a local checkout: `dsh plugin --profile demo add /path/to/harmony-next.skills`
$ dsh plugin --profile demo add /path/to/harmony-next.skills
- 03
Or manually install as a filesystem skill: `mkdir -p .dsh/skills/harmony-next && cp -R "$DSH_SOURCE/harmony-next/." .dsh/skills/harmony-next/` (project-level), or the same into `$HOME/.dsh/skills/harmony-next` (user-level)
Verify the integration
- Check the bundle layer with `dsh --profile demo --dump-config`
03DSH integration and capability boundaries
Installed into DeepSeek Harness as a filesystem skill via the official DSH profile bundle `dsh-harmony-next` (dsh plugin CLI), or manually copied into `.dsh/skills/`
Fully offline documentation retrieval
HarmonyOS NEXT development questions (API 12–23: ArkTS, ArkUI, NDK, toolchain, debugging, publishing, multi-device)→hits on real documentation paths first, then reads the target Markdown body — 3,708 Markdown files including 3,678 JsEtsAPIReference files
Agent-oriented progressive retrieval workflow
any HarmonyOS task from the host agent→SKILL.md → KITS.md / TASK_MAP.md → INDEX.md layered search that narrows to 1–3 files before answering
Automation & diagnostics script suite
local DevEco emulator / device targets→device evidence bundles, single UI actions with before/after evidence, offline UI/UX audits, trace performance audits, HVD device management, Command Line Tools installation
scripts interact with local devices/emulators (hdc, uitest, screenshots, logs, packet capture) and write evidence artifacts to diskprivate-interface workflows require reading the dedicated private-interface docs and verifying DevEco / Emulator / SDK versions firstCopy-ready minimal project template
a need to smoke-test HarmonyOS NEXT setup→`empty-ability-app` minimal project template that can be copied directly for smoke testing
04Who is it for? When not to use it?
Good for
- HarmonyOS NEXT developers running DeepSeek Harness (dsh) who need ArkTS / ArkUI / NDK answers backed by real documentation
- HarmonyOS QA and app engineers automating DevEco emulators and real devices from agent workflows
Not for
- Operations involving DevEco emulators, IDE private interfaces, device logs, screenshots, packet capture or HVD create/delete require reading the dedicated private-interface docs first, verifying DevEco / Emulator / SDK versions and defining output directories and desensitization boundaries.
- The repository declares no license; its content is repackaged from Huawei's official HarmonyOS documentation for AI-assisted development, so redistribution and commercial use should be confirmed with the upstream sources.
05Compatibility, maintenance and safety notes
- Operations involving DevEco emulators, IDE private interfaces, device logs, screenshots, packet capture or HVD create/delete require reading the dedicated private-interface docs first, verifying DevEco / Emulator / SDK versions and defining output directories and desensitization boundaries.
- The DSH bundle only registers the `harmony-next` skill and its offline reference resources — no MCP, tools or apps are installed, and the knowledge scope is limited to HarmonyOS NEXT API 12–23.
- The repository declares no license; its content is repackaged from Huawei's official HarmonyOS documentation for AI-assisted development, so redistribution and commercial use should be confirmed with the upstream sources.
No license declared · actively maintained (latest release v1.3.36, 2026-08-18)
06Frequently asked questions
How do I install harmony-next.skills into DeepSeek Harness?
Use the official DSH profile bundle: `dsh plugin --profile demo add github:linhay/harmony-next.skills` (or pass a local checkout path instead). Check the bundle layer with `dsh --profile demo --dump-config`. Alternatively copy the skill manually into `.dsh/skills/harmony-next` (project-level) or `~/.dsh/skills/harmony-next` (user-level).
Is it a native DSH feature or an MCP server?
Neither — the bundle only registers the `harmony-next` skill and its offline reference resources; it installs no MCP, tools or apps. Each host only loads the skill, and the HarmonyOS retrieval rules live in `harmony-next/SKILL.md`.
What does the skill actually give the agent?
An offline knowledge source for HarmonyOS NEXT API 12–23: 3,708 Markdown files covering ArkTS, ArkUI, NDK, toolchain, debugging, publishing and multi-device adaptation, searched via SKILL.md → KITS.md / TASK_MAP.md → INDEX.md, ending in code snippets plus `hdc` / `uitest` verification commands.
Does it need network access or touch my device?
Documentation retrieval is fully offline. The optional Python scripts interact with local DevEco emulators and devices (evidence bundles, UI actions, trace audits, HVD management); those private-interface flows require reading the dedicated docs and verifying DevEco / Emulator / SDK versions first.
Any limitations I should know about?
Content targets HarmonyOS NEXT API 12–23 only, the repo declares no license (its data is repackaged from Huawei official docs), and DevEco emulator/IDE private-interface automation has strict safety prerequisites.
07Related DSH workflows
distilly
by titanwings
Meta-skill turning source material into a versioned Person Profile skill with incremental merge, correction layer, rollback, per-host install.
dsh-market
by dsh-market
插件市场 (plugin marketplace): 打开 Settings → Plugin Market 浏览/搜索/一键安装社区插件;安装源限制为 curated awesome-dsh-plugin 注册表(其余拒绝),默认禁用构建脚本(pnpm>=10 需显式开启)。
ai_animation
by unclecheng-li
Generate standalone animated HTML diagrams, presentations, notes, protocol visualizations, and UI demos from prompts.
aegis
by ganyuanran
Make AI coding agents architecture-aware: baseline-first, evidence-verified, drift-checked, and safe across long tasks.
08Data and sources
本仓库提供官方 DSH profile bundle `dsh-harmony-next`。推荐通过 DSH profile 安装:
# 从 GitHub 安装 dsh plugin --profile demo add github:linhay/harmony-next.skills # 或从本地 checkout 安装 dsh plugin --profile d…
Bundle 只注册 `harmony-next` skill 及其离线参考资源,不安装 MCP、tools 或 apps。
This page is generated from the project’s public documentation, repository metadata and a structured parse of DSH Plugins; last verified on 2026-08-21. Found an error? Submit a correction.
Best DeepSeek Harness Plugins
Twelve plugins worth installing first — picked from the whole catalog, across every category.
