Windows App Playbooks
Explorer, Notepad, Photos, Edge via computer_use.
Skill metadata
| Source | Bundled (installed by default) |
| Path | skills/desktop/windows-app-playbooks |
| Version | 1.0.0 |
| Author | VibeOS |
| License | MIT |
| Platforms | windows |
| Tags | windows, desktop, computer-use, explorer, notepad, photos, edge |
| Related skills | windows-desktop, choose-interaction-surface, computer-use, desktop-operate |
Reference: full SKILL.md
信息
The following is the complete skill definition that VibeOS loads when this skill is triggered. This is what the agent sees as instructions when the skill is active.
Windows App Playbooks
GUI procedures for common Windows apps via computer_use. Prefer
terminal + file tools for known paths; prefer MCP for GitHub/Notion.
Long Operate jobs → desktop-operate (≤2 retries + scorecard).
When to Use
- Browse folders in File Explorer when the user wants a visible UI path
- Draft text in Notepad
- Open/export an image in Photos (light Operate)
- Open a URL or fill a simple form in Edge when browser toolset is off
Prerequisites
computer_useenabled (vibeos computer-use doctor)- Load
windows-desktopfor capture / clipboard basics
How to Run
- Confirm native Windows app →
computer_use(not browser tools unless Edge web content). - Capture with SoM/UIA; click by element index.
- Re-capture after navigation.
Quick Reference
| App | Prefer instead when possible |
|---|---|
| Explorer | terminal / file tools for known paths |
| Notepad | write_file / editor in workspace |
| Photos | read_file / vision_analyze for inspect-only |
| Edge web UI | browser_* toolset |
Procedure
Explorer — open a folder
- Capture Explorer (or start it).
- Use address bar: click it, type the path, press Enter.
- Confirm the content pane shows expected items.
Notepad — draft text
- Capture Notepad; focus the edit control.
- Type or paste content.
- Save only if the user asked (Save As dialog → capture again).
Photos — open and export
- Prefer opening a known path via Explorer or
terminal, then capture Photos. - For Save / Export / Share: re-capture the dialog; set destination under the task workspace when possible.
- Do not overwrite the original without human approve.
- Empty UIA tree → one re-capture; after two stuck tries escalate
(
desktop-operatescorecard).
Edge — open URL (fallback)
- If
browser_*is available, use that instead. - Otherwise capture Edge address bar, type URL, Enter.
- Prefer
browser_snapshotwhen the toolset is on.
Pitfalls
- UAC / SmartScreen: stop and ask the user.
- Elevated Explorer windows may be unreachable from a normal process.
- Do not store secrets in Notepad on shared machines.
- Web CAPTCHA in Edge/Chrome: use
browser_*+challenge-gate, notcomputer_useon the browser window first. - Blind coordinate spam burns the Operate retry budget — use element indices.
Verification
- Explorer shows the requested folder.
- Notepad contains the drafted text.
- Photos export exists when requested.
- Edge loaded the intended URL (or browser tools were used instead).