DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Hmos Skills — DeepSeek Harness 插件(DSH Plugin)
← Plugins
H

dsh-hmos-skills

Hmos Skills

DeepSeek Harness 的 HarmonyOS(鸿蒙)开发技能——将 39 个官方 hmos-* 技能包移植到 DSH 技能注册表:ArkTS/ArkUI 开发、多设备适配、Kit 集成,以及 DFX 崩溃/内存泄漏分析。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:weikangzeng07-ops/dsh-hmos-skills#eb11ed874cf8cf200cd9874282f9f052492b8b0b
README兼容性版本

兼容性与来源证明

Hmos Skills 以 dsh-hmos-skills 发布,当前版本为 1.0.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
github
Registry 更新时间
2026/9/12

版本

1.0.0stable
2026/9/12

相关插件

正在加载相关插件…

最新版
1.0.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
any
许可证
MIT
发布源
github
GitHub
★ 0
周下载
0
最近提交
2026/9/12
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

相关插件

继续浏览 developer-tools 分类下经过校验的插件。

Web App@deepseek-ai/dsh-web-appdsh 浏览器界面捆绑包:位于 dsh-base 之上的 Web 补丁层,加上运行时粘合插件(提供前端 dist、Web 界面提示符、bash 运行时变量和 URL 行)Sdk Minimal@deepseek-ai/dsh-sdk-minimal独立的最小 SDK 配置包:JSON-RPC、一个 DeepSeek 适配器、持久化 Shell 和 JSONL 会话Sdk App@deepseek-ai/dsh-sdk-appdsh SDK 配置包:基于 dsh-base 提供 stdio JSON-RPC 服务和进程生命周期管理Subagent Codex@deepseek-ai/dsh-subagent-codex基于官方 app-server 协议的一次性 Codex 子代理提供程序

README

dsh-hmos-skills

HarmonyOS (鸿蒙) development skills for DeepSeek Harness — 39 official hmos-* skill bundles, ported to the DSH skill registry.

English | 中文

dsh-hmos-skills is a DSH plugin bundle. One command installs it, and from the next session onward the agent receives all 39 HarmonyOS skills in its skill catalog and can load any of them with the ordinary skill tool — ArkTS / ArkUI development, multi-device adaptation, Atomic Service / ASCF, Kit integration, local and instrument testing, and DFX crash / leak analysis.

The upstream bundles are written for Claude Code. This package makes them run as DSH skills: frontmatter is normalised to what the registry validates, Claude Code tool names are mapped to their DSH equivalents, ${SKILL_DIR} is resolved at load time, and the whole corpus is served by a dependency-free ctx.skills provider.


Install

dsh plugin --profile <profile> add github:weikangzeng07-ops/dsh-hmos-skills

Restart the profile once so the host registers the new bundle. Then start a session and check the catalog — you should see 39 hmos-* entries:

hmos-arkts-syntax-checker: 检查并修复 HarmonyOS 项目的 ArkTS 语法错误…
hmos-arkui-develop-skill:  ArkUI 代码开发助手…
hmos-jsleak-analysis:      DFX Skills,分析 HarmonyOS/ArkTS rawheap…
…

To remove it again:

dsh plugin --profile <profile> remove dsh-hmos-skills
Manual mount (any profile)

Add the row yourself instead of using the bundle channel:

# <profile>/cordis.patch.yml
- insert:
    - id: hmos-skills
      name: 'dsh-hmos-skills'

The package must be resolvable from the profile directory. Do not do both — the bundle patch and a manual row would mount the provider twice.


Use

Nothing special is required: the skills are ordinary DSH skills. The agent loads one when your request matches its description, or you invoke it directly with /:

帮我给 entry 模块加一个折叠屏悬停态的分栏布局

The agent loads hmos-multidevice-fold-state (and hmos-multidevice-scenario-entry first if the scenario is ambiguous), then follows the ported instructions.

/hmos-jsleak-analysis 分析这个 rawheap 快照

DFX skills accept log and snapshot files and drive the bundled analysis scripts:

分析 leak.rawheap,输出泄漏嫌疑对象和引用链
分析这份 cppcrash 日志,定位崩溃根因
运行 entry 模块的 Local Test 并给出覆盖率

Skill catalog

39 skills across six groups. Every one is model-invocable and appears in the session catalog.

ArkTS / ArkUI development

SkillWhat it does
hmos-arkui-develop-skillGenerate and edit ArkUI pages and components, producing compilable .ets code backed by the bundled knowledge bases.
hmos-arkts-syntax-checker检查并修复 HarmonyOS 项目的 ArkTS 语法错误,自动化构建项目
hmos-arkts-deprecated-interface-checker检查 HarmonyOS 项目中的废弃 SDK 接口并提供修复建议
hmos-arkts-knowledge-retrieverRetrieve grounded ArkTS references for non-UI ArkTS work and ArkTS API usage.
hmos-arkui-knowledge-retrieverArkUI 知识检索层,按问题语境自动路由到 ArkTS 声明式或 NDK(C-API)知识库进行精准检索,不涉及代码生成或修改
hmos-arkui-mvvm-patternHarmonyOS ArkUI MVVM 架构技能
hmos-arkui-statemgt-migration帮助开发者将ArkUI状态管理从V1迁移到V2
hmos-arkui-longtake-transition为鸿蒙(HarmonyOS)应用添加一镜到底转场效果
hmos-design-visual-mobileHarmonyOS 移动端页面视觉还原技能

Multi-device adaptation

SkillWhat it does
hmos-multidevice-scenario-entryEntry skill for HarmonyOS multi-device adaptation.
hmos-multidevice-screen-window-sizeHarmonyOS 多设备屏幕窗口尺寸适配
hmos-multidevice-fold-stateHarmonyOS foldable-device adaptation skill for requirements, development, bug-fix, and verification phases.
hmos-multidevice-avoid-areasHandle HarmonyOS avoid-area adaptation through a declarative scene and resource index.
hmos-multidevice-interaction-methodsHarmonyOS应用多设备交互适配开发方案skill,提供触摸、鼠标、键盘、手写笔等多输入方式的交互方案和事件归一策略
hmos-multidevice-natural-orientation鸿蒙 HarmonyOS 屏幕方向与旋转相关的需求分析、开发实现、问题修复和功能验证
hmos-multidevice-hardware-accessHandle HarmonyOS hardware-capability adaptation through a declarative scene and resource index.

Atomic Service / ASCF

SkillWhat it does
hmos-atomicservice-assistant辅助鸿蒙开发者构建元服务(Atomic Service / 免安装应用)
hmos-ascf-assistant辅助开发者使用 ASCF 工具链开发 HarmonyOS 元服务
hmos-ascf-convert-taro辅助开发者将 Taro 项目适配(转换)为 ASCF 元服务
hmos-ascf-convert-uniapp辅助开发者将 uni-app 项目适配(转换)为 ASCF 元服务

Kit integration

SkillWhat it does
hmos-push-kit华为 Push Kit 推送服务集成助手(Master Skill / 大路由)
hmos-push-kit-tokenPush Token 获取助手,可作为单独接入能力使用
hmos-push-kit-notificationNotification message helper: push notifications, message alerts, notification styles and click actions.
hmos-push-kit-voipIn-app call (VoIP) push helper: voice/video incoming-call notifications and the call UI.
hmos-push-kit-backgroundBackground message push helper: silent data updates and message caching.
hmos-scan-kit-defaultscan帮助开发者快速接入华为 Scan Kit 默认界面扫码能力,在不需要完全自定义相机界面、闪光灯控制、变焦、对焦等高级功能时优先使用
hmos-scan-kit-customscan帮助开发者快速接入华为 Scan Kit 自定义界面扫码能力,仅在需要支持完全自定义相机预览流 UI 界面、闪光灯控制、变焦、对焦等功能的场景使用
hmos-account-kit-quicklogin-client基于 HarmonyOS Account Kit 提供华为账号一键登录客户端接入指引,实现获取匿名手机号接口与华为账号一键登录组件集成
hmos-live-view-kit-build-locationHarmonyOS实况窗(LiveView)代码生成助手,支持创建、更新、停止实况窗

Testing

SkillWhat it does
hmos-local-test在 HarmonyOS 应用/服务开发中执行模块的 Local Test(ArkTS/JS 单元测试),支持运行、覆盖率统计等模式,并可指定测试范围(模块、测试套件、单个用例)
hmos-instrument-test在 HarmonyOS 应用/服务开发中执行模块的 Instrument Test(包括 ArkTS/JS 和 C++ 测试),支持运行、覆盖率统计、ASan 检测等模式,并可指定测试范围(模块、测试套件、单个用例)

DFX fault analysis

SkillWhat it does
hmos-apifault-analysisDiagnose API failures, error codes and crash/freeze logs; emits a structured root-cause report.
hmos-appfreeze-analysisDFX Skills,自动分析 HarmonyOS / OpenHarmony Freeze(冻屏/卡死)故障日志,定位根因并输出完整证据链
hmos-jscrash-analysisAnalyze JS Crash (ArkTS/JS) faultlogger logs and locate the root cause.
hmos-cppcrash-analysisAnalyze CppCrash (native layer) logs: signals, registers, native stacks and symbols.
hmos-fdleak-analysisAnalyze FD / handle leak logs and pinpoint the leaking allocation stack.
hmos-jsleak-analysisDFX Skills,分析 HarmonyOS/ArkTS rawheap、heapsnapshot 和 Heap Cluster 报告,识别疑似 JS 内存泄漏
hmos-native-memleak-analysisAnalyze native memory leaks from sample, smaps and profiler flame-graph evidence.
hmos-memleak-analysisStatic analysis of ArkTS, JS and C/C++ sources for memory leaks.

How it works

The package is a single Cordis plugin.

cordis.patch.yml ──insert──▶ dsh-hmos-skills  (lib/index.js)
                                   │  ctx.skills.registerProvider()
                                   ▼
                         @deepseek-ai/dsh-skill   ◀── @deepseek-ai/dsh-tool-skill
                         (merged skill registry)      (session catalog + `skill` tool)
                                   ▲
                              skills/*/SKILL.md   (39 bundles, this repo)
  • One provider, rank 600. lib/index.js registers a provider named hmos on ctx.skills at BUNDLED_SKILL_RANK, so a project skill in <project>/.dsh/skills (rank 100) or a user skill in ~/.dsh/skills (rank 400) with the same name still wins. Your local edits always take precedence.
  • Discovery is a directory scan. list() reads skills/*/SKILL.md, parses the frontmatter and returns candidates; get() re-reads the file on every load, so editing a skill body takes effect on the next load with no cache to invalidate.
  • Zero runtime dependencies. Frontmatter is parsed by a ~120-line YAML-subset reader covering exactly the constructs this corpus uses (plain, quoted and | / > block scalars, plus nested metadata mappings). It is verified to produce output identical to the yaml package on all 39 files.
  • Resources resolve on disk. Each candidate carries a directory resourceBase, so references/, assets/ and scripts/ paths inside a skill resolve against its own install directory.
  • No export default. The Cordis loader normalizes a plugin module with exports.default ?? exports, so a default export would replace the module namespace and drop the named inject. The row would then mount without its service declaration and DSH would fail to boot with cannot get property "skills" without inject. lib/index.js therefore exports named fields only — the shape the shipped dsh-skill-badge provider uses — and scripts/smoke.mjs asserts that shape before anything else.

What the port changed

The upstream bundles are Claude Code content. Seven things had to change to make them real DSH skills.

#ChangeWhy
1Frontmatter normalised for all 39 bundlesDSH requires name + description; the upstream files also carry license, compatibility, version and category at top level. Those move under metadata, and the key set is re-emitted in a fixed order.
2Descriptions trimmed to the 500-char catalog cap (9 skills)dsh-tool-skill truncates catalog descriptions at catalogDescriptionMaxLength (500) with a trailing .... hmos-push-kit's description was 994 chars, so its routing table — the part that decides which sub-skill loads — was being cut off. The trimmed text keeps every trigger and routing rule; the full upstream text stays in the skill body.
3hmos-push-kit sub-skills flattenedThe upstream bundle nests 4 sub-skills under hmos-push-kit/, and DSH discovery is one level deep (<root>/<name>/SKILL.md). The sub-skills are now siblings, each with its own copy of references/push-error-codes.md so their relative links resolve.
4${SKILL_DIR} resolved at load timeUpstream writes {skill_dir} / $SKILL_DIR / ${SKILL_DIR} in 3 skills. All spellings are unified at port time, and the provider substitutes the real absolute path when the body loads.
5Claude Code tool names mappedGlob/Grep/Read/Write/Edit/SearchReplace/Bash/TodoWrite/Task/WebSearch/WebFetch become glob/grep/read/write/edit/pwsh/todo_write/subagent/web_search/web_fetch. In-file edits where a literal tool name would mislead, plus a runtime note prepended to every loaded body.
6CodeGenie MCP dependencies replaced

Nothing else in the ~2,300 files was touched: bodies, references, assets and scripts are byte-identical to upstream apart from the changes above.

Prerequisites

The skills are usable out of the box for reading, planning and code generation. Some capabilities need a local HarmonyOS toolchain, and the ported text says so explicitly rather than pretending otherwise:

CapabilityNeeds
Building / compiling (hmos-arkts-syntax-checker, hmos-account-kit-quicklogin-client, Scan Kit)DevEco Studio, DEVECO_SDK_HOME set, hvigorw at the project root
Local / Instrument testshdc (device or emulator), DevEco Studio
DFX log analysis (*-analysis skills)Python 3 for the bundled parsers; heap_cluster runs on Node 22.5+ (24 recommended)
JS leak clusteringpnpm install inside skills/hmos-jsleak-analysis/scripts/node/ (the lockfile is included)
ArkTS lint toolnpm ci inside skills/hmos-arkts-knowledge-retriever/linter-cli/

Configuration

All settings are optional and have working defaults:

- insert:
    - id: hmos-skills
      name: 'dsh-hmos-skills'
      config:
        providerName: hmos      # provider name registered on ctx.skills
        environmentNote: true   # prepend the DSH runtime note on every load
        skillsDir: /abs/path    # serve a different skill root
        rank: 600               # duplicate-name precedence (lower wins)
        source: bundled         # prompt-visible origin bucket

Set environmentNote: false to serve the upstream text untouched.

Verifying

node scripts/smoke.mjs

Lists every skill through the bundled provider and asserts the invariants the registry enforces: kebab-case names, unique names, non-empty descriptions inside the catalog cap, model-invocable policy, a directory resource base, non-empty bodies, an injected runtime note, and no unresolved ${SKILL_DIR} — the last one checked with the note disabled so the placeholder must be resolved in the skill text itself.

Repository layout

dsh-hmos-skills/
├── cordis.patch.yml       # dsh.bundle.patch: the one inserted plugin row
├── package.json           # dsh.bundle.patch -> ./cordis.patch.yml
├── lib/
│   ├── index.js           # the provider (zero dependencies)
│   └── types/index.d.ts
├── scripts/smoke.mjs      # standalone verification
└── skills/                # 39 bundles, one directory each
    ├── hmos-arkts-syntax-checker/
    │   ├── SKILL.md
    │   └── references/
    ├── hmos-jsleak-analysis/
    │   ├── SKILL.md
    │   ├── references/
    │   └── scripts/       # rawheap translator, Node heap-cluster source
    └── …

Repository size

This repository is ~267 MB because the DFX and knowledge skills ship real tooling — the llvm-objdump / llvm-addr2line symbolizers, trace_streamer, rawheap_translator, HarmonyOS design fonts and the ArkTS/ArkUI knowledge bases.

Two things are deliberately not committed:

ExcludedSizeHow to get it
skills/hmos-jsleak-analysis/scripts/{windows,linux,macos}/heap_cluster*423 MBEvery one of these exceeds GitHub's 100 MB per-file limit. The Node source release at scripts/node/heap_cluster.js is the documented primary path and is included — run pnpm install in scripts/node/ and use it.
skills/hmos-arkts-knowledge-retriever/linter-cli/node_modules/45 MBRestore with npm ci in linter-cli/; package-lock.json is committed.

Attribution and license

The skill content under skills/ is the official HarmonyOS agent-skill collection, published by Huawei / the OpenHarmony community (mirrored publicly on AtomGit under test-oh-skills/*, and referenced throughout as the DFX Skills and HarmonyOS multi-device skill sets). Copyright remains with the original authors; per-skill metadata.author / metadata.version fields are preserved verbatim in each SKILL.md.

The plugin code — lib/, scripts/, cordis.patch.yml, package.json — is MIT licensed (see LICENSE).

If you are the rights holder and want this port adjusted or taken down, please open an issue.

hmos-arkts-syntax-checker, hmos-arkts-deprecated-interface-checker, hmos-account-kit-quicklogin-client and the Scan Kit skills build their whole workflow on DevEco Studio's CodeGenie MCP tools (mcp_codegenie-mcp_check_ets_files, mcp_codegenie-mcp_build_project, builtin_*), which do not exist outside DevEco. Each got an explicit DSH mapping — drive hvigorw through pwsh, or fall back to the bundled knowledge-retriever lint tooling and say plainly that no real build was performed — and their flowcharts, decision trees, checklists and tool tables were updated to match. hmos-apifault-analysis/references/tool_mapping.md was rewritten for DSH.
7.claude/skills → .dsh/skillshmos-multidevice-scenario-entry's remote-loading doc and remote_load.sh described a Claude Code workspace layout; dsh is now a first-class platform in that installer. Evaluation fixtures listing an allowed_tools array were renamed to the DSH tools.