appendix-gui-agents

appendix-gui-agents is a skill for Claude Code, Codex from hajekim/agentic-design-patterns-skills. It costs 422 tokens per session (3,494 once invoked), scanned A, original, MIT.

A guide for building agents that can see and operate graphical interfaces, such as websites or desktop apps, by reading screens and using clicks, typing, and scrolling. It also covers interaction with cameras, microphones, and physical sensors.

In plain words
What is it for?
Use it to plan browser automation, desktop automation, computer-use agents, and other visual agents.
Why use it?
It helps when a system has no usable programming interface, or when one workflow spans several applications.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to plan browser automation, desktop automation, computer-use agents, and other visual agents.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hajekim/agentic-design-patterns-skills/appendix-gui-agents
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.

Any agent
npx skills add hajekim/agentic-design-patterns-skills --skill appendix-gui-agents
Clone the repo
git clone --depth 1 https://github.com/hajekim/agentic-design-patterns-skills

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 appendix-gui-agents

README.md
[![agentmods](https://agentmods.dev/badge/skills/hajekim/agentic-design-patterns-skills/appendix-gui-agents.svg)](https://agentmods.dev/skills/hajekim/agentic-design-patterns-skills/appendix-gui-agents)
Your own site
<a href="https://agentmods.dev/skills/hajekim/agentic-design-patterns-skills/appendix-gui-agents"><img src="https://agentmods.dev/badge/skills/hajekim/agentic-design-patterns-skills/appendix-gui-agents.svg" alt="Measured on agentmods" height="20"></a>
Per session 422 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,494 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00422 $0.03494
Opus 5 $0.00211 $0.01747
Sonnet 5 $0.00084 $0.00699
Haiku 4.5 $0.00042 $0.00349

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

Security

Grade A, and why

appendix-gui-agents 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 8d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

skills/appendix-gui-agents/SKILL.md · 339 lines

How it starts

The opening of the file, as written. The whole thing — 339 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Appendix B - AI Agentic Interactions: From GUI to Real World

Overview

GUI and Real-World Interaction enables agents to transcend API-based automation and interact directly with graphical user interfaces and physical environments — just as humans do. This represents a fundamental shift: instead of requiring specialized API access for every system, agents can use the visual "front door" of any software, making them universally adaptable.

This pattern is powered by Agent-Computer Interfaces (ACIs) — the layer that allows AI to perceive visual elements (screenshots), reason about them (what is this button?), and act on them (click, type, scroll). Beyond digital interfaces, real-world agents extend to cameras, microphones, and physical sensor inputs.

Core Principle: Any software a human can use visually, an agent with computer use capabilities can operate — without requiring API access or custom integrations.

When This Skill Applies

Activate this pattern when:

  • The target system has no API but has a visual interface (legacy software, web apps)
  • Automating complex workflows that span multiple applications
  • Building agents that must operate like a human user (form filling, navigation, data extraction from GUIs)
  • Integrating with systems where API access is unavailable or too restrictive
  • Building multimodal agents that respond to visual + voice + text inputs simultaneously
  • Prototyping new workflows that will later be formalized with APIs

Rule of thumb: If a human can do it by looking at a screen and clicking, a GUI agent can automate it — but expect higher latency and error rates than API-based automation.

Agent-Computer Interface (ACI) Architecture

┌─────────────────────────────────────────────┐
│           ACI Processing Pipeline            │
│                                             │
│  1. Visual Perception                       │
│     └── Screenshot capture                 │
│                                             │
│  2. GUI Element Recognition                 │
│     └── Identify buttons, fields, links     │
│                                             │
│  3. Contextual Interpretation               │
│     └── LLM: "magnifying glass = search"   │
│                                             │
│  4. Dynamic Action & Response               │
│     └── Click, type, scroll, drag           │
│                                             │
│  5. Feedback Monitoring                     │
│     └── New screenshot → verify action     │
└─────────────────────────────────────────────┘

Read the full file on GitHub · 339 lines

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. 8d ago First seen · 339 lines · 422 tokens per session scan A d5cdec8fed22

Subscribe to this mod's changes

appendix-gui-agents is a skill published in the GitHub repository hajekim/agentic-design-patterns-skills (4 stars, last pushed 5mo ago), licensed MIT. It adds 422 tokens to every session and 3,494 once invoked, about $0.0021 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