secure-python-code-sandbox

Official

Safely run Python code in a sandbox.

AuthorAgentPMT
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a secure, isolated environment for executing arbitrary Python code, preventing potential risks associated with running untrusted scripts directly on your system.

Core Features & Use Cases

  • Dynamic Code Execution: Run Python scripts for calculations, data manipulation, or API interactions.
  • Pre-installed Libraries: Includes popular libraries like requests, NumPy, and pandas.
  • Use Case: You need to quickly test a Python snippet that uses pandas to analyze a small dataset. Use this Skill to execute the code without needing to install pandas locally or worry about the script's impact on your system.

Quick Start

Use the secure-python-code-sandbox skill to execute the following Python code: import numpy as np; data = np.array([1, 2, 3]); print(np.mean(data)).

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: secure-python-code-sandbox
Download link: https://github.com/AgentPMT/agent-skills/archive/main.zip#secure-python-code-sandbox

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.