install-harmonyos-skills

Guides installation of HarmonyOS agent skills from upstream or localized repository sources.

2|Updated Jun 21, 2026
One-click install
npx skills add https://github.com/IsKenKenYa/skills --skill install-harmonyos-skills-iskenkenya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: install-harmonyos-skills
Source: https://github.com/IsKenKenYa/skills/tree/main/skills/meta/install-harmonyos-skills
Command: npx skills add https://github.com/IsKenKenYa/skills --skill install-harmonyos-skills-iskenkenya

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Finding and installing HarmonyOS (ArkTS/ArkUI) agent skills is confusing because the upstream repository has no dedicated CLI and skills are scattered across categories. This Skill explains the available sources and walks you through both installation paths. ## Core Features & Use Cases - Two Installation Paths: Install via the curated IsKenKenYa/skills repository using npx skills@latest add, or clone the upstream harmonyos-agent-skills repository directly with git. - Category Overview: Maps the HarmonyOS skill taxonomy (design, solutions, development, test, tools, tooling) so you know which skills fit your stage of app development. - Special Dependency Setup: Documents the extra npm install --force and OpenHarmony TypeScript runtime setup required by the hmos-arkts-knowledge-retriever linter-cli. - Use Case: You are starting HarmonyOS app development with an AI coding agent and need ArkUI/ArkTS skills installed; invoke this Skill to get exact commands and pick the right categories. ## Quick Start Ask the agent to show you how to install the HarmonyOS development skills for ArkTS and ArkUI into your current environment.

Frequently Asked Questions about install-harmonyos-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install HarmonyOS agent skills for ArkTS development?

Run `npx skills@latest add IsKenKenYa/skills` and select skills under the harmonyos/ category, or clone the upstream repository from gitcode.com/HarmonyOS_Skills/harmonyos-agent-skills and copy skill directories into your agent's skills folder.

What is the difference between the upstream HarmonyOS skills repo and the IsKenKenYa/skills version?

The upstream repository contains the original Chinese-language skills installed via git clone. The IsKenKenYa/skills repository integrates the same skills with organized categories, unified updates, and installation through the npx skills CLI.

Does the HarmonyOS skills upstream repository have an official CLI installer?

No, the upstream harmonyos-agent-skills repository has no dedicated CLI. Installation is done by git cloning the repository and copying the desired skill directories into your agent's skills directory such as .claude/skills/.

Why does hmos-arkts-knowledge-retriever require npm install --force?

The linter-cli package declares a cpu x64 platform restriction in package.json, so --force bypasses it. You must also run npm run install-runtime-deps to fetch the OpenHarmony customized TypeScript 4.9.5-r4, which is not available on standard npm.

What HarmonyOS skill categories are available for app development?

Six categories exist: design for visual restoration, solutions for multi-device adaptation and stability analysis, development for ArkUI/ArkTS and atomic services, test for local and instrumented testing, tools for DevEco Studio utilities, and tooling for skill review.