Drive a native macOS app via the cua-driver CLI (default) or MCP server — snapshot its AX tree, click/type/scroll by element_index, verify via re-snapshot. Use when the user (or an agent persona) asks to operate, drive, automate, or perform a GUI task in a real macOS application on the host.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add islee23520/lfg --skill cua-driver --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cua Driver?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/islee23520-cua-driver-lfg)More formats (shields.io, HTML) on the badges page.
---
name: cua-driver
description: Drive a native macOS app via the cua-driver CLI (default) or MCP server — snapshot its AX tree, click/type/scroll by element_index, verify via re-snapshot. Use when the user (or an agent persona) asks to operate, drive, automate, or perform a GUI task in a real macOS application on the host.
metadata:
provided-by: "@islee23520/lfg (Grok Build adapter)"
requires: "cua-driver CLI + daemon on the host (Accessibility + Screen Recording permissions)"
---
# cua-driver (Computer Use)
Bundled by LFG for Grok Build. See the full version under the materialized plugin or the host's cua-driver skill for the complete guide.
Core contract: always snapshot (get_window_state) before and after every action. Prefer element_index over raw pixels. Never foreground the target unless the user explicitly asked for frontmost state.
This skill lets Grok agents drive real desktop apps (creative tools, Finder, browsers in controlled ways, etc.) while the user continues working in their foreground editor.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...