wuliLiuyue/wxpilot--packages-dsh ↗★ 3
@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。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wuliLiuyue/wxpilot#6165ac44a8c63e8e01f505df25683f9abf426139&path:packages/dsh说明文档
阅读完整 README ↗Configuration
| Key | Default | Description |
|---|---|---|
binary | wxpilot | Binary name or absolute path, resolved through ctx.subprocess.resolveExecutable; WXPILOT_BIN takes precedence. |
timeoutMs | 120000 | Cooperative tool-call timeout budget, enforced by dsh-tool-call-timeout-policy. |
maxResultChars | 16000 | Maximum retained characters of one rendered result, with the CLI [truncated, originalLength=N] marker. |
enableJsEval | false | Expose the run (JS evaluation) and wx (wx API call) operations. |