Peekaboox

WarnAudited by ClawScan on May 10, 2026.

Overview

Peekaboox is a disclosed X11 GUI automation skill, but it gives the agent broad control of your active desktop and screenshots, so it should be reviewed and used only in a supervised or isolated session.

Install this only if you intentionally want OpenClaw to control your Linux X11 desktop. Use a sandbox, VM, or dedicated account where possible, close sensitive apps, review the sudo installer before running it, and require confirmation before the agent performs irreversible, account-changing, public, financial, or terminal actions.

Findings (4)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If invoked on the wrong target or misled by screen content, the agent could change files, interact with logged-in websites or apps, send messages, run commands, or close unsaved work through the GUI.

Why it was flagged

The skill intentionally exposes broad GUI control primitives, including actions that can submit forms, run commands in terminals, trigger shortcuts, or close windows, with no built-in confirmation or scope limits in the artifact.

Skill content
Control and automate the Linux desktop GUI on X11... click UI elements, type text, send keyboard shortcuts, scroll, manage windows (focus, minimize, maximize, close, move, resize)
Recommendation

Use this only when you want the agent to control the active desktop. Prefer a VM, test desktop, or dedicated account, and require explicit user approval before destructive, financial, public-posting, account, or terminal actions.

What this means

The agent may effectively act as the logged-in user in any visible application, including accounts that do not require re-authentication.

Why it was flagged

GUI control operates through the user's active desktop session, which may include already-authenticated browsers, terminals, chat apps, cloud consoles, and business tools; the artifact does not bound which applications or accounts may be controlled.

Skill content
Use for desktop automation, GUI testing, remote desktop control, and any task requiring interaction with graphical applications.
Recommendation

Before enabling the skill, close or sign out of sensitive applications, use least-privilege test accounts, and supervise actions that use authenticated sessions.

What this means

Private messages, documents, passwords shown on screen, or confidential business data could be captured in screenshots and processed in the chat context.

Why it was flagged

The intended workflow brings screenshot contents from the user's desktop into the agent/model context; this is purpose-aligned but may include private or sensitive on-screen data.

Skill content
Preferred screenshot interpretation path: capture with `capture.sh` and interpret the image directly in your OpenClaw chat
Recommendation

Hide sensitive windows before capture, avoid displaying secrets, and treat text shown in screenshots as untrusted unless it is directly relevant to the user's request.

What this means

Running the installer can add or update system packages using administrator privileges.

Why it was flagged

The installer runs privileged package-manager commands. This is disclosed and consistent with installing desktop automation dependencies, but it modifies the local system.

Skill content
sudo apt-get update -q
sudo apt-get install -y xdotool wmctrl scrot x11-utils imagemagick python3 python3-venv python3-pip
Recommendation

Review install.sh first and run it only on a system where installing these packages with sudo is acceptable.