ciky20171114/dsh-plugin-midscene1

dsh-plugin-midscene

Midscene-based AI UI automation for DeepSeek Harness: one ctx.midscene seam, Android and Web (Puppeteer) providers, and the android_ui / web_ui model tools

AI 분석

通过 vision 模型驱动 Puppeteer 或 Android 设备执行 UI 自动化操作。适合需要让 AI 自动进行网页测试、APP 交互等视觉自动化任务的用户。

패키지
dsh-plugin-midscene
버전
0.1.1
라이선스
MIT
최근 업데이트
2026. 8. 21.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ciky20171114/dsh-plugin-midscene

Model configuration

Midscene's vision model is configured through @midscene/*'s own conventions — environment variables, not DSH's ctx.llm:

export MIDSCENE_MODEL_NAME=glm-4.6v
export MIDSCENE_MODEL_BASE_URL=https://open.bigmodel.cn/api/paas/v4/
export MIDSCENE_MODEL_API_KEY=
export MIDSCENE_MODEL_FAMILY=glm-v

(Any OpenAI-compatible multimodal endpoint works — set the matching variables.)