bohrium-sandbox

Create isolated virtual machines on Bohrium's cloud platform for script execution.

11|8|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/dptech-corp/bohrium-skills --skill bohrium-sandbox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bohrium-sandbox
Source: https://github.com/dptech-corp/bohrium-skills/tree/main/zh/bohrium-sandbox
Command: npx skills add https://github.com/dptech-corp/bohrium-skills --skill bohrium-sandbox

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires lbg, python3, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the need for a disposable, isolated environment where users can run shell and Python commands securely without affecting their main system.

Core Features & Use Cases

  • Sandbox Creation: Instantiate a temporary virtual machine with configurable hardware and software stacks.
  • Command Execution: Execute commands and scripts within the sandbox environment.
  • File Management: Upload and download files to and from the sandbox.
  • Use Case: Run code, perform data processing tasks, and utilize GPU resources for computational tasks without affecting the user's primary machine.

Quick Start

Use the bohrium-sandbox skill to create a new sandbox for running Python scripts.

Frequently Asked Questions about bohrium-sandbox

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

FAQPage Schema
How do I create an isolated sandbox VM for running Python scripts safely?

You create an isolated sandbox VM by instantiating a temporary virtual machine on the Bohrium cloud platform, enabling secure script execution without affecting your primary system.

What is a cloud sandbox used for in data processing and code testing?

A cloud sandbox is a disposable, isolated virtual machine used for short-term data processing and code testing, providing a controlled environment to run shell commands safely.

Do I need Python 3.10 and lbg CLI to use the Bohrium sandbox?

Yes, operating the Bohrium sandbox requires Python version 3.10 or higher and the lbg beta CLI to manage isolated virtual machines and execute commands on the cloud platform.

Can I upload and download files to a sandbox virtual machine?

Yes, you can upload and download files to and from the sandbox virtual machine, enabling seamless data transfer for data processing and experimentation tasks within the isolated environment.

What are the limitations of using a temporary sandbox for code execution?

The main limitation of a temporary sandbox is its short-term nature for experimentation and data processing, designed for disposable tasks rather than persistent long-term computing environments.