What problem does it solve? Running Python code for data processing, web scraping, or media manipulation normally requires local environment setup, dependency management, and security concerns. This Skill executes Python code in a safe, sandboxed cloud environment with over 100 pre-installed libraries, eliminating setup friction. ## Core Features & Use Cases - Sandboxed Code Execution: Run arbitrary Python 3.10 code in an isolated subprocess with configurable timeout (1-300 seconds) and memory (8GB or 16GB). - Rich Library Ecosystem: Pre-installed packages include pandas, NumPy, Matplotlib, Selenium, Playwright, MoviePy, Pillow, OpenCV, trimesh, and ReportLab. - Automatic File Output: Files saved to the outputs/ directory (charts, CSVs, videos, 3D models, PDFs) are automatically detected and returned. - Use Case: Scrape a website with BeautifulSoup, analyze the data with pandas, generate a Matplotlib chart, and receive the PNG file back—all in one request. ## Quick Start Run my Python script that fetches data from an API and saves a pandas DataFrame as a CSV file using the python-executor skill.