spawn-agent-in-tenant

Deploy isolated Claude-Code agents with config directories and process supervision.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill solves the complexity of manually provisioning and maintaining isolated AI agent environments, preventing common failures like OAuth race conditions, path errors, and security misconfigurations.

Core Features & Use Cases

  • Tenant Isolation: Supports both OS-level user isolation and config-directory isolation to ensure agents remain secure and independent.
  • Stability Enforcement: Implements standardized launcher patterns, environment variable management, and process mutexes to ensure long-term uptime.
  • Use Case: When you need to deploy a new Claude-Code Telegram bot on an existing server, this skill ensures it is configured with the correct permissions, path exports, and security gates to run reliably without manual intervention.

Quick Start

Use the spawn-agent-in-tenant skill to initialize a new agent on the current host by following the security-first gate and launcher configuration steps.

Frequently Asked Questions about spawn-agent-in-tenant

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

FAQPage Schema
How do I deploy isolated Claude-Code agents on a single host without OAuth race conditions?

To deploy isolated Claude-Code agents, you automate secure provisioning by creating dedicated config directories, isolating environment variables, and enforcing process mutexes. This prevents authentication churn and ensures long-term uptime without manual intervention.

What is the best way to isolate AI agent environments for production deployment?

Isolating AI agent environments involves implementing both OS-level user isolation and config-directory isolation. This separation ensures agents remain secure and independent, preventing path errors and security misconfigurations during production deployment.

Do I need tmux and python3 to run isolated agent deployment scripts?

Yes, you need python3, bun, and tmux installed. Python3 and bun execute the deployment scripts, while tmux provides process supervision to ensure persistent, reliable agent operation within the host environment.

How do I configure a new Claude-Code Telegram bot on an existing server?

You configure a new Claude-Code Telegram bot by applying standardized launcher patterns and security-first gate steps. This manages permissions, path exports, and environment variables to run reliably without manual intervention.

Why does my AI agent deployment fail with authentication churn and system instability?

AI agent deployment fails with authentication churn due to OAuth race conditions and path errors. Implementing standardized launcher patterns, environment variable management, and process mutexes enforces stability and prevents these failures.

Can I use config-directory isolation instead of OS-level users for agent security?

Yes, you can use config-directory isolation as an alternative to OS-level user isolation. Both methods ensure agents remain secure and independent by managing dedicated directories and isolating environment variables.