dsh-wechat-pro:把 DSH 接入微信的 ClawBot 通道插件

`bwhite55/dsh-wechat-pro` 是一款 DeepSeek Harness(DSH)微信通道插件,旨在将 DSH 接入微信,实现跨端无缝交互。该插件支持微信扫码连接及凭证 24 小时自动续连,其核心优势在于微信会话与 Web 端共享真实的 DSH 会话上下文,支持跨端续接。 在功能上,用户可在微信内直接切换工作区、工作路径、模型及思考强度,并执行 `/plan`、`/permission` 等 DSH 原生命令。它支持将高风险工具调用审批转发至微信,通过回复 `/yes` 或 `/no` 进行操作。此外,插件具备实时推送思考与工具调用事件、长文自动分片发送(含降级策略)、以及

Read More
dsh-plugin-wechat-official:DeepSeek Harness 微信 ClawBot 渠道插件

dsh-plugin-wechat-official 是 DeepSeek Harness (DSH) 的微信官方渠道插件,旨在解决个人微信接入 DSH Agent 的合规与安全需求。该插件基于腾讯官方开放的微信 ClawBot 插件功能(iLink 协议)实现,摒弃了逆向协议、Hook 或网页自动化等高风险方式,且无需维护公网回调服务、域名或端口映射。 核心功能包括:支持扫码登录、长轮询消息接收与发送;每个微信用户拥有独立会话并支持历史持久化;具备“正在输入”状态显示;支持约 24 小时有效期的自动重连与到期提醒;提供 open、allowlist、disabled 三种访问控制模式;支持语

Read More
dsh-plugin-wechat: Integrating DeepSeek Harness into Personal WeChat

`dsh-plugin-wechat` is a MIT-licensed plugin designed to turn DeepSeek Harness (DSH) into a personal WeChat bot. It connects through Tencent's official ClawBot channel and supports WeChat QR code login, allowing users to trigger DSH's AI directly via WeChat text messages and receive replies with tools and memory enabled. It also supports web searches via the `web_search` tool (which can be disabled through environment variables). Currently, the plugin only supports text messages and does not support images, voice messages, or other media types. It is recommended for passive replies only; mass messaging and marketing use are strictly prohibited. Installation is simple: run `npx -y dsh-plugin-wechat`, scan the QR code, and configure your DeepSeek API Key in the local web interface to get started.

Read More
dsh-wechat: Making WeChat a Second Client for DSH

dsh-wechat is a DSH plugin maintained by pan17, designed to bridge WeChat private chats as a second client for DeepSeek Harness (DSH) through the Tencent iLink bot protocol. This tool allows users to directly trigger DSH agents within WeChat, supporting the receipt and processing of text, images, files, and voice messages, as well as enabling agent replies to be sent back to WeChat. Its core features include: managing DSH status, switching workspaces or sessions within WeChat via slash commands (such as /workspace, /session, /model, etc.); displaying consistent native approval/query cards across both WeChat and the GUI interface; and providing a silent mode along with a busy-message queueing mechanism. Installation requires using `npx @deepseek-ai/dsh

Read More
dsh-web-remote: Mobile and External Network Remote Access Plugin for DSH

dsh-web-remote is a DeepSeek Harness (DSH) plugin maintained by godchen520, designed to address remote access and control issues for the local DSH Web on mobile devices, external networks, and social media applications. Its core features include: leveraging Cloudflare Quick Tunnel for public network access without configuration or a public IP; supporting direct LAN HTTP/HTTPS connections with automatically generated self-signed certificates; enhancing security through random tokens and HttpOnly cookies. Additionally, it supports custom public network links (such as ngrok) and LAN ports, and accelerates large history loading via reverse proxy gzip compression. The plugin deeply integrates with WeChat and Feishu bots, allowing users to engage in AI conversations, session control, and module management through commands.

Read More