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/08/21

インストール

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

ドキュメント

README 全文を読む ↗

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.)