appendix-gui-agents

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

A guide to building AI agents that use screenshots and other visual inputs to operate websites, desktop software, or physical environments like a person.

In plain words
What is it for?
Use it to design browser automation, desktop automation, click-and-type workflows, and agents that interact with screens, cameras, microphones, or physical sensors.
Why use it?
It helps when a system has no usable API, or when one workflow must cross several applications with different interfaces.

Skill for Claude CodeCodex

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

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/hajekim/agentic-design-patterns-extension/appendix-gui-agents
Any agent
npx skills add hajekim/agentic-design-patterns-extension --skill appendix-gui-agents
Clone the repo
git clone --depth 1 https://github.com/hajekim/agentic-design-patterns-extension

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-extension/appendix-gui-agents.svg)](https://agentmods.dev/skills/hajekim/agentic-design-patterns-extension/appendix-gui-agents)
Your own site
<a href="https://agentmods.dev/skills/hajekim/agentic-design-patterns-extension/appendix-gui-agents"><img src="https://agentmods.dev/badge/skills/hajekim/agentic-design-patterns-extension/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,495 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod 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.03495
Opus 5 $0.00211 $0.01747
Sonnet 5 $0.00084 $0.00699
Haiku 4.5 $0.00042 $0.00349

Measured 5d ago against content hash dced02785908, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, 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 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.

Origin

This is a copy

100% identical to appendix-gui-agents — 3 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

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

How it starts

The opening of the file, as written. The whole thing — 340 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 · 340 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. 5d ago First seen · 340 lines · 422 tokens per session scan A dced02785908

Subscribe to this mod's changes

appendix-gui-agents is a skill published in the GitHub repository hajekim/agentic-design-patterns-extension (1 stars, last pushed 5mo ago), licensed MIT. It adds 422 tokens to every session and 3,495 once invoked, about $0.0021 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to appendix-gui-agents, differing in 3 lines, and is treated as a copy.