What problem does it solve? Running Python code for data processing, web scraping, or media manipulation requires local environment setup, dependency management, and security isolation. This Skill executes Python code in a sandboxed environment via inference.sh with 100+ pre-installed libraries, removing setup overhead. ## Core Features & Use Cases - Sandboxed Execution: Run Python 3.10 code in an isolated subprocess with configurable timeout (1-300 seconds) and memory (8GB or 16GB). - Rich Library Stack: Pre-installed NumPy, Pandas, Matplotlib, Selenium, Playwright, MoviePy, Pillow, OpenCV, trimesh, and more for data, web, image, video, and 3D tasks. - Automatic File Output: Files saved to the outputs/ directory are automatically detected and returned, including charts, CSVs, videos, and 3D models. - Use Case: Scrape a website with requests and BeautifulSoup, analyze the data with Pandas, generate a Matplotlib chart, and receive the PNG output in a single run. ## Quick Start Ask the AI to run a Python script that fetches data from an API and saves a chart to the outputs folder using the python-executor skill.