wuliLiuyue/wxpilot--packages-dsh3

@wxpilot/dsh

wxpilot — A CLI for automating WeChat Mini Programs, built for AI Agents. Lets an Agent drive the WeChat DevTools like a browser — page navigation, element interaction, state reading, network capture & mocking. 面向 AI Agent 的微信小程序自动化 CLI 让 Agent 像操作浏览器一样操作微信开发者工具——页面导航、元素交互、状态读取、网络抓包与 mock。

包名
@wxpilot/dsh
版本
0.2.0
许可证
AGPL-3.0
最近更新
2026年8月22日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wuliLiuyue/wxpilot#6165ac44a8c63e8e01f505df25683f9abf426139&path:packages/dsh

Configuration

KeyDefaultDescription
binarywxpilotBinary name or absolute path, resolved through ctx.subprocess.resolveExecutable; WXPILOT_BIN takes precedence.
timeoutMs120000Cooperative tool-call timeout budget, enforced by dsh-tool-call-timeout-policy.
maxResultChars16000Maximum retained characters of one rendered result, with the CLI [truncated, originalLength=N] marker.
enableJsEvalfalseExpose the run (JS evaluation) and wx (wx API call) operations.