AI Agent Hub
Back to plugins
🖥️

dsh-plugin-feishu-chat

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install scubiry-glitch/dsh-plugin-feishu-chat

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

Run dsh plugin install scubiry-glitch/dsh-plugin-feishu-chat to add the Feishu Chat Viewer plugin to DeepSeek Harness; source: https://github.com/scubiry-glitch/dsh-plugin-feishu-chat

About this plugin

When your Feishu bot is served by a standalone OpenClaw gateway, your DM history with the bot lives only inside the agent session files of that gateway. The dsh web GUI has no way to surface those conversations, leaving you blind to what was actually said. dsh-plugin-feishu-chat mirrors that history directly onto the dsh web page so you can review it in the browser on demand.

Its core capability is deliberately focused: a badge-adorned Feishu button appears in the session header. Clicking it opens a panel that auto-refreshes every 5 seconds and renders your recent DMs (default: last 100 messages). The node half of the plugin runs inside the web process and registers a same-origin route at /feishu-chat.json; the browser half draws the UI. Because the route is same-origin, it works whether you reach the page via 127.0.0.1, a LAN address, or a Cloudflare tunnel, with no cross-origin or CSP headaches. Crucially, the plugin does not depend on the OpenClaw gateway process staying alive- as long as the session files are on disk, the history is readable.

Who it is for: users who run a Feishu bot behind a dedicated OpenClaw gateway while managing multi-platform conversations through dsh web. If you want to scroll back through Feishu DMs right on the web without standing up a separate log dashboard, or if the gateway occasionally crashes but you still need to review past exchanges, this lightweight plugin is the answer.

Use Cases

  • Quickly review past DMs with your Feishu bot from dsh web
  • Access persisted session logs even after the OpenClaw gateway process crashes
  • Browse Feishu DMs without standing up a separate log dashboard

Best For

  • Developers running a Feishu bot behind a dedicated OpenClaw gateway
  • Users managing multi-platform conversations in dsh web who need to review Feishu DMs
  • Ops engineers who prefer not to deploy a separate log service for Feishu history