# Python Executor > Execute Python code in a safe sandboxed environment via [inference.sh](https://inference.sh). Pre-installed: NumPy, Pandas, Matplotlib, requests, BeautifulSoup, Selenium, Playwright, MoviePy, Pillow, OpenCV, trimesh, and 100+ more libraries. Use for: data processing, web scraping, image manipulation, video creation, 3D model processing, PDF generation, API calls, automation scripts. Triggers: python, execute code, run script, web scraping, data analysis, image processing, video editing, 3D models, automation, pandas, matplotlib Source: https://skillsagentes.com/skills/skills-101/superpowers/python-executor Repository: https://github.com/skills-101/superpowers Author: skills-101 License: not specified Updated: hace 3 meses Context cost: 133 tok installed, 1.5k tok once triggered, 1.5k tok with every bundled file Bundle: 1 file, 6 KB Permissions requested: bash(belt *) ## Install ```bash npx -y skills add skills-101/superpowers --skill python-executor --agent claude-code ``` ## What it does - Ejecuta código Python en un entorno aislado (sandbox) mediante el CLI `belt` de inference.sh - Da acceso a 100+ librerías preinstaladas: NumPy, Pandas, Matplotlib, requests, BeautifulSoup, Selenium, Playwright, MoviePy, Pillow, OpenCV, trimesh, etc. - Devuelve automáticamente los archivos guardados en la carpeta `outputs/` - Permite ajustar timeout (1-300s) y variante de memoria (8GB por defecto o 16GB con `@high_memory`) ## Use it when - Necesitas hacer web scraping, procesar datos, manipular imágenes, crear videos, procesar modelos 3D, generar PDFs o llamar APIs - Quieres correr scripts de automatización en Python sin instalar dependencias localmente - Trabajas con datasets grandes y necesitas la variante de alta memoria ## Don't bother when - Necesitas GPU o librerías de ML (usa apps de IA dedicadas en su lugar) ## What triggers it - "Ejecuta este script de Python que hace scraping de una web" - "Genera un gráfico con Pandas y Matplotlib y guárdalo como imagen" - "Crea un video con MoviePy a partir de este código Python" - "Procesa este modelo 3D con trimesh y expórtalo como STL" ## Before you install - Requiere el CLI de inference.sh (`belt`) instalado y haber ejecutado `belt login`. - Needs on PATH: npx ## Files - SKILL.md — 6 KB ## SKILL.md Not reproduced here. Read it at https://github.com/skills-101/superpowers/blob/main/tools/utilities/python-executor/SKILL.md --- Skills Agentes — https://skillsagentes.com/skills/skills-101/superpowers/python-executor