← ClaudeAtlas

python-executorlisted

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
aiskillstore/marketplace · ★ 329 · AI & Automation · score 82
Install: claude install-skill aiskillstore/marketplace
# Python Code Executor Execute Python code in a safe, sandboxed environment with 100+ pre-installed libraries. ## Quick Start ```bash curl -fsSL https://cli.inference.sh | sh && infsh login # Run Python code infsh app run infsh/python-executor --input '{ "code": "import pandas as pd\nprint(pd.__version__)" }' ``` ## App Details | Property | Value | |----------|-------| | App ID | `infsh/python-executor` | | Environment | Python 3.10, CPU-only | | RAM | 8GB (default) / 16GB (high_memory) | | Timeout | 1-300 seconds (default: 30) | ## Input Schema ```json { "code": "print('Hello World!')", "timeout": 30, "capture_output": true, "working_dir": null } ``` ## Pre-installed Libraries ### Web Scraping & HTTP - `requests`, `httpx`, `aiohttp` - HTTP clients - `beautifulsoup4`, `lxml` - HTML/XML parsing - `selenium`, `playwright` - Browser automation - `scrapy` - Web scraping framework ### Data Processing - `numpy`, `pandas`, `scipy` - Numerical computing - `matplotlib`, `seaborn`, `plotly` - Visualization ### Image Processing - `pillow`, `opencv-python-headless` - Image manipulation - `scikit-image`, `imageio` - Image algorithms ### Video & Audio - `moviepy` - Video editing - `av` (PyAV), `ffmpeg-python` - Video processing - `pydub` - Audio manipulation ### 3D Processing - `trimesh`, `open3d` - 3D mesh processing - `numpy-stl`, `meshio`, `pyvista` - 3D file formats ### Documents & Graphics - `svgwrite`, `cairosvg` - SVG creation - `reportlab`, `pypdf2` - PDF g