devbox

Automate per-user Linux development tasks in a network-enabled container.

10|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/istota-project/istota --skill devbox-istota-project
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devbox
Source: https://github.com/istota-project/istota/tree/main/src/istota/skills/devbox
Command: npx skills add https://github.com/istota-project/istota --skill devbox-istota-project

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Persistent per-user Linux container with pre-installed dev tools and network access to run tasks that cannot be performed inside the main sandbox.

Core Features & Use Cases

  • Per-user, persistent Linux container for development, testing, and network-enabled tasks.
  • Run arbitrary commands, install packages, compile code, and perform network diagnostics without affecting the host or Nextcloud.
  • Copy files in/out between the host and container to support workflows like building artifacts and retrieving results.

Quick Start

Start the devbox and run a network diagnostic to verify connectivity.

Frequently Asked Questions about devbox

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

FAQPage Schema
How do I run network diagnostics and compile code isolated from my host environment?

To run network diagnostics and compile code isolated from your host, use a per-user persistent Linux container with preinstalled dev tools and direct network access. This sandbox prevents host or Nextcloud interference during development workflows.

What is a per-user devbox used for in Linux development?

A per-user devbox is a persistent Linux container used for isolated development, testing, and network-enabled tasks. It allows you to install packages, compile code, and run diagnostics without affecting the host environment.

Can I copy files between my host and a Linux sandbox container?

Yes, you can copy files in and out between the host and the Linux sandbox container. This supports workflows like building artifacts inside the container and retrieving the results to your host environment.

Does the devbox container require preinstalled dev tools to function?

Yes, the devbox container requires preinstalled dev tools and a per-user container setup. It uses the devbox CLI to execute commands, copy files, inspect state, and manage the container lifecycle.

How do I install packages without affecting my host or Nextcloud setup?

You can install packages without affecting your host or Nextcloud by executing commands inside a persistent, isolated Linux container. The container provides direct network access to fetch and install required dependencies safely.

When should I not use a persistent container for development tasks?

You should not use a persistent container for development tasks if your workflow does not require isolation from the host, direct network access, or preinstalled dev tools. It is specifically designed for network-enabled tasks that cannot run inside the main sandbox.