What problem does it solve? When building, deploying, or debugging HarmonyOS apps through dcli__* tools, agents often guess wrong parameter names, miss required fields, or misuse signing configurations. This Skill provides the authoritative parameter reference for all 41 native tools so calls are correct on the first attempt. ## Core Features & Use Cases - Complete Parameter Tables: Required fields, types, enums, and defaults for every dcli__* tool covering build, device control, emulator, UI automation, logs, docs, and signing. - High-Frequency Examples: Ready-to-use JSON payloads for common tasks like building a debug product, installing a signed HAP, or querying API signatures. - Operational Rules: Guidance on multi-project projectPath usage, debug-only HAP installation (avoiding error 9568322), dual signing configuration, and devEcoHome resolution. - Use Case: Before running a release build on a real device, consult this Skill to confirm dcli__build_project needs product, modules, and buildMode, then use dcli__install_hap with the debug-signed HAP path. ## Quick Start Ask the agent to check this Skill for the exact parameters of dcli__build_project before building your HarmonyOS project.