python-executor

Execute arbitrary Python code in a secure sandboxed environment.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/RomainGRAS42/Procedio-AI --skill python-executor-romaingras42
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: python-executor
Source: https://github.com/RomainGRAS42/Procedio-AI/tree/main/.agents/skills/python-executor
Command: npx skills add https://github.com/RomainGRAS42/Procedio-AI --skill python-executor-romaingras42

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a secure and efficient way to run Python code, complete with over 100 pre-installed libraries, without needing to set up a local development environment.

Core Features & Use Cases

  • Versatile Execution: Run scripts for data processing, web scraping, image manipulation, video creation, 3D model processing, PDF generation, and API calls.
  • Rich Library Support: Access to popular libraries like NumPy, Pandas, Matplotlib, BeautifulSoup, Selenium, Playwright, MoviePy, OpenCV, and Trimesh.
  • Use Case: Analyze a dataset using Pandas and visualize it with Matplotlib, saving the chart as a PNG image, all within a single execution.

Quick Start

Execute the provided Python code snippet using the python-executor skill.

Frequently Asked Questions about python-executor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run Python scripts for data analysis without setting up a local environment?

You can run Python scripts for data analysis directly in a secure, sandboxed environment with over 100 pre-installed libraries like Pandas and NumPy, eliminating the need for local setup.

Can I use Selenium and Playwright for web scraping in a sandboxed Python execution environment?

Yes, web scraping using Selenium and Playwright is fully supported within the sandboxed Python execution environment, allowing you to extract data without local browser installations.

Does this Python code execution environment support image and video manipulation?

The Python code execution environment supports image and video manipulation through pre-installed libraries such as OpenCV and MoviePy, enabling you to process and generate media files programmatically.

What is the best way to generate a PDF from a Python script securely?

The best way to generate a PDF securely is by executing your Python script in this sandboxed environment, which includes comprehensive library support for PDF generation and API interactions.

Are there configurable timeouts or memory limits when I execute Python code?

Yes, the Python code execution environment features configurable timeouts and options for increased memory, allowing you to safely run resource-intensive data processing and 3D model operations.

What Python version is used for executing code and processing 3D models?

The environment utilizes Python 3.10 to execute code and process 3D models using libraries like Trimesh, ensuring compatibility with modern scripting and data processing workflows.