autoit-gui

autoit-gui is a skill for Claude Code, Codex from benina/autoit-mcp. It costs 224 tokens per session (1,273 once invoked), scanned A, original, no licence file.

A skill for automating Windows desktop applications with AutoIt, including opening apps, using controls, taking screenshots, and checking results.

In plain words
What is it for?
Use it to operate Windows menus and controls, capture the screen, and confirm results by checking files or other visible outcomes.
Why use it?
It helps verify that a desktop task really worked instead of stopping after clicks and typed input.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

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 skills/benina/autoit-mcp/autoit-gui
Any agent
npx skills add benina/autoit-mcp --skill autoit-gui
Clone the repo
git clone --depth 1 https://github.com/benina/autoit-mcp

Made for: Claude Code, Codex.

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 autoit-gui

README.md
[![agentmods](https://agentmods.dev/badge/skills/benina/autoit-mcp/autoit-gui.svg)](https://agentmods.dev/skills/benina/autoit-mcp/autoit-gui)
Your own site
<a href="https://agentmods.dev/skills/benina/autoit-mcp/autoit-gui"><img src="https://agentmods.dev/badge/skills/benina/autoit-mcp/autoit-gui.svg" alt="Measured on agentmods" height="20"></a>
Per session 224 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,273 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00224 $0.01273
Opus 5 $0.00112 $0.00636
Sonnet 5 $0.00045 $0.00255
Haiku 4.5 $0.00022 $0.00127

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

Security

Grade A, and why

autoit-gui 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 5d 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.

skill/autoit-gui/SKILL.md · 95 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 5d ago First seen · 95 lines · 224 tokens per session scan A 3f9f39223da2

Subscribe to this mod's changes

autoit-gui is a skill published in the GitHub repository benina/autoit-mcp (0 stars, last pushed 2mo ago), with no licence file. It adds 224 tokens to every session and 1,273 once invoked, about $0.0011 per session on Opus 5. 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 skills, from other repositories

windows-gui

Drive Windows desktop apps stably via the windows-gui MCP. Use this skill when the task requires interacting with a Windows desktop application through UI Automation, native dialogs, or other non-web GUI surfaces. The skill enforces UIA-first, verify-after-every-action, and OCR-only-as-last-resort behavior.

dcl632/windows-gui-mcp · 67 tokens

codexless-browser-repair

Diagnose and temporarily repair Codexless Browser compatibility after a Codex, Chrome Skill, or Browser runtime update when Codexless Browser stopped working. Use for current-version Codexless Browser compatibility drift, not ordinary website bugs, general Browser operation, Codexless install/update work, or long-term…

liyana31811/Codexless · 70 tokens

verify-frontend-change

Verify a frontend change actually works in the GSD Task Manager app before trusting it. Drives the running app browser-first — seeds IndexedDB, busts the PWA service-worker cache, then observes real behavior plus console/network errors — and codifies regression-worthy behavior as a Playwright spec. Use whenever you've…

vscarpenter/gsd-task-manager · 0 tokens

scrape-batch

Extract many known URLs in one polite, rate-limited pass. Use when the user hands over a list of links, a set of search hits to read in full, or asks to "scrape these pages" / "pull the content from all of them". Drives extract(action="batch"), which fans out with per-domain rate limiting and returns partial results…

n24q02m/wet-mcp · 84 tokens

tabnexus-mcp-evals

Generate, validate, and run isolated Codex-to-TabNexus MCP evaluations with a curated 600-query dataset, executable gold tool labels, safety checks, and best-of-three stability scoring. Use when testing TabNexus MCP tool coverage, Agent behavior, regression quality, destructive-action safety, prompt changes, or a…

KaichenCurry/TabNexus · 75 tokens

unbrowser

Cheap first-pass web discovery without launching Chrome — fetch SSR pages, run bounded JS, find routes/forms/API endpoints, extract structured data, and detect bot-wall or browser-only escalation points.

protostatis/unbrowser · 40 tokens