Ox2g/dsh-plugin-wechat1

@ox2g/dsh-plugin-wechat

基于腾讯 openclaw-weixin 协议层的 DeepSeek Harness 微信通道插件(ilink 机器人网关)。

AI 分析

核心用途是将微信接入 DSH 作为交互通道,实现通过微信与 DSH 智能体对话。适合需要构建微信 AI 客服或个人微信助理的用户。支持按账号或联系人隔离会话。

套件
@ox2g/dsh-plugin-wechat
版本
0.0.0
授權
NOASSERTION
最近更新
2026年8月17日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Ox2g/dsh-plugin-wechat

Configuration (cordis.yml / cordis.patch.yml)

KeyDefaultDescription
providerProvider routing for new sessions (e.g. deepseek-official)
modelModel id for new sessions (e.g. deepseek-v4-flash)
maxTokensOutput token cap per session model request
baseUrlhttps://ilinkai.weixin.qq.comilink backend
stateDir~/.dsh-plugin-wechatAccount/token/log directory
dmScopeper-account-channel-peerSession isolation dimension: per-peer / per-account-channel-peer
replyErrorAsTexttrueWhether to reply with a readable error text when an agent fails
cwd/workspaceWorking directory for new sessions (absolute path, auto-created); persona's {{cwd}} and fs/bash expand here
sessionTitle微信Title for new sessions (written via sessionTitle.rename in the same process; no cross-process concurrent-write risk)

Environment variables: DSH_WECHAT_STATE_DIR, DSH_WECHAT_LOG_DIR, DSH_WECHAT_LOG_LEVEL, DSH_WECHAT_BOT_AGENT.