Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add virtengine/bosun --skill windows-desktop-controlgit clone --depth 1 https://github.com/virtengine/bosunWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/virtengine/bosun/windows-desktop-control)<a href="https://agentmods.dev/skills/virtengine/bosun/windows-desktop-control"><img src="https://agentmods.dev/badge/skills/virtengine/bosun/windows-desktop-control/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/virtengine/bosun/windows-desktop-control"><img src="https://agentmods.dev/badge/skills/virtengine/bosun/windows-desktop-control.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.00663 |
| Opus 5 | $0.00000 | $0.00331 |
| Sonnet 5 | $0.00000 | $0.00133 |
| Haiku 4.5 | $0.00000 | $0.00066 |
Grade A, and why
windows-desktop-control scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 57 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Windows Desktop Control
Use this plugin when the task involves native Windows desktop apps or browser surfaces that do not have a stronger structured integration available.
Operating modes
Pick one of these modes before taking action:
- UIA-first mode: preferred for native Windows apps with accessible controls.
- Visible-display mode: for quick manual-adjacent automation on the user’s active screen.
- Isolated-display mode: for non-interrupting automation on a secondary or virtual display that Windows exposes.
- Coordinate-fallback mode: for canvas apps, remote surfaces, or controls that UI Automation cannot reach reliably.
Decision rules
- Prefer structured browser automation for websites when a browser tool or MCP server already exists.
- Prefer
uia_inspectanduia_invokefor native Windows controls before coordinate clicks. - Prefer
list_displaysand display-aware screenshots before assuming the primary screen is the correct target. - Prefer
move_windowto place apps on a non-user display before interacting when isolation matters. - Use screenshots to verify state before and after mutating actions.
- Ask for human confirmation before destructive actions such as deleting data, closing unsaved work, submitting forms, or sending messages.
Mode patterns
UIA-first mode
- Call
list_windowsandfocus_windowto target the correct app. - Call
uia_inspectto find stable selectors. - Use
uia_invoke,type_text, orpress_keys. - Capture a
screenshotafter important mutations.
Isolated-display mode
- Call
list_displaysand choose the non-user display bydisplayIdordisplayName. - Launch or find the app with
launch_apporlist_windows. - Call
move_windowto place the window on that display. UsefitToDisplay: truewhen full-display placement is better than a preserved window size. - Use
screenshotagainst that display, then preferuia_*actions. - If coordinate fallback is required, pass
displayRelative: trueso coordinates stay local to the isolated display.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 57 lines · 0 tokens per session scan A 04bd54e5014d
windows-desktop-control is a skill published in the GitHub repository virtengine/bosun (280 stars, last pushed 3mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 663 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
browser-tools
Security wrapper over the upstream agent-browser skill, adding URL blocklisting, rate limiting, robots.txt enforcement, and scraping guardrails. Use when automating browser workflows that need safety limits.
web-research-workflow
Unified decision tree for web research and competitive monitoring. Auto-selects WebFetch, Tavily, or agent-browser based on target site characteristics and available API keys. Includes competitor page tracking, snapshot diffing, and change alerting. Use when researching web content, scraping, extracting raw markdown…
fsb
FSB drives the user's Chrome via the FSB extension and an MCP bridge for live web tasks.
in-app-browser
A guide for using Proma’s built-in controlled web browser to open, view, search, or operate websites.
browser-qa-fix
Applies a bounded low-risk browser QA fix by reading page evidence and patching a single HTML entrypoint.
browser-qa-report
Runs a read-only browser QA pass and returns evidence.