use-e2b

Automate browser and desktop tasks in real Linux runtime environments.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, xdotool, wmctrl, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill allows you to automate complex browser and desktop tasks that require a full Linux runtime or real browser environment beyond Claude Code's local environment.

Core Features & Use Cases

  • Browser Automation: Automate tasks like UI testing, scraping, and sign-in flows.
  • Desktop Testing: Supports testing Electron, Tauri prototypes, and more.
  • Long-running Workloads: Handles tasks that exceed local sandboxes, requiring a real X server or display.
  • Use Case: If you need to automate the setup and teardown of a desktop environment for testing, or if you need to perform a complex web scraping task that exceeds local resources, this Skill is ideal.

Quick Start

Create a desktop sandbox to automate tasks in Chrome using the use-e2b skill.

Frequently Asked Questions about use-e2b

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

FAQPage Schema
How do I automate browser tasks in a sandbox that requires a real Linux runtime?

Browser automation in a sandbox requires a full Linux runtime environment. This Skill uses Playwright to execute complex web scraping, UI testing, and sign-in flows within an isolated desktop environment.

Can I use Playwright for desktop testing of Electron and Tauri applications?

Playwright supports desktop testing when paired with a real Linux runtime. This Skill uses xdotool and wmctrl to automate desktop UI testing for Electron, Tauri prototypes, and other long-running workloads.

Do I need xdotool and wmctrl to run browser automation in a sandbox?

Yes, xdotool and wmctrl are required dependencies. They manage the X server and window controls needed to execute complex browser automation and desktop testing tasks within the sandbox.

What is the best way to handle long-running web scraping tasks that exceed local resources?

Handling long-running web scraping tasks that exceed local resources requires a dedicated desktop sandbox. This Skill provides a real browser and Linux runtime environment to process complex workloads.

Why does my local sandbox fail to execute complex browser sign-in flows?

Complex browser sign-in flows fail in local sandboxes due to missing display or X server support. This Skill solves the issue by providing a full Linux runtime with Playwright, xdotool, and wmctrl.