wuliLiuyue/wxpilot--packages-dsh3

@wxpilot/dsh

wxpilot — 面向 AI Agent 的微信小程序自动化命令行工具及 DSH 插件

AI 分析

核心用途是让 AI Agent 能够像操作浏览器一样自动化控制微信开发者工具,进行页面导航、元素交互、网络抓包和 Mock。适合开发和测试微信小程序的 Agent 任务。

套件
@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.