tangwenhao616-netizen/dsh-clawbot ↗★ 1
dsh-clawbot
微信 ClawBot (iLink) 通道插件增强版:多会话、斜杠命令、每会话模型、并发修复。把微信消息接入 DeepSeek Harness 会话。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:tangwenhao616-netizen/dsh-clawbot说明文档
阅读完整 README ↗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
| Key | Default | Description |
|---|---|---|
cwd | stateDir/workspace | Working directory for new sessions |
stateDir | $DSH_HOME/dsh-weixin | Credentials / session map / cursor directory |
replyMode | full | full = whole turn text / last = final message only |
replyTimeoutMs | 900000 | Single-turn reply timeout (ms) |
maxChunk | 1500 | Max characters per WeChat message (auto-split) |
sendIntervalMs | 2000 | Min interval between sends (iLink rate limit) |