# Send nl2ms-ui to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "nl2ms-ui",
    "name": "nl2ms-ui",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/wu-xiyou/nl2ms-ui",
    "canonicalUrl": "https://clawhub.ai/wu-xiyou/nl2ms-ui",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/nl2ms-ui",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=nl2ms-ui",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/examples-ios-yaml.md",
      "references/examples-android-ts.md",
      "references/examples-web-ts.md",
      "references/examples-pc-yaml.md",
      "references/examples-pc-ts.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "nl2ms-ui",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-12T10:03:00.431Z",
      "expiresAt": "2026-05-19T10:03:00.431Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=nl2ms-ui",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=nl2ms-ui",
        "contentDisposition": "attachment; filename=\"nl2ms-ui-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "nl2ms-ui"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/nl2ms-ui"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/nl2ms-ui",
    "downloadUrl": "https://openagent3.xyz/downloads/nl2ms-ui",
    "agentUrl": "https://openagent3.xyz/skills/nl2ms-ui/agent",
    "manifestUrl": "https://openagent3.xyz/skills/nl2ms-ui/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/nl2ms-ui/agent.md"
  }
}
```
## Documentation

### 何时使用此技能

当用户需要生成以下类型的自动化测试脚本时使用此技能：

Android 脚本：Android 移动端应用的自动化测试脚本
iOS 脚本：iOS 移动端应用的自动化测试脚本
Web 脚本：Web 浏览器的自动化测试脚本
PC 脚本：桌面端应用的自动化测试脚本

### 1. Android 端

YAML 示例：references/examples-android-yaml.md
TypeScript 示例：references/examples-android-ts.md

### 2. iOS 端

YAML 示例：references/examples-ios-yaml.md
TypeScript 示例：references/examples-ios-ts.md

### 3. Web 端

YAML 示例：references/examples-web-yaml.md
TypeScript 示例：references/examples-web-ts.md

### 4. PC 端

YAML 示例：references/examples-pc-yaml.md
TypeScript 示例：references/examples-pc-ts.md

### 最佳实践

明确指定平台：生成脚本时明确目标平台（Android/iOS/Web/PC）
使用描述性步骤名称：为每个步骤提供清晰的名称和描述
合理使用等待：优先使用 aiWaitFor 而非固定 sleep
错误处理：使用 continueOnError: true 或 try-catch 处理可选步骤
验证断言：在关键步骤后添加断言验证操作成功
环境配置：使用 .env 管理 API 密钥，设置合适的 aiActionContext

### 参考资源

API 参考：references/midscene-api
详细示例：

Android:

YAML: references/examples-android-yaml.md
TypeScript: references/examples-android-ts.md


iOS:

YAML: references/examples-ios-yaml.md
TypeScript: references/examples-ios-ts.md


Web:

YAML: references/examples-web-yaml.md
TypeScript: references/examples-web-ts.md


PC:

YAML: references/examples-pc-yaml.md
TypeScript: references/examples-pc-ts.md




常见场景：references/common-scenarios.md
官方文档：https://midscenejs.com/api.html
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: wu-xiyou
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-12T10:03:00.431Z
- Expires at: 2026-05-19T10:03:00.431Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/nl2ms-ui)
- [Send to Agent page](https://openagent3.xyz/skills/nl2ms-ui/agent)
- [JSON manifest](https://openagent3.xyz/skills/nl2ms-ui/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/nl2ms-ui/agent.md)
- [Download page](https://openagent3.xyz/downloads/nl2ms-ui)