AI Agent Hub
Back to plugins
dsh-hdc-bridge preview

dsh-hdc-bridge

Client Updated 2026.08.27

Run the following command in DeepSeek Harness:

dsh plugin install 1na-ko/dsh-hdc-bridge

Paste the following prompt into your AI chat to install this plugin:

Install the dsh-hdc-bridge plugin from https://github.com/1na-ko/dsh-hdc-bridge in DeepSeek Harness.

About this plugin

dsh-hdc-bridge brings HarmonyOS device debugging into the DSH session, connecting the steps of inspecting devices or emulators, capturing screenshots, reviewing UI and logs, fixing code, installing packages, and verifying results. Rather than reimplementing the hdc protocol, it reuses the local hdc binary and adds structured failure reporting, session-aware tools, and a floating device panel so both developers and models can follow the debugging loop more clearly.

The plugin also offers an official-first knowledge and engineering layer: bundled offline Tier-1 official documentation excerpts, local SDK .d.ts API version awareness, and optional DevEco CLI integration for builds, signing, running, emulator control, and linting. It is suited to HarmonyOS developers who frequently verify UI flows, diagnose crashes, and check API compatibility, as well as DSH plugin or skill authors who want a lightweight, dependency-minimal assistant with graceful degradation.

Screenshots

Use Cases

  • Connect devices or emulators to capture screenshots and verify UI
  • Inspect hilog, crash reports, and repair hints after installing apps
  • Check official docs and API availability by target API version

Best For

  • HarmonyOS app developers
  • Engineers who need device-loop debugging inside DSH
  • Plugin or skill authors building HarmonyOS automation workflows