copilot-instructions

copilot-instructions is an agent for Claude Code from trsdn/mcp-server-uiautomation. It costs 0 tokens per session (160 once invoked), scanned A, original, MIT.

A guide for using Windows UI Automation to inspect and control visible desktop applications. UI Automation is a Windows system that exposes interface elements such as windows, buttons, and text fields to software.

In plain words
What is it for?
Use it for tasks such as inspecting the desktop, finding an element by name or identifier, or examining the currently focused control.
Why use it?
It provides the expected commands and terminology for checking live desktop interfaces consistently.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Install

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.

agentmods
npx agentmods add agents/trsdn/mcp-server-uiautomation/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/trsdn/mcp-server-uiautomation

Made for: Claude Code.

Wrote 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.

agentmods badge for copilot-instructions

README.md
[![agentmods](https://agentmods.dev/badge/agents/trsdn/mcp-server-uiautomation/copilot-instructions.svg)](https://agentmods.dev/agents/trsdn/mcp-server-uiautomation/copilot-instructions)
Your own site
<a href="https://agentmods.dev/agents/trsdn/mcp-server-uiautomation/copilot-instructions"><img src="https://agentmods.dev/badge/agents/trsdn/mcp-server-uiautomation/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 160 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00160
Opus 5 $0.00000 $0.00080
Sonnet 5 $0.00000 $0.00032
Haiku 4.5 $0.00000 $0.00016

Measured 6d ago against content hash f505ae51e60d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

copilot-instructions 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 6d 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.

.github/agents/copilot-instructions.md · 26 lines

What it actually says

UIAutomationMcp Quick Reference

Use this repository for Windows UI Automation tasks against live desktop UI.

Use UIAutomationMcp when the user wants to

  • inspect the desktop root
  • inspect the focused element
  • resolve an element from a window handle
  • search for UI elements by name, class name, or automation id

Main commands

uiamcp desktop
uiamcp focused
uiamcp snapshot
uiamcp find-name "Calculator"
uiamcp find-class "Notepad"
uiamcp find-automation-id "SearchBox"

Repository expectations

  • Windows-only
  • keep CLI, MCP server, and VS Code extension consistent
  • keep repo language aligned with UI Automation, not legacy pre-migration product wording
Changes

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.

  1. 6d ago First seen · 26 lines · 0 tokens per session scan A f505ae51e60d

Subscribe to this mod's changes

copilot-instructions is an agent published in the GitHub repository trsdn/mcp-server-uiautomation (2 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 160 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-31.

Related

Other agents, from other repositories

scraper-agent

Web research and data extraction agent. Scrapes websites, handles pagination, extracts structured data, normalizes into clean formats. Use when extracting data from websites, researching information, crawling pages, or collecting structured data.

manushi4/Screenhand · 46 tokens

playwright-test-generator

Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.

microsoft/playwright · 151 tokens

fixer

Implements minimal, correct code changes targeting the objective. Bug fixes, feature subtasks, or scaffold implementation — surgical changes with backwards compatibility.

asysta-act/agent-flow · 31 tokens

finding-verifier

Reverse auditor. Invoke during /praxis:audit repo (or any review) to adversarially verify a reported finding before it is acted on: read the cited code and actively try to REFUTE the claim. Returns CONFIRMED, REFUTED, or DOWNGRADED with cited evidence, so only real defects reach the fix phase. Read-only.

Ohswedd/praxis · 77 tokens

claudemd-verifier

CLAUDE.md regression verifier. Invoke before writing any change to a CLAUDE.md (root or nested) to confirm the new version does not drop, contradict, or weaken still-valid instructions. Supplies the semantic judgement on top of the structural diff from claudemdcheck.py. Read-only.

Ohswedd/praxis · 66 tokens

gan-evaluator

GAN Harness — Evaluator agent. Tests the live running application via Playwright, scores against rubric, and provides actionable feedback to the Generator.

DekaPrayoga/AurixAgent · 32 tokens