What problem does it solve?
This Skill allows you to execute code in isolated environments, automate browser tasks, and control desktop environments, providing a safe and efficient way to perform various computational tasks.
Core Features & Use Cases
- Isolated Code Execution: Run Python/shell code in a clean Linux environment, protecting your main system from potential issues.
- Browser Automation: Use Playwright and Selenium for headless browser automation, suitable for testing and scraping.
- Desktop Control: Access full Chrome + VNC sessions for visual UI testing and automation.
- Use Case: Imagine you need to run a long-running task that requires a real browser environment. Use this Skill to spin up a BIGMAC E2B sandbox, execute your code within it, and then release the sandbox when done.
Quick Start
Use the bigmac-e2b skill to claim a new sandbox and execute a Python script within it.