DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Feishu — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
F

@starxer/dsh-feishu

Feishu

Feishu/Lark WebSocket channel with scan-to-configure for DeepSeek Harness

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:Starxer/chatterbox4dsh#d3f9037c8eab632eee51f74c2489f9ea726d1f45
READMECompatibilityVersions

Compatibility and provenance

Feishu is published as @starxer/dsh-feishu and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/30/2026

Versions

0.1.0stable
8/30/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
9/11/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in integrations-communication.

Im@xmanrui/dsh-im把十一种 IM 渠道和公网 AI Office 接入本机 DeepSeek Harness。 Connect eleven IM channels and a public AI Office to a local DeepSeek Harness.DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseIm Connect@michengai/dsh-im-connectDeepSeek Harness IM assistant: connect a local agent to WeChat, WeCom, DingTalk, Feishu, QQ, and Telegram, with conversations and web tasks separated.

README

dsh-feishu — DeepSeek Harness 飞书/Lark 插件

把 DeepSeek Harness 的 agent 能力接入飞书/Lark 聊天。安装后,用户直接从飞书与 Harness Agent 对话,共享 DSH 的模型、工具、工作区和会话存储。

定位:dsh-feishu 只做"DSH 原生特性 → 飞书聊天"这一层接入,DSH 本身才是 agent 本体。我们不做一个独立的 agent 平台或 24h 常驻助手——那是另一个产品。飞书和 DSH Web UI 共享同一套服务,飞书只是多出一个聊天端口。

设计理念:功能对齐优先于功能创新。新增能力前先对照 DSH Web UI 是否有同名/等价能力,有则对齐,无再讨论。

功能

能力说明
单聊 / 群聊 / 话题群单聊和群聊按聊天复用 Session;话题群按线程独立 Session
统一 per-step 卡片每个 agent step 一张卡片,包含推理、文本、工具调用、结果预览、时长和 token 统计
工具调用展示工具名内联代码 + args + 结果预览(terminal/web/search/read/diff),原地更新 wathet→green/red
Turn Complete 卡片turn 结束后展示总时长/LLM 时间/工具时间、TTFT/吞吐量、token/缓存命中率
斜杠命令/model /new /thread /status /stop /steer /permission /reasoning /approve /deny 等
审批与 DSH Web UI 共享同一份 pending 审批状态;审批卡片 Approve 在上 / Reject 在下,并显示 Reason: 原因
ask_user_question 卡片问题卡片(选项/自定义输入/跳过),一次多问时顺序迭代、整批返回答案
图片 / 文件接收用户发送的图片经 attachment store 落盘,文件下载到 ~/.dsh/feishu-inbox/ 供 agent 读取
agent 主动发文件feishu_send_file 模型工具:agent 可把工作区文件推送到当前飞书聊天(≤30MB)
运行中注入 steer/steer <内容> 一次性注入当前 turn;/busy steer 可把"运行中发消息"默认设为注入(持久化)
权限模式选择/permission:查看/切换会话权限(沙箱)模式,名称与显示名对齐 WebUI(Read Only / Workspace Write / Full access),交互式卡片点选切换
报错带具体原因出错回报带具体原因与错误码(errorText),不再只回统一道歉文案
WebSocket 长连接无需公网服务器,支持飞书中国版和国际版 Lark
访问控制群聊白名单、单聊白名单、@机器人 要求

安装

npx @deepseek-ai/dsh plugin --profile web add @starxer/dsh-feishu

然后在 DSH Settings → 飞书与 Lark 中配置 App ID 和 App Secret。支持扫码一键配置(推荐)或手动创建应用。

详见 docs/feishu-setup.md。

快速开始

  1. 安装插件(上方命令)
  2. 启动 DSH:npx @deepseek-ai/dsh web
  3. 在 Settings → 飞书与 Lark 中配置应用凭据
  4. 在飞书中找到机器人,发送消息即可

斜杠命令

命令说明
/model [list|<provider>/<model>]查看/列出/切换模型
/new [--workspace <path>] [--preset <id>]新建会话(可指定工作区和 preset)
/thread [N]列出/切换会话
/status展示会话状态(token/TTFT/吞吐量/缓存命中率/权限模式等)
/reasoning [off|low|high|max]设置推理强度
/stop中止当前轮次并丢弃排队消息(不再进入下一 turn)
/steer <内容>agent 运行中,把一条消息注入当前 turn
/busy [queue|steer]设置运行中(busy)的 Enter 行为:排队发送(默认)或插话发送,持久化
/permission [模式]查看/切换会话权限(沙箱)模式;无参发交互式选择卡片
/approve /deny /approvals处理工具审批
/help列出所有可用命令

运行中发消息的行为(/busy):queue(排队发送,等待当前轮结束后作为新轮运行)或 steer(插话发送,注入当前轮立即响应,persist)。/status 的 Enter while busy 行显示当前值。一次性插话用 /steer <内容>。/stop 会中止当前轮并丢弃排队/等待中的消息(不再自动进入下一 turn)。

配置

- id: lark-channel
  config:
    appId: cli_xxxxxxxxxxxxxxxx
    appSecretRef: DSH_LARK_APP_SECRET
    domain: feishu              # feishu(中国版)或 lark(国际版)
    requireMention: true         # 群聊是否必须 @机器人
    dmMode: open                 # open / allowlist / disabled
    workspace: /path/to/project  # 默认工作区
    agentPreset: coding          # 默认 agent preset
配置项默认值说明
appId—飞书应用 App ID
appSecretRefDSH_LARK_APP_SECRETHarness Credentials 中的 Secret 引用名
domainfeishufeishu 或 lark
requireMentiontrue群聊是否必须 @机器人
dmModeopen单聊策略:open / allowlist / disabled
groupAllowlist[]允许的群 chat_id 列表
dmAllowlist[]allowlist 模式下的用户 open_id 列表
provider / modelHarness 默认为飞书渠道指定模型
workspace第一个注册的 WorkspaceAgent 工作目录
agentPresetHarness 默认 PresetAgent preset
reactEmojiTHUMBSUP收到消息时的表情回应(空字符串关闭)

架构

飞书用户 → Lark SDK (WebSocket) → dsh-feishu → Harness Agent → 回复卡片

插件运行在 DSH Host 内部,不启动额外进程,不暴露 HTTP 端点。每个飞书聊天映射一个 DSH Session,Agent 在 turn 完成后复用。

详见 docs/architecture.md。

开发

npm install
npm test
npm run build

修改源码后:npm run build && systemctl --user restart dsh

上游来源

基于 sugarforever/dsh-lark(ee639df)fork,已独立维护,不再跟踪上游同步。详见 AGENTS.md。

License

MIT — Copyright (c) 2026 sugarforever(上游),modified work by Starxer。