·midscene-runner
{}

midscene-runner

Execute, validate, and debug Midscene YAML automation files. Handles dry-run, execution, report analysis, and iterative debugging.

22Installs·0Trend·@lee-117

Installation

$npx skills add https://github.com/lee-117/midi-stagehand-skill --skill midscene-runner

How to Install midscene-runner

Quickly install midscene-runner AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/lee-117/midi-stagehand-skill --skill midscene-runner
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: lee-117/midi-stagehand-skill.

SKILL.md

View raw

该脚本会检查: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.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/lee-117/midi-stagehand-skill --skill midscene-runner
Category
{}Data Analysis
Verified
First Seen
2026-03-01
Updated
2026-03-10

Browse more skills from lee-117/midi-stagehand-skill

Quick answers

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.

How do I install midscene-runner?

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

Where is the source repository?

https://github.com/lee-117/midi-stagehand-skill

Details

Category
{}Data Analysis
Source
skills.sh
First Seen
2026-03-01