What is midscene-runner?
Execute, validate, and debug Midscene YAML automation files. Handles dry-run, execution, report analysis, and iterative debugging. Source: lee-117/midi-stagehand-skill.
Execute, validate, and debug Midscene YAML automation files. Handles dry-run, execution, report analysis, and iterative debugging.
Quickly install midscene-runner AI skill to your development environment via command line
Source: lee-117/midi-stagehand-skill.
该脚本会检查:Node.js 版本、依赖安装、CLI 脚本、@midscene/web、tsx 运行时、AI 模型配置、Chrome 浏览器。
| Web | Chrome/Chromium 浏览器(自动检测,见上方说明) | | Android | ADB 已连接设备(adb devices 验证) | | iOS | WebDriverAgent 已配置 | | Extended 模式 | tsx 运行时(npx tsx --version) |
| YAML 语法错误 | 缩进不正确或格式问题 | 检查缩进,统一使用 2 空格 | | 缺少平台配置 | 没有 web/android/ios/computer | 添加 web: { url: "..." } | | 缺少 tasks | 没有定义任务 | 添加 tasks 数组和 flow | | 未声明 engine | 使用超集关键字但未标记 | 添加 engine: extended | | 变量未定义 | 引用了未声明的 ${var} | 在 variables 中声明变量 | | 未声明 features | Extended 模式未列出使用的特性 | 添加 features: [...] |
Execute, validate, and debug Midscene YAML automation files. Handles dry-run, execution, report analysis, and iterative debugging. Source: lee-117/midi-stagehand-skill.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/lee-117/midi-stagehand-skill --skill midscene-runnerExecute, validate, and debug Midscene YAML automation files. Handles dry-run, execution, report analysis, and iterative debugging. Source: lee-117/midi-stagehand-skill.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/lee-117/midi-stagehand-skill --skill midscene-runner Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/lee-117/midi-stagehand-skill