agentuity-cli-cloud-sandbox-run

Execute one-shot commands in isolated sandbox environments with resource limits.

1|Updated Nov 28, 2025
One-click install
npx skills add https://github.com/agentuity/discord-help-agent --skill agentuity-cli-cloud-sandbox-run
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentuity-cli-cloud-sandbox-run
Source: https://github.com/agentuity/discord-help-agent/tree/main/.agents/skills/agentuity-cli-cloud-sandbox-run
Command: npx skills add https://github.com/agentuity/discord-help-agent --skill agentuity-cli-cloud-sandbox-run

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill lets you execute a one-shot command inside a sandbox, providing isolated and reproducible environments for testing or automation.

Core Features & Use Cases

  • Sandbox execution: Create, run, and destroy sandbox instances for commands.
  • Resource limits: Specify memory, CPU, disk, and network options.
  • Output capture: Returns exit codes, duration, and output.

Quick Start

Run a command: bunx @agentuity/cli cloud sandbox run --memory 1Gi --cpu 1000m -- bun run index.ts