spawn-tenant

Provision and harden VMs, WSL instances, and cloud servers for AI agents.

2|Updated Jul 22, 2026
One-click install
npx skills add https://github.com/0xUrsanomics/utopia-os --skill spawn-tenant
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spawn-tenant
Source: https://github.com/0xUrsanomics/utopia-os/tree/main/skills/spawn-tenant
Command: npx skills add https://github.com/0xUrsanomics/utopia-os --skill spawn-tenant

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill solves the challenge of manually configuring new machine environments for AI agents, ensuring consistent security, toolchain availability, and operational reliability across a distributed fleet.

Core Features & Use Cases

  • Standardized Provisioning: Automates the setup of node, bun, claude CLI, and tmux with verified checksums.
  • Security Hardening: Implements strict isolation via user-level jails, permission baselines, and mandatory security gate checks.
  • Use Case: When deploying a new cloud VM or WSL instance for a fleet of agents, use this skill to ensure the host is hardened, the PATH is correctly configured for cron-based tasks, and the survival watchdog is active.

Quick Start

Use the spawn-tenant skill to provision a new host machine for agent deployment by following the security-first gate instructions.

Frequently Asked Questions about spawn-tenant

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

FAQPage Schema
How do I provision a secure cloud VM for AI agent execution?

Provisioning a secure cloud VM for AI agents requires hardening the host with user-level isolation, permission baselines, and verified toolchain checksums. This skill automates that security-first setup process.

What is the best way to automate host hardening for a distributed agent fleet?

Automating host hardening for a distributed agent fleet requires consistent security gates, PATH discipline for cron tasks, and survival watchdogs. This skill standardizes those mechanisms across new machines.

Can I use this provisioning process for WSL instances and cloud servers?

Yes, you can use this provisioning process for WSL instances and cloud servers. It applies to the setup of any new host environment requiring isolated user spaces and verified toolchains for agent execution.

How do I configure PATH discipline for cron-based tasks on a Linux agent host?

Configuring PATH discipline for cron-based tasks on a Linux agent host requires strict environment setup during initial provisioning. This skill ensures the host PATH is correctly configured for reliable cron task survival.

What security isolation measures are needed when deploying AI agents?

Security isolation measures for deploying AI agents include user-level jails, strict permission baselines, and mandatory security gate checks. This skill applies these measures to guarantee host-level isolation.

Why does my AI agent host lose its toolchain after a system reboot?

An AI agent host loses its toolchain after a reboot if it lacks a host-level survival watchdog and proper PATH configuration. This skill provisions survival mechanisms to maintain operational reliability across restarts.