Agent Skills
› fanfan-de/anybox
› Computer Use Windows
Computer Use Windows
GitHub用于通过 Computer Use Windows 插件控制 Windows 桌面应用。需先选定窗口并获取状态,使用截图相对坐标操作。强调安全分级,禁止自动化敏感界面或 Anybox 自身窗口,遇错误应停止观察而非盲目重试。
Trigger Scenarios
用户要求控制 Windows 桌面应用程序
需要通过 UI 交互操作 Windows 窗口
Install
npx skills add fanfan-de/anybox --skill Computer Use Windows -g -y
SKILL.md
Frontmatter
{
"name": "Computer Use Windows",
"description": "Control Windows desktop apps through the guarded Computer Use Windows plugin."
}
Computer Use Windows
Use this skill when a user asks you to control a Windows desktop application through the Computer Use Windows plugin.
Rules
- Always select a target window from
list_windowsorget_windowbefore acting. - Always call
get_window_statebefore coordinate-based actions. - Use only
windowRefandsnapshotRefvalues returned by the plugin. Do not invent them. - Coordinates are screenshot-relative pixels.
(0, 0)is the top-left corner of the latest screenshot. - Do not guess coordinates when the current snapshot is missing, stale, or from a different window.
- After any state-changing action, call
get_window_stateagain to verify the result. - Control one explicit target window at a time.
- Each action must include a short
purposeand onesafetyvalue. - Use
safety: "normal"only for low-risk local UI operations. - Use
safety: "submit_or_send","delete","upload", or"install"when the action could submit, delete, upload, or install anything. - Never automate Anybox's own windows, including closing, minimizing, focusing, typing into, or clicking inside Anybox.
- Never automate authentication dialogs, Windows security settings, payment flows, CAPTCHA, password managers, browser security warnings, lock screens, or terminal/shell windows.
- If a tool returns a safety or stale-snapshot error, stop and observe again instead of retrying blindly.
Version History
- 08dc189 Current 2026-07-05 18:57


