LightGUIAgent — Design skill for Claude Code
Lightweight GUI Automation Agent with Grid-Based Visual Grounding.
How to install LightGUIAgent
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open ReScienceLab/LightGUIAgent and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What LightGUIAgent does
Lightweight GUI Automation Agent with Grid-Based Visual Grounding.
Alternatives in Design
- Brand Guidelines — Apply Anthropic's official brand colors and typography to artifacts 94.1k ★
- Weather Orchestrator Command — Fetch the current temperature for Dubai, UAE and create a visual SVG weather card 20.2k ★
- NotebookLM Automation — Complete programmatic access to Google NotebookLM—including capabilities not exposed in the web UI 6.8k ★
README
LightGUIAgent
Lightweight GUI Automation Agent with Grid-Based Visual Grounding
**A lightweight GUI automation agent based on grid coordinate system and Claude Opus 4.5**
[](https://www.python.org/downloads/) [](https://github.com/astral-sh/uv) [](https://discord.gg/3BmDnDPcM6) [](#wechat-community) [](README_ZH.md)
**Core Innovation**: Divides the screen into a 10×20 grid (similar to chess notation), allowing the model to output "E5" instead of complex pixel coordinates.
Key Features
- Grid Coordinate System: 10×20 grid (A-J × 1-20) instead of pixel coordinates
- Claude Opus 4.5: State-of-the-art vision model for UI understanding
- Visual Context Memory: Includes previous step's marked screenshot for better decision-making
- Multilingual Support: Supports Chinese, English, and other languages with perfect input handling
- Fast: 5-8s per step (vs 24-30s with local models)
- Lightweight: 200MB RAM (vs 10GB for local models)
- Easy Deploy: No GPU needed, just Python + API key
Prerequisites
- Python 3.12+
- uv package manager
- Android device with USB debugging enabled
- ADB (Android Debug Bridge)
- Claude API key from Anthropic
Quick Start
1. Install Dependencies
# Clone the repository
git clone https://github.com/ReScienceLab/LightGUIAgent.git
cd LightGUIAgent
# Install dependencies (creates .venv automatically)
uv sync
# Or use the convenience command
make dev
2. Set Up API Key
# Set Anthropic API key
expo
Related Skills
Config Editor
Launch Claude Config Editor - visual GUI for editing ~/.claude/ settings
Nano Banana
Google Gemini image generation plugin. Text-to-image, text-guided image editing, style transfer, 4K output, se
Clui Cc
A lightweight, transparent desktop overlay for Claude Code on macOS. Clui CC wraps the Claude Code CLI in a fl
Telegram Assistant Skill
Claude Code skill for Telegram automation: digests, style extraction, channel posting
Kkagent
A lightweight Rust coding agent with a clean terminal UI — a fast, low-memory alternative to Claude Code, Code
Yara Code
Yara Code — a lightweight code editor for agent-driven development: a terminal UI and a GPU window that mirror
Related Agents
UI Polisher
Improves Heron's Svelte components for visual polish and consistency — 4/8 px grid, semantic tokens that work
Playwright Website Visual Tester
Use this agent when you need comprehensive visual testing of user flows, end-to-end testing with browser autom
QA Automation Engineer
Use this agent for establishing testing infrastructure, developing automated test strategies, and ensuring cod