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.

Harmonyos Arkts — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
H

dsh-harmonyos-arkts

Harmonyos Arkts

HarmonyOS NEXT / ArkTS development skills for DeepSeek Harness — ArkTS/ArkUI coding knowledge and ArkTS code review.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:spike-faye-lei/dsh-harmonyos-arkts#91868bca609001efe183eb9dc301b4c11a2e0952
READMECompatibilityVersions

Compatibility and provenance

Harmonyos Arkts is published as dsh-harmonyos-arkts and currently resolves to version 0.1.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
8/24/2026

Versions

0.1.1stable
8/24/2026

Related plugins

Loading related plugins…

Latest
0.1.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
CC-BY-NC-4.0
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
8/24/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

Related plugins

More verified plugins in developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

dsh-harmonyos-arkts

鸿蒙(HarmonyOS NEXT)开发技能插件 —— 面向 DeepSeek Harness(DSH)的 ArkTS / ArkUI 开发与代码审查技能。

A DeepSeek Harness plugin that ships HarmonyOS NEXT development skills — ArkTS / ArkUI coding knowledge and ArkTS code review.

这是什么 / What

一个 DSH 插件,安装后向 DSH 的 skill 注册表注入两个技能:

技能用途
harmonyos-development鸿蒙原生开发全量知识:API 22–24 + API 26 Beta1、ArkTS/ArkUI、Stage 模型、状态管理、Navigation、权限、相机/文件系统、性能、打包签名等
arkts-reviewArkTS 代码审查与修复:.ets 编译错误、API 弃用迁移、严格模式类型问题、@kit.* 导入、相机/文件系统 API 迁移

覆盖版本基线:HarmonyOS 6.1(API 23)/ 6.1.1(API 24 Release,生产默认)/ HarmonyOS 7(API 26 Beta2,预览适配)。

安装 / Install

确保已安装 DeepSeek Harness,然后从 GitHub 安装:

dsh plugin --profile web add git+https://github.com/spike-faye-lei/dsh-harmonyos-arkts.git

或从源码 / 本地目录安装:

git clone https://github.com/spike-faye-lei/dsh-harmonyos-arkts.git
cd dsh-harmonyos-arkts
dsh plugin --profile web add .

尚未发布到 npm(dsh plugin --profile web add dsh-harmonyos-arkts 暂不可用),npm 发布计划见 issue 跟踪。

安装后重启(或热挂载后刷新)DSH,即可在 agent 会话中通过技能名触发 harmonyos-development 或 arkts-review。

只想用技能本身、不需要走插件机制的,也可以直接把 skills/ 下两个目录复制进 ~/.dsh/skills/。

目录结构 / Structure

src/
└── index.js               # Cordis 插件:注册 skill provider
skills/
├── harmonyos-development/
│   ├── SKILL.md           # 主技能(入口)
│   ├── references/        # 13 份速查:ArkTS 规则、ArkUI 组件、状态管理、导航、权限、性能…
│   ├── recipes/           # 配方:编译报错定位、ArkTS 代码审查
│   ├── examples/          # 示例:LazyForEach/List、权限申请
│   └── evals/             # 评测用例
└── arkts-review/
    └── SKILL.md           # ArkTS 审查技能(七轴审查 + 一键修复表)
cordis.patch.yml           # bundle 补丁(挂载插件)
package.json               # dsh.bundle 元数据

标识 / Ecosystem

本项目是 spike-faye-lei/spike-faye-lei-dsh-skills 技能合集生态的一员——该合集从社区收集整理了 1300+ 技能 + 94 个 agent。本仓库单独抽出鸿蒙开发这一垂直领域,做成可一键安装的 DSH 插件,方便独立安装与迭代。

  • 主体合集(1300+ 技能):https://github.com/spike-faye-lei/spike-faye-lei-dsh-skills
  • 本仓库专注:鸿蒙 / ArkTS 开发与审查

许可 / License

本项目代码采用 CC BY-NC 4.0。

⚠️ 禁止任何第三方将本代码用于商业用途。作者保留全部商业权利。