BeClaude

ark-cli-skill

New
1knpmGeneralMIT

通过 npx 将 ark-cli(鸿蒙/HarmonyOS 命令行工具)的 Claude Skill 安装到全局或项目的 .claude/skills 目录

First seen 6/24/2026

Summary

claude/skills directory, using npx.

  • It enables seamless integration of HarmonyOS development workflows with Claude Code, allowing developers to manage HarmonyOS projects, build, and debug directly from the Claude interface.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file

Add the configuration to .claude/skills/ark-cli-skill.md

3
Invoke in Claude Code
/ark-cli-skill

Use Cases

Set up ark-cli in a new HarmonyOS project to streamline development with Claude Code.
Quickly install the latest version of ark-cli without manual npm global installs.
Integrate HarmonyOS CLI commands into Claude Code for automated build and deployment tasks.
Ensure all team members have the same ark-cli version by installing it per project.
Use Claude Code to run ark-cli commands for device management and debugging.
Simplify onboarding for new developers by automating ark-cli installation via Claude.

Usage Examples

1

/ark-cli-skill install --global

2

/ark-cli-skill install --project

3

Install ark-cli in my current project's .claude/skills directory

View source on GitHub
harmonyosopenharmonyark-cliclaudeclaude-codeskill

Security Audits

LicensePassSourceWarnRepositoryPass

Frequently Asked Questions

What is ark-cli-skill?

This skill installs the ark-cli (HarmonyOS command-line tool) into your Claude Code environment, either globally or in a project's .claude/skills directory, using npx. It enables seamless integration of HarmonyOS development workflows with Claude Code, allowing developers to manage HarmonyOS projects, build, and debug directly from the Claude interface.

How to install ark-cli-skill?

To install ark-cli-skill: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/ark-cli-skill.md. Finally, /ark-cli-skill in Claude Code.

What is ark-cli-skill best for?

ark-cli-skill is a skill categorized under General. It is designed for: harmonyos, openharmony, ark-cli, claude, claude-code, skill.

What can I use ark-cli-skill for?

ark-cli-skill is useful for: Set up ark-cli in a new HarmonyOS project to streamline development with Claude Code.; Quickly install the latest version of ark-cli without manual npm global installs.; Integrate HarmonyOS CLI commands into Claude Code for automated build and deployment tasks.; Ensure all team members have the same ark-cli version by installing it per project.; Use Claude Code to run ark-cli commands for device management and debugging.; Simplify onboarding for new developers by automating ark-cli installation via Claude..