dsh plugins中文
← Back to popular plugin directory

Feishu Smart Connector

omdsh-dev/dsh-lark · skills

channel A Lark/Feishu IM bot channel plugin for DeepSeek Harness.

★ 15GitHub stars
1Forks
2026-08-14Last updated
TypeScriptLanguage
BSD-3-ClauseLicense

Project overview

A Lark/Feishu IM bot channel plugin for DeepSeek Harness. Each chat (direct message or group) drives its own DSH agent; the assistant's reasoning and tool calls show as the platform's native thinking process, the answer is sent separately, and host approval questions become interactive cards decided by button clicks.

A QR code appears; scan it in Feishu and the bot is live. It runs in the background from the first moment — under launchd on macOS, systemd --user on Linux — so it survives the terminal closing and comes back after a reboot. Then DM it or @-mention it in a group.

stop, restart, status, and logs manage it afterwards; re-running start applies updates. dsh has to be installed (npm i -g @deepseek-ai/dsh), since a supervised process cannot depend on npx. Where neither launchd nor systemd exists — Windows, a Linux without systemd — start runs in the foreground instead.

Install command

dsh plugin --profile web add github:omdsh-dev/dsh-lark
View GitHub repository ↗Back to popular plugin directory