computer-use

Automate native macOS GUI tasks with a screenshot, vision, and verification loop.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/mlamla123/openclaw-starter-kit --skill computer-use-mlamla123
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: computer-use
Source: https://github.com/mlamla123/openclaw-starter-kit/tree/main/skills/computer-use
Command: npx skills add https://github.com/mlamla123/openclaw-starter-kit --skill computer-use-mlamla123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate native macOS GUI tasks that would otherwise require repetitive manual clicks, keyboard input, and window management, reducing time and human error.

Core Features & Use Cases

  • Autonomous perception‑action loop: capture screenshots, reason with vision, and execute actions with verification to complete GUI tasks.
  • Focus-first reliability: always focus the target app before acting, and prefer keyboard input over mouse clicks for stability.
  • Safe automation with safeguards: display wake control, screenshot compression, and a max iteration limit to prevent endless loops.
  • Quick-start example: automate common macOS GUI flows like form filling, installer navigation, and System Settings tweaks.

Quick Start

Launch the computer-use skill to start a deterministic macOS GUI automation loop.

Frequently Asked Questions about computer-use

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate native macOS GUI tasks without manual clicking?▼

To automate native macOS GUI tasks, you can use a perception-action loop that captures screenshots, reasons with vision, and executes actions. This approach reduces repetitive manual clicks and keyboard input by autonomously navigating forms and System Settings.

Can I use GUI automation to navigate macOS installers and System Settings?▼

Yes, GUI automation can navigate macOS installers and System Settings by capturing screenshots and applying vision reasoning to execute actions. It focuses on the target app before acting and prefers keyboard input over mouse clicks for stability.

Does macOS GUI automation support web browser tasks?▼

No, macOS GUI automation explicitly excludes browser automation. It is designed specifically for native macOS applications such as completing forms, navigating installers, and adjusting System Settings.

How does the perception-action loop handle safety during automation?▼

The perception-action loop handles safety by including display wake control, screenshot compression, and a maximum iteration limit. These safeguards prevent endless loops and ensure reliable execution during native macOS GUI task automation.

What do I need to set up macOS scripting for native app automation?▼

To set up macOS scripting for native app automation, you need local tooling for screenshot capture, a vision reasoning loop, and verification steps. These components work together to autonomously execute and verify GUI actions.