python-executor

Execute Python code in a secure, isolated sandbox with pre-installed libraries.

1|2|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/Danifelipaez/NeoCafeIA --skill python-executor-danifelipaez
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: python-executor
Source: https://github.com/Danifelipaez/NeoCafeIA/tree/main/.agents/skills/python-executor
Command: npx skills add https://github.com/Danifelipaez/NeoCafeIA --skill python-executor-danifelipaez

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the problem of safely executing Python code with a wide array of pre-installed libraries, allowing for complex tasks like web scraping, data processing, and image manipulation to be performed without the need for setup or installation.

Core Features & Use Cases

  • Sandboxed Execution: Code runs in a safe, isolated environment, preventing unauthorized access or system modifications.
  • Library Availability: Over 100 pre-installed libraries for tasks such as web scraping, data analysis, image and video processing, and more.
  • Use Case: For instance, you can use this Skill to scrape data from a website, analyze sales data, or create a video montage with minimal setup.

Quick Start

Run Python code using the python-executor skill. For example, to install a package and execute a script, you would use: infsh app run infsh/python-executor --input '{"code": "import pandas as pd\nprint(pd.__version__)", "timeout": 30}'

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 code for data analysis without installing libraries locally?

You can execute Python code for data analysis without local installations by running scripts in a secure, isolated sandbox that already has over 100 pre-installed libraries, including tools for data processing and web scraping.

Can I execute Python scripts for web scraping and image processing in an isolated environment?

Yes, you can execute Python scripts for web scraping and image processing in an isolated sandbox environment, which safely runs code and prevents unauthorized system modifications.

How do I run a Python script with a specific execution timeout?

To run a Python script with a specific execution timeout, pass the desired timeout parameter in the input JSON payload alongside your code string when triggering the execution command.

Does the sandboxed Python execution environment support automated tasks?

Yes, the sandboxed Python execution environment supports automated tasks and integration with other services through the inference.sh platform, allowing you to streamline repetitive workflows.

What are the limitations of running Python code in a secure sandbox?

The primary limitation of running Python code in a secure sandbox is that execution occurs in an isolated environment designed to prevent unauthorized access, meaning scripts cannot modify the underlying host system directly.