tangwenhao616-netizen/dsh-clawbot1

dsh-clawbot

微信 ClawBot (iLink) 通道插件增强版:多会话、斜杠命令、每会话模型、并发修复。把微信消息接入 DeepSeek Harness 会话。

AI Analysis

核心用途是将微信消息接入 DSH 会话。适合希望通过微信与 AI 助手交互的用户。必要条件是需安装 DSH 且微信版本 ≥ 8.0.70 并启用 ClawBot 插件。

Package
dsh-clawbot
Version
0.2.1
License
MIT
Last updated
Aug 18, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:tangwenhao616-netizen/dsh-clawbot

Configuration

Override defaults in your profile's cordis.patch.yml:

- insert:
    - id: weixin
      name: dsh-clawbot
      config:
        replyMode: last       # full | last
        maxChunk: 1200
        sendIntervalMs: 2000
KeyDefaultDescription
cwdstateDir/workspaceWorking directory for new sessions
stateDir$DSH_HOME/dsh-weixinCredentials / session map / cursor directory
replyModefullfull = whole turn text / last = final message only
replyTimeoutMs900000Single-turn reply timeout (ms)
maxChunk1500Max characters per WeChat message (auto-split)
sendIntervalMs2000Min interval between sends (iLink rate limit)