AI Agent Hub
Back to plugins
🖥️

dsh-captain-call

Client Updated 2026.08.16

Run the following command in DeepSeek Harness:

dsh plugin install Daisy2048/dsh-captain-call

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

Run dsh plugin install Daisy2048/dsh-captain-call in your DeepSeek Harness terminal to install the plugin; the source repository is available at https://github.com/Daisy2048/dsh-captain-call .

About this plugin

When you run multi-agent workloads in AgentTeams, the tedious part is rarely the tasks themselves — it is figuring out who finished, whether they hit the deadline, and what the quality looks like, all buried in a status panel you have to refresh by hand. dsh-captain-call turns that chore into a phone call: the moment a teammate completes a task, the desktop companion GINKA fires up a full-screen WeChat-style incoming-call UI with a blurred avatar backdrop, a ringing tone, and a green answer button. Tap to connect and a Chinese voice report reads out exactly who it is, which task wrapped up, whether it was on time, and how many minutes it took.

The speech stack is fully open-source and local-first. Kokoro-82M-zh (82 M parameters, ONNX inference, 100+ Chinese male/female voices, works offline) is the default engine, with automatic fallback to Microsoft neural TTS and then the browser system voice, so audio always comes through. On the input side, native browser SpeechRecognition powers the tap-to-talk reply button; the transcript is merged with the teammate persona and real task state for an instant response, and unsupported browsers simply degrade to typed chat without breaking the flow.

It is not one-way. The GINKA widget in the bottom-right corner opens into a full contact list where the captain can dial any teammate on demand, following a call-progress handshake. Call history, mute toggle, and a deduplication baseline are built in, so stale notifications never replay after a restart, and uninstalling restores every DOM node, CSS rule, timer, and audio stream cleanly.

Ideal for anyone working inside DeepSeek Harness or AgentTeams who likes WeChat-style voice-call interactions, wants an offline-capable open-source TTS pipeline, and enjoys turning task delivery into a small, audible, on-screen ritual. Personal local use is fully supported; avatar and ringtone assets belong to their respective owners and should be replaced before any public distribution.

Use Cases

  • Full-screen WeChat-style call fires the moment a teammate delivers, with TTS reading out who, what, and on-time status
  • Captain dials any teammate on demand for a bidirectional voice progress check-in
  • Offline Chinese TTS via Kokoro-82M-zh local ONNX inference without any network dependency

Best For

  • Developers running multi-agent workflows inside DeepSeek Harness or AgentTeams
  • Users who enjoy WeChat-style voice-call interactions and want task delivery to be audible and visual
  • Teams that require offline local TTS and prefer to avoid cloud voice services