返回目錄

harmony-next.skills

編輯精選維護狀態: 活躍

linhay/harmony-next.skills

鴻蒙 NEXT(API 12+)開發專家技能,涵蓋 IDE 操作、效能調優、架構(HAP/HAR/HSP)與自動化測試。

前往 GitHub
$ dsh plugin --profile demo add github:linhay/harmony-next.skills

346

星數

25

Fork

Python

語言

2026-03-12

建立於

2026-08-18

最近推送

未宣告授權條款(資料重新封裝自華為 HarmonyOS 官方文件)· 涵蓋 API 12–23 的 HarmonyOS NEXT 離線技能包,透過官方 DSH profile bundle dsh-harmony-next 安裝到 DeepSeek Harness——僅註冊 skill,不含 MCP/tools/apps。

DSH 整合

相容

作者聲明

安全稽核

未稽核

最後核實

2026-08-21

授權條款

作者未說明

01它能幫你完成什麼?

  • 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

02如何將外掛接入 DeepSeek Harness?

先決條件

  • 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

安裝步驟

  1. 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

  2. 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

  3. 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)

驗證整合成功

  • Check the bundle layer with `dsh --profile demo --dump-config`

03DSH 整合程度與能力邊界

DSH 整合相容

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 agentSKILL.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 targetsdevice 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 first
  • Copy-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

04適合誰?何時不該用?

適合

  • 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

不適合

  • 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.

05相容性、維護與安全提醒

  • 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.
2026-03-122026-08-18v1.3.36

No license declared · actively maintained (latest release v1.3.36, 2026-08-18)

06常見問題

如何把 harmony-next.skills 安裝到 DeepSeek Harness?

使用官方 DSH profile bundle:`dsh plugin --profile demo add github:linhay/harmony-next.skills`(也可以傳入本機 checkout 路徑)。用 `dsh --profile demo --dump-config` 檢查 bundle layer。或手動複製到 `.dsh/skills/harmony-next`(專案層級)或 `~/.dsh/skills/harmony-next`(使用者層級)。

它是 DSH 原生功能還是 MCP?

都不是——bundle 只註冊 `harmony-next` skill 及其離線參考資源,不安裝任何 MCP、tools 或 apps。各 Host 只負責載入 skill,HarmonyOS 檢索規則以 `harmony-next/SKILL.md` 為準。

這個外掛到底提供 Agent 什麼能力?

涵蓋 HarmonyOS NEXT API 12–23 的離線知識來源:3,708 個 Markdown 文件,涵蓋 ArkTS、ArkUI、NDK、工具鏈、除錯、發布與多端適配,依 SKILL.md → KITS.md / TASK_MAP.md → INDEX.md 檢索,最後給出程式碼片段與 `hdc` / `uitest` 驗證命令。

需要連網嗎?會操作我的裝置嗎?

文件檢索完全離線。選用的 Python 指令稿會與本機 DevEco 模擬器/裝置互動(證據採集、UI 操作、trace 稽核、HVD 管理);這些私有介面流程必須先閱讀對應文件並驗證 DevEco / Emulator / SDK 版本。

有哪些限制需要注意?

內容僅涵蓋 HarmonyOS NEXT API 12–23;儲存庫未宣告授權條款(資料重新封裝自華為官方文件);DevEco 模擬器/IDE 私有介面自動化有嚴格的前置安全要求。

08資料與來源

  • 作者聲明github.com880420ccaede…

    本仓库提供官方 DSH profile bundle `dsh-harmony-next`。推荐通过 DSH profile 安装:

  • 作者聲明github.com880420ccaede…

    # 从 GitHub 安装 dsh plugin --profile demo add github:linhay/harmony-next.skills # 或从本地 checkout 安装 dsh plugin --profile d…

  • 作者聲明github.com880420ccaede…

    Bundle 只注册 `harmony-next` skill 及其离线参考资源,不安装 MCP、tools 或 apps。

此頁面根據專案公開文件、儲存庫中繼資料與 DSH Plugins 的結構化解析所產生;最後核實於 2026-08-21。發現錯誤?提交更正。

🏆

最佳 DeepSeek Harness 外掛

從全目錄挑出的 12 個值得優先安裝的外掛,涵蓋各個分類。

DSH Plugins 是獨立的 DeepSeek Harness 外掛市集,與 DeepSeek 官方無關,也不代表官方背書。第三方外掛未經安全稽核,安裝前請審查原始碼。

每週取得最新的 DeepSeek Harness 外掛,絕不濫發。