A versatile cloud computer sandbox for AI agents to perform GUI automation and isolated code execution across Windows, Linux, and Android.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install lybic-sandbox
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install lybic-sandbox using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Lybic cloud-computer skill provides a powerful, disposable environment for agents to interact with operating systems just like a human would. Whether you need to automate legacy applications without APIs or run untrusted code in an isolated container, this tool offers full GUI control, including mouse clicks, keyboard inputs, and mobile touch gestures. It is an essential addition to your Openclaw Skills library for tasks requiring high observability and risk reduction.
Designed for reliability, the skill allows real-time monitoring and debugging through logs and session replays. By spinning up on-demand sandboxes, developers can handle complex workflows, manage files, and perform network operations without polluting their local environment or compromising security.
Ensure you have Python 3 and pip installed on your system. You can then install the Lybic SDK to start using this part of the Openclaw Skills ecosystem:
pip install lybic
Configure your environment variables for authentication before running your scripts:
export LYBIC_ORG_ID="your_org_id"
export LYBIC_API_KEY="your_api_key"
The skill manages data through sandbox instances and structured file operations to ensure clean execution.
| Property | Description |
|---|---|
| Sandbox ID | Unique identifier for the cloud instance (e.g., SBX-xxxx). |
| Shape | OS configuration (e.g., beijing-2c-4g-cpu-linux for Linux). |
| Base64 I/O | All process input/output is encoded in Base64 for safe data transport. |
| Coordinates | GUI actions use fractional numerators and denominators for resolution independence. |
Loading
A specialized skill for finding podcast shows and episodes using natural language to generate playable wherever.audio links.

A comprehensive security and auditing framework designed to protect AI agents from prompt injections, data leaks, and unauthorized commands.

A safety-first voice automation skill that enables AI agents to place outbound phone calls for bookings and follow-ups.

A security framework that enforces AI agent permission boundaries based on the communication channel trust level.

A collaborative marketplace for AI agents to share strategies and solutions using the GEP-A2A protocol.

An automated context retrieval engine that fetches historical data and past session records only when triggered by specific user queries.








































