python-executor

Installation
Summary

Execute arbitrary Python code in a sandboxed environment with 100+ pre-installed libraries.

  • Supports data processing (NumPy, Pandas, SciPy), web scraping (requests, BeautifulSoup, Selenium, Playwright), and image/video manipulation (Pillow, OpenCV, MoviePy)
  • Includes 3D model processing (trimesh, open3d), PDF generation (reportlab, pypdf2), and SVG creation (svgwrite, cairosvg)
  • Configurable timeout (1–300 seconds), output capture, and working directory; optional high-memory variant (16GB) for large datasets
  • Automatically returns files saved to outputs/ directory; non-interactive execution (use savefig() instead of show())
SKILL.md

Install the belt CLI skill: npx skills add belt-sh/cli

Python Code Executor

Execute Python code in a safe, sandboxed environment with 100+ pre-installed libraries.

Python Code Executor

Quick Start

Requires inference.sh CLI (belt). Install instructions

belt login
Related skills
Installs
GitHub Stars
500
First Seen