harmonyos-targets
为 HarmonyOS 项目发现、分配、固定、租赁和验证物理设备及 DevEco 模拟器。用于多项目并行开发、多模拟器管理、稳定选择手机/平板/折叠屏目标、唯一 HDC 端口分配、安装启动、截图、UI 自动化前几何校验和设备争用诊断。
Signing
SignedSLSA L2- Signed by
- skills-hub.ai distributor
- Method
- Distributor-signed by skills-hub.aiCryptographically signed by the skills-hub.ai distributor key at publish time.
- Signed
Install this skill
Run this command in your terminal. No account required — it auto-detects your AI tool and installs the skill file.
npx @skills-hub-ai/cli install harmonyos-targetsSetup by platform
Install
One-click setup for your editorRun in your project root
npx @skills-hub-ai/cli install harmonyos-targets --target claude-codeExamples
Prompt
为我的HarmonyOS项目绑定一台型号为平板,API版本为3.0的设备,已知目标设备UUID为1234-5678-ABCD-EFGH。Output
已成功将UUID为1234-5678-ABCD-EFGH的平板设备绑定到项目,角色为测试平板,设备已启动并准备好进行下一步操作。Prompt
我想为项目分配一台折叠屏设备,要求API版本为2.2,没有绑定现有设备,系统会自动选择合适的模拟器或设备吗?Output
系统根据设备规格和API版本自动分配了一台折叠屏模拟器,已启动并完成目标验证。你可以继续进行安装和测试流程。Instructions
Security
Reviews (0)
Related skills
Browse all →More Ops skills
Browse category →Frequently asked questions about harmonyos-targets
What does the harmonyos-targets skill do?
为 HarmonyOS 项目发现、分配、固定、租赁和验证物理设备及 DevEco 模拟器。用于多项目并行开发、多模拟器管理、稳定选择手机/平板/折叠屏目标、唯一 HDC 端口分配、安装启动、截图、UI 自动化前几何校验和设备争用诊断。 It's a reusable SKILL.md instruction set that loads into your AI coding assistant on demand, no prompt engineering, no copy-pasting every session.
How do I install the harmonyos-targets skill?
Run `npx @skills-hub-ai/cli install harmonyos-targets` from your terminal. The CLI writes the SKILL.md to the correct location for your AI tool (e.g. ~/.claude/skills/harmonyos-targets/ for Claude Code or ~/.cursor/skills/ for Cursor with --target cursor) and adds it to your project's .skills.json lockfile.
Which AI tools does harmonyos-targets work with?
harmonyos-targets runs in Codex CLI. It follows the open Agent Skills standard (SKILL.md), so the same skill works in every supported tool without modification.
Is the harmonyos-targets skill free?
Yes. Every skill on skills-hub.ai is free and open-source. There are no premium tiers, paywalls, or usage limits. You only pay for whatever AI assistant you're already using.
How do I use harmonyos-targets after installing it?
In Codex CLI, type `/harmonyos-targets` (or whatever slash command the skill registers) and the AI follows the skill's instructions immediately. You can also reference it by name in natural language, your AI loads the skill into context when relevant.
Can I share the harmonyos-targets skill with my team?
Yes. Commit your project's .skills.json lockfile and teammates run `npx @skills-hub-ai/cli install` (no args) to install every skill at the exact version you pinned. Organization-scoped installs work via skills-hub.ai organizations.