·midscene-yaml-generator
</>

midscene-yaml-generator

Generate Midscene YAML browser automation files from natural language. Supports Web, Android, iOS with Native and Extended modes.

21Installs·0Trend·@lee-117

Installation

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

How to Install midscene-yaml-generator

Quickly install midscene-yaml-generator 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-yaml-generator
  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

| "打开网页/网站/URL" | Web | web: { url: "...", headless: false } | | "测试 Android 应用" | Android | android: { deviceId: "..." } + launch: "包名" | | "测试 iOS 应用" | iOS | ios: { wdaPort: 8100 } + launch: "bundleId" | | "桌面自动化" | Computer | computer: { ... } |

| "打开/访问/进入 XXX 网站" | web: { url: "XXX" } | 平台配置 | | "自动规划并执行 XXX" | ai: "XXX" | AI 自动拆解为多步骤执行;aiAct 为等价别名;可选 fileChooserAccept: "path" 处理文件上传对话框 | | "点击/按/选择 XXX" | aiTap: "XXX" | 简写形式;通用选项 deepThink、xpath、cacheable | | "悬停/移到 XXX 上" | aiHover: "XXX" | 触发下拉菜单或 tooltip |

| "在 XXX 输入 YYY" | aiInput: "XXX" + value: "YYY" | 扁平兄弟格式;mode: "replace"(默认)\|"clear"\|"typeOnly"(官方 API);"append" 为超集扩展(非官方,慎用) | | "按键盘 XXX 键" | aiKeyboardPress: "XXX" | 支持组合键如 "Control+A";keyName 可作为替代参数 |

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-yaml-generator
Category
</>Dev Tools
Verified
First Seen
2026-03-01
Updated
2026-03-10

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

Quick answers

What is midscene-yaml-generator?

Generate Midscene YAML browser automation files from natural language. Supports Web, Android, iOS with Native and Extended modes. Source: lee-117/midi-stagehand-skill.

How do I install midscene-yaml-generator?

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-yaml-generator 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
</>Dev Tools
Source
skills.sh
First Seen
2026-03-01