A comprehensive Python SDK integration for provisioning, managing, and automating remote cloud desktops and sandboxed execution environments.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install orgo-desktop-control
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 orgo-desktop-control using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Orgo Desktop Control provides a robust interface for interacting with Orgo cloud computers, enabling developers to provision ephemeral environments with specific hardware configurations. This skill is a core part of the Openclaw Skills library, allowing agents to perform complex tasks like browser automation, UI testing, and remote shell execution without using local resources. By using the orgo_client SDK, it ensures secure and programmatic access to remote desktop environments, making it ideal for building sophisticated computer-use agents.
The skill handles the entire lifecycle of a cloud instance, from workspace creation and computer provisioning to execution and teardown. It provides high-level abstractions for mouse and keyboard events, file transfers, and even real-time desktop streaming. Integrating this into your workflow via Openclaw Skills ensures that your AI agents have the hands and eyes needed to operate in a full desktop environment safely.
To get started with this skill in the Openclaw Skills ecosystem, ensure you have the Python SDK installed and your API key configured:
pip install orgo-client
export ORGO_API_KEY='your_api_key_here'
Then, initialize the client in your code:
from orgo_client import OrgoClient
import os
client = OrgoClient(api_key=os.environ["ORGO_API_KEY"])
The skill organizes data around Workspaces and Computers, utilizing the following structure:
| Object | Key Attributes | Purpose |
|---|---|---|
| Workspace | id, name | Organizes multiple cloud instances for specific projects. |
| Computer | id, status, ram, cpu | Represents the virtual machine and its current state. |
| File Record | file_id, path, url | Tracks files uploaded to or exported from the remote machine. |
| UI Event | coordinates (x, y), key | Metadata for mouse clicks, drags, and keyboard inputs. |
| Screenshot | image_data (base64) | Visual representation of the remote desktop at a point in time. |
Loading
A fast and minimal CLI tool to manage emails via IMAP, SMTP, and Notmuch backends directly from your terminal.

A professional integration skill connecting OpenClaw to Aionis for advanced long-term memory, context-aware tool routing, and feedback-driven policy loops.

An advanced AI-powered web scraping framework designed to extract structured, clean data from complex websites and dynamic JavaScript-heavy environments.

A specialized toolset for running headful or headless Chrome on Linux servers using XVFB to enable seamless AI-driven browser automation.

A comprehensive multi-modal AI skill for generating and editing images, videos, icons, and audio through the Freepik API.

A high-end creative production orchestrator for generating images, videos, voiceovers, and music using multi-provider AI chains.








































