ark-cli-skill
New通过 npx 将 ark-cli(鸿蒙/HarmonyOS 命令行工具)的 Claude Skill 安装到全局或项目的 .claude/skills 目录
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
mkdir -p .claude/skillsAdd the configuration to .claude/skills/ark-cli-skill.md
/ark-cli-skillUse Cases
Usage Examples
/ark-cli-skill install --global
/ark-cli-skill install --project
Install ark-cli in my current project's .claude/skills directory
Security Audits
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..