A collection of Agent Skills for the Lybic cloud sandbox platform.
Lybic (/ˈlaɪbik/) is a powerful cloud-based AI infrastructure platform that provides on-demand sandboxes specifically designed for GUI agent development and execution. It supports Windows, Linux, and Android sandboxes with full GUI interaction capabilities.
# Install Lybic Python SDK
pip install lybic
# Set credentials
export LYBIC_ORG_ID="your_org_id"
export LYBIC_API_KEY="your_api_key"
# Try an example
cd lybic-skill/examples
python 01_execute_code.py📖 Read the Getting Started Guide →
The main skill that enables AI agents to interact with Lybic cloud sandboxes through the Python SDK.
Capabilities:
- ✅ Create and manage cloud sandboxes (Windows/Linux/Android)
- ✅ Execute GUI actions (mouse, keyboard, touch operations)
- ✅ Run code and commands in sandboxes (Python, Node.js, Go, Rust, Java)
- ✅ Transfer files to/from sandboxes
- ✅ Take screenshots and monitor sandbox state
- ✅ Manage HTTP port mappings for web services
Documentation:
- README - User guide and examples
- SKILL.md - AI agent instructions
- QUICKREF.md - Quick reference
- Examples - Working code samples
- Getting Started - 5-minute quickstart guide
- Contributing - How to contribute
- Summary - Repository overview
This skill is perfect for:
- 🖥️ GUI automation (desktop and mobile apps)
- 🧪 Testing in isolated environments
- 🤖 AI agent development
- 📊 Data processing in cloud sandboxes
- 🌐 Web service testing
- 📱 Android app automation
MIT - see LICENSE file for details
Made for AI agents and human developers 🤖 + 👨💻