What problem does it solve?
This Skill helps you reliably download the OpenHarmony source code by guiding the user to choose a mirror, verify the local environment, select a branch, and complete the sync with real-time progress and integrity verification instead of manually dealing with setup failures and incomplete checkouts.
Core Features & Use Cases
- Interactive mirror/branch/directory selection: Collects required inputs through single-choice prompts to reduce configuration mistakes.
- Environment pre-check with remediation: Runs step-by-step checks for git, git-lfs, python3, curl, repo tool, git config, and disk space, and provides installation guidance when checks fail.
- Foreground download with verification: Executes repo init + repo sync and then pulls LFS objects, followed by a completeness verification routine that checks key directories, important files, repo status, and disk/storage constraints.
Use Case: When a developer needs to fetch OpenHarmony (e.g., master or a specific release like OpenHarmony-5.0.3-Release) on a fresh machine, this Skill ensures the prerequisites are present and reduces the risk of missing repositories or LFS artifacts before the build starts.
Quick Start
Ask the AI to download OpenHarmony by selecting an appropriate mirror source, branch, and destination directory for your system.