ライセンス明記なし(Huawei HarmonyOS 公式ドキュメントを再梱包)· API 12–23 対応の HarmonyOS NEXT オフラインスキルパックを、公式 DSH プロファイルバンドル 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
02DeepSeek 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 プロファイルバンドルを使います:`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 は一切インストールしません。各ホストは skill の読み込みのみを担当し、HarmonyOS の検索ルールは `harmony-next/SKILL.md` に従います。
このスキルはエージェントに何を提供しますか?
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 のみ対象です。リポジトリにはライセンスの明記がありません(データは Huawei 公式ドキュメントの再梱包)。DevEco エミュレーター/IDE のプライベートインターフェース自動化には厳格な安全上の前提条件があります。
07関連する DSH ワークフロー
distilly
by titanwings
他者の思考プロセスを蒸留し、あらゆるエージェントやボットで再利用できるスキルに変換するプラグイン(旧 Colleague Skill)。
dsh-market
by dsh-market
DeepSeek Harness 内のプラグインマーケット。Settings の Plugin Market から閲覧・検索・ワンクリックインストールでき、インストール元はキュレーション済みレジストリに限定
ai_animation
by unclecheng-li
AI プロンプトでつくるクールな HTML アニメーション用のレシピ集。アニメーション効果、3D 可視化、プレゼン風演出、UI 加工などのカテゴリを網羅しています。
aegis
by 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。誤りを見つけた場合は、修正を送信してください。
dsh プラグイン おすすめ
最初に入れたい 12 のプラグイン。全カタログ・全カテゴリから厳選しました。
