AI Agent Hub
Back to plugins
🖥️

dsh-lark

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install keepview/dsh-lark

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

Run dsh plugin install keepview/dsh-lark in your DeepSeek Harness project to install the plugin; full source is at https://github.com/keepview/dsh-lark

About this plugin

@mention the bot in Feishu or Lark, drop a direct message, and the local DeepSeek Harness agent gets to work with replies landing right back in the same conversation. dsh-lark compresses that entire IM-to-agent loop into roughly 600 lines across four source files. No card pipelines, no pairing codes, no multi-project routing. A WebSocket long connection means it runs from a laptop with zero public callback URLs; each topic maps to its own agent session, and sessions resume cleanly after restarts.

Interaction centers on a single status card per task: it updates in place from running through completed, stopped, or error, showing one line per tool call, with a dsh Web button at the bottom. Sensitive actions pop an approval card with one-tap allow or reject buttons. Images sent in chat reach vision-capable models natively, and the agent can deliver files from its working directory back into the conversation, path-confined by design. Security defaults are strict, with an open_id allowlist on out of the box and unrecognized users receiving only a one-line ID hint.

If you want a Feishu gateway you can read end-to-end in ten minutes, dsh-lark is the leanest option. For progress cards, multi-project routing, or cross-platform support such as WeCom and Telegram, look at dsh-lark-bridge or dsh-im-hub instead.

Use Cases

  • @mention the bot in Feishu on your phone to drive a DeepSeek Harness agent running on your laptop
  • One-tap approve or reject a sensitive tool call without switching to a terminal or web panel
  • Paste a photo into the Feishu chat and let a vision-capable model process it, with the reply landing right back in the same conversation

Best For

  • Developers who want to read the entire codebase in ten minutes and need the leanest possible Feishu gateway
  • DeepSeek Harness users who need mobile access to a locally running agent at any time
  • Individuals or small teams that prefer pure IM interaction without multi-project routing or complex pairing flows