bigmac-e2b

Create and manage BIGMAC E2B sandboxes for code execution and browser automation.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/ammonfife/sakima.co --skill bigmac-e2b
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bigmac-e2b
Source: https://github.com/ammonfife/sakima.co/tree/main/.claude/skills/bigmac-e2b
Command: npx skills add https://github.com/ammonfife/sakima.co --skill bigmac-e2b

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires e2b-cli, playwright, selenium, chromium, chromedriver, and includes scripts (resource) and references (resource) and assets (resource) components.

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.

Frequently Asked Questions about bigmac-e2b

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run Python scripts in an isolated sandbox environment?

To run Python scripts in an isolated sandbox, this Skill creates a BIGMAC E2B sandbox where you can execute code in a clean Linux environment, protecting your main system from potential issues before releasing the sandbox when done.

Can I automate browser tasks using Playwright and Selenium in a sandbox?

Yes, you can automate browser tasks using Playwright and Selenium. This Skill supports headless browser automation within BIGMAC E2B sandboxes, making it suitable for web testing and scraping in an isolated environment.

How do I access a full desktop environment with VNC for UI testing?

You can access a full desktop environment with VNC by spinning up a BIGMAC E2B sandbox. This provides full Chrome and VNC sessions, enabling visual UI testing and desktop control for your automation tasks.

Do I need to install e2b-cli and Chromium to use this browser automation Skill?

Yes, you need e2b-cli, playwright, selenium, chromium, and chromedriver installed. These dependencies are required for the Skill to handle browser automation and desktop control within the E2B sandboxes.

What is the best way to execute long-running tasks that require a real browser environment?

The best way to execute long-running browser tasks is to claim a BIGMAC E2B sandbox, run your code within the isolated environment, and release the sandbox upon completion, ensuring safe and efficient computational processing.