system-execution

Execute Python code and shell commands within a sandboxed environment.

2|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/zhangdahai112/LocalManus --skill system-execution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: system-execution
Source: https://github.com/zhangdahai112/LocalManus/tree/main/localmanus-backend/skills/system-execution
Command: npx skills add https://github.com/zhangdahai112/LocalManus --skill system-execution

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows for the safe execution of Python code and shell commands, enabling interaction with the underlying system without compromising security.

Core Features & Use Cases

  • Python Code Execution: Run Python scripts and snippets, with output captured via print().
  • Shell Command Execution: Execute system commands directly.
  • Use Case: You need to check the disk space on the server. Use this skill to run the df -h command. Or, you need to process a list of files with a Python script. Use this skill to execute your script.

Quick Start

Use the system-execution skill to run the python code print('Hello, world!').

Frequently Asked Questions about system-execution

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

FAQPage Schema
How do I execute shell commands safely without compromising system security?

To execute shell commands safely, this Skill runs them within a sandboxed environment, isolating system operations to prevent security compromises while capturing command output directly.

Can I run Python code and capture print() output for deterministic tasks?

Yes, you can run Python code and capture print() output. The Skill executes Python scripts and snippets securely, ensuring deterministic task results are reliably processed.

Does this Skill support executing system commands like df -h to check disk space?

Yes, this Skill supports executing system commands like df -h to check disk space. It directly processes shell commands within its sandboxed environment, returning the system operation output.

How do I process a list of files using a Python script in a sandbox?

You process files by using this Skill to execute your Python script in a sandbox. It handles code compilation and script execution safely, capturing the resulting output for your deterministic tasks.

What are the limitations of running system operations in a sandboxed environment?

The sandboxed environment limits direct host interaction to ensure secure system operations. While it supports code execution and shell commands, operations requiring unrestricted system access or persistent state changes may be constrained.

Do I need AgentScope execution tools to run code and commands securely?

Yes, integrating with AgentScope execution tools is required. This integration provides the reliable command and code processing framework necessary to execute Python and shell commands safely within the sandbox.