One-click install
npx skills add https://github.com/robertwaltos/openclaw --skill peekaboo-robertwaltos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: peekaboo
Source: https://github.com/robertwaltos/openclaw/tree/main/skills/peekaboo
Command: npx skills add https://github.com/robertwaltos/openclaw --skill peekaboo-robertwaltos

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates repetitive tasks on macOS by providing a powerful command-line interface to interact with the graphical user interface, making complex UI operations scriptable and efficient.

Core Features & Use Cases

  • UI Element Interaction: Click, type, drag, and scroll through UI elements identified by their properties.
  • Screen Capture & Analysis: Capture screenshots, record screen activity, and analyze UI layouts.
  • Application Control: Launch, quit, and manage applications and their windows.
  • Use Case: Automate the process of filling out a complex software installation wizard by scripting clicks, text inputs, and menu selections.

Quick Start

Use the peekaboo skill to capture a screenshot of the current window.

Frequently Asked Questions about peekaboo

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

FAQPage Schema
How do I automate macOS UI interactions from the command line?

You can automate macOS UI interactions from the command line using this skill to script clicks, text inputs, and menu selections. It identifies UI elements by their properties to simulate input and manage applications.

Can I script complex macOS GUI workflows like software installation wizards?

Yes, you can script complex macOS GUI workflows like software installation wizards. The skill automates the process by scripting sequential clicks, text inputs, and menu selections to navigate through the interface.

Do I need special permissions to run macOS UI automation scripts?

Yes, you need to grant Screen Recording and Accessibility permissions in your macOS system settings to run UI automation scripts. These permissions allow the command-line interface to capture screens and simulate input events.

How do I capture screenshots and analyze UI layouts on macOS?

You capture screenshots and analyze UI layouts on macOS by executing specific commands within the automation CLI. The skill supports capturing screen activity and inspecting UI elements to facilitate layout analysis.

What is the best way to manage application windows via macOS scripting?

The best way to manage application windows via macOS scripting is using a CLI that supports application control. This skill allows you to launch, quit, and manage applications and their windows directly from your automation workflows.

Why is my macOS automation script not clicking the correct UI element?

If your macOS automation script is not clicking the correct UI element, verify the element properties used for identification. The skill interacts with elements based on their specific properties, so inaccurate targeting will cause input simulation to fail.