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.

Harmony Next — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
H

dsh-harmony-next

Harmony Next

HarmonyOS NEXT skill bundle for DeepSeek Harness

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

npx -y @deepseek-ai/dsh plugin --profile web add github:linhay/harmony-next.skills#6a77b4c4b716538b776eed0c9dd3681cec47b115
READMECompatibilityVersions

Compatibility and provenance

Harmony Next is published as dsh-harmony-next and currently resolves to version 1.3.37. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
9/15/2026

Versions

1.3.37stable
9/15/2026
1.3.35stable
8/20/2026
Latest
1.3.37
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 350
Weekly downloads
0
Last push
9/19/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

README

English

HarmonyOS NEXT Agent Skills

给 Gemini CLI、Claude Code、Codex 和其他 AI 编程助手使用的 HarmonyOS NEXT 离线技能包。

skills.sh

API 12–26 的本地 HarmonyOS 参考、ArkTS/ArkUI、NDK、DevEco Studio、模拟器自动化和发布调试工作流。

让 Agent 自动安装

把这段话发给你的 Agent:

展开安装提示词
请安装并启用 linhay/harmony-next.skills 的 harmony-next skill。
先识别当前 Agent:
- Gemini CLI:gemini skills install https://github.com/linhay/harmony-next.skills --path harmony-next --scope user
- Claude Code:npx skills add linhay/harmony-next.skills --skill harmony-next -a claude-code -g -y --copy
- Codex:npx skills add linhay/harmony-next.skills --skill harmony-next -a codex -g -y --copy
- 其他支持 skills CLI 的 Agent:npx skills add linhay/harmony-next.skills --skill harmony-next
安装后读取 harmony-next/SKILL.md,确认 skill 名称和版本,并报告实际安装路径;命令不可用时给出手动安装路径,不要假设成功。

快速开始

npx skills add linhay/harmony-next.skills --skill harmony-next

安装后直接提出 HarmonyOS 开发问题。Agent 会按 SKILL.md → KITS.md / TASK_MAP.md → INDEX.md 查找本地资料。

能力总览

能力适用场景入口
API 参考ArkTS、ArkUI、系统模块、API 版本确认JsEtsAPIReference/INDEX.md
Kit / 任务导航按 Kit 或任务定位文档KITS.md · TASK_MAP.md
API 26 快照API 26.0.0 声明、类型和签名api26/
DevEco / EmulatorHVD、hdc、uitest、抓包和诊断DevEco模拟器私有接口与AI自动化.md
最小工程Empty Ability、构建和 smoke 测试empty-ability-app
自动化脚本设备证据、UI/UX、Trace、命令行工具scripts/

推荐检索路径

SKILL.md → KITS.md / TASK_MAP.md → INDEX.md → 目标文档

安装方式

  • Gemini CLI:gemini skills install https://github.com/linhay/harmony-next.skills --path harmony-next --scope user
  • Claude Code:npx skills add linhay/harmony-next.skills --skill harmony-next -a claude-code -g -y --copy
  • Codex:npx skills add linhay/harmony-next.skills --skill harmony-next -a codex -g -y --copy
  • DSH:dsh plugin --profile demo add github:linhay/harmony-next.skills
高级说明、脚本与维护
  • 完整技能规则
  • Agent 适配与安装路径
  • API 26 发布与同步记录
  • 问题反馈指南

兼容安装路径:npx skills add linhay/harmony-next.skills --list、$HOME/.agents/skills/harmony-next、DSH_SOURCE=/path/to/harmony-next.skills、.dsh/skills/harmony-next、dsh-harmony-next。

API 26 声明快照可从新版 DevEco Studio 重新生成:

python3 harmony-next/scripts/sync_api26_snapshot.py \
  --deveco-app /path/to/DevEco-Studio.app
python3 harmony-next/scripts/reference_compat.py generate

发布前运行:

python3 harmony-next/scripts/check_packaging_docs.py
python3 harmony-next/scripts/reference_compat.py check
python3 -m unittest discover -s harmony-next/tests -p 'test_*.py' -v

版本

当前发布:v1.3.37。API 26.0.0 Release 已纳入声明快照;官网 guide、示例和差异说明持续补充。

许可证

MIT。文档来源为华为 HarmonyOS 官方资料,版权归原作者所有。