frankq007/dsh-plugin-devecocli ↗★ 1
dsh-plugin-devecocli
HarmonyOS development for DeepSeek Harness: device/emulator management, UI automation, build & deploy, logs, lint and docs via the devecocli CLI
安装
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:frankq007/dsh-plugin-devecocli说明文档
阅读完整 README ↗dsh-plugin-devecocli
HarmonyOS development tools for DeepSeek Harness, backed by the
devecocliCLI (@deveco/deveco-cli). Registers 13harmony_*model tools: device/emulator management, screen capture & UI automation, build & deploy, logs, lint, signing and offline HarmonyOS docs.让 DSH 掌握鸿蒙开发能力:设备/模拟器管理、截图与 UI 自动化、构建部署、日志诊断、Lint、签名与本地文档检索。
Features / 工具清单(13 个)
| Tool | Purpose | devecocli command |
|---|---|---|
harmony_device_list | List connected devices/emulators | device list --format json |
harmony_emulator_list | List emulator instances & status | emulator list --format json |
harmony_emulator_control | start/stop/shake/power/rotate/volume/battery/geolocation/sensor/scene/fold | emulator ... |
harmony_screenshot | Capture device screen to PNG | ui screenshot --path |
harmony_ui_dump | Dump on-screen UI node tree | ui layout --format json |
harmony_ui_interact | click/doubleclick/longclick/swipe/fling/drag/text | ui ... |
harmony_log | Device app logs (level/bundle/keyword/crash) | log --... |
harmony_build | Build project (optional clean first) | build [clean] |
harmony_deploy | Deploy to device (default --skip-build fast install) | run |
harmony_signature | Generate signing materials into project | signature generate |
harmony_check_lint | DevEco Code Linter (optional --fix) | check lint |
harmony_docs | Offline HarmonyOS doc search | docs search |