python-executor

Execute Python scripts in a sandboxed environment with pre-installed libraries.

3|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/LNieto-V/agronexus_ai --skill python-executor-lnieto-v
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: python-executor
Source: https://github.com/LNieto-V/agronexus_ai/tree/main/.agents/skills/python-executor
Command: npx skills add https://github.com/LNieto-V/agronexus_ai --skill python-executor-lnieto-v

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires NumPy, Pandas, Matplotlib, requests, BeautifulSoup, Selenium, Playwright, MoviePy, Pillow, OpenCV, trimesh, and includes scripts (resource) components.

What problem does it solve?

This Skill enables users to run Python code safely, with a variety of pre-installed libraries, without installing them on their own systems.

Core Features & Use Cases

  • Code Execution: Execute Python scripts within a secure sandbox environment.
  • Library Access: Access over 100 libraries including NumPy, Pandas, Matplotlib, requests, BeautifulSoup, and more.
  • Use Case: Perform data processing, web scraping, image manipulation, and create videos or 3D models directly from the command line.

Quick Start

Use the python-executor skill to run the following Python script: 'import pandas as pd\nprint(pd.version)'

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 with pre-installed libraries without local setup?

You can execute Python code in a sandboxed environment with over 100 pre-installed libraries, bypassing local setup. This allows immediate script execution for data processing and web scraping tasks directly.

Can I use Pandas and NumPy for data processing in a sandboxed environment?

Yes, Pandas and NumPy are pre-installed for data processing in the sandboxed environment. You can directly import and use them to manipulate datasets within your Python scripts.

Does sandboxed Python execution support web scraping with BeautifulSoup and Selenium?

Yes, sandboxed Python execution supports web scraping by providing pre-installed access to BeautifulSoup, Selenium, and Playwright for extracting and automating web data.

What is the best way to execute Python code for image manipulation without installing OpenCV locally?

The best way to execute Python code for image manipulation without local installation is using a sandboxed environment. It includes OpenCV and Pillow pre-installed for immediate image processing tasks.

Are there limitations when running Python code that requires output redirection in a sandbox?

The sandboxed environment fully supports secure code execution and output redirection. However, limitations would stem from the specific constraints of the sandbox rather than the pre-installed libraries.