未声明许可证(数据重新封装自华为 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
安装步骤
- 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)
验证接入成功
- Check the bundle layer with `dsh --profile demo --dump-config`
03DSH 适配与能力边界
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
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.
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` 为准。
这个 skill 到底给 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 私有接口自动化有严格的前置安全要求。
07相关的 DSH 工作流
distilly
作者 titanwings
Distilly — Distill how they think into reusable Skills for any Agent or Bot. Formerly Colleague Skill(原同事 Skill).
dsh-market
作者 dsh-market
The plugin market inside DeepSeek Harness — browse, search, one-click install · DSH 可视化插件市场
ai_animation
作者 unclecheng-li
本项目整理了用于生成[炫酷 HTML 动画网页]的 AI Prompts,涵盖动画效果、3D 可视化、PPT 风格演示、UI 美化等多个类别。
aegis
作者 ganyuanran
让 AI 编码智能体具备架构意识:基线优先、证据验证、漂移检查,保障长任务安全。
08数据与来源
本仓库提供官方 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。
页面基于项目公开文档、仓库元数据和 DSH Plugins 的结构化解析生成;最后核验于 2026-08-21。发现错误?提交更正。
最佳 DeepSeek Harness 插件
从全目录挑出的 12 个值得优先安装的插件,覆盖各个分类。
