tangwenhao616-netizen/dsh-clawbot1

dsh-clawbot

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

包名
dsh-clawbot
版本
0.2.1
许可证
MIT
最近更新
2026年8月18日

安装

$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)