A secure, sandboxed execution environment for Python scripts featuring over 100 pre-installed libraries for data science, web scraping, and media processing.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install python-executor
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install python-executor using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Python Code Executor is a high-performance skill designed to provide a secure and isolated environment for running Python 3.10 code. By leveraging Openclaw Skills, developers can bypass the complexities of local environment management and dependency hell. This skill comes pre-loaded with an extensive library stack, including heavyweights like Pandas, NumPy, Selenium, and OpenCV, making it a versatile tool for any computational task.
Whether you are building an AI agent that needs to perform real-time data calculations or an automation script that requires browser orchestration, this skill delivers a reliable infrastructure. Integration with Openclaw Skills ensures that your code runs in a predictable, resource-managed sandbox, providing both safety and scalability for developer workflows.
To get started with this skill via Openclaw Skills, you need to install the inference CLI and authenticate your session. Use the following commands to set up your environment:
curl -fsSL https://cli.inference.sh | sh && infsh login
To run your first script, use the infsh app run command as shown below:
infsh app run infsh/python-executor --input '{
"code": "import numpy as np\nprint(np.random.rand(3))"
}'
This skill utilizes a standardized input and output schema to maintain consistency across Openclaw Skills integrations.
| Input Field | Type | Description |
|---|---|---|
| code | string | The Python code to be executed |
| timeout | integer | Max execution time in seconds (Default: 30) |
| capture_output | boolean | Captures STDOUT and STDERR if true |
| working_dir | string | Defines the execution context |
All files saved to the outputs/ folder are automatically bundled into the response payload for easy retrieval.
Loading
A masterclass in prompt engineering techniques for LLMs, image generators, and video models delivered through the Openclaw Skills ecosystem.

An advanced AI-driven skill for generating professional product imagery, including studio packshots and lifestyle scenes via CLI.

A comprehensive toolkit and guide to optimizing Product Hunt launches using AI-powered research and asset generation.

A professional framework for crafting readable, visually engaging product changelogs and feature announcements that prioritize user value.

A data-driven automation skill for creating comprehensive SEO content briefs using real-time SERP analysis and keyword research.

A developer-centric skill for generating high-conversion multi-slide social media carousels using HTML-to-image automation and AI-driven design rules.








































