agentuity-cli-cloud-sandbox-exec
Execute a command in a running sandbox. Requires authentication. Use for Agentuity cloud platform operations
Best use case
agentuity-cli-cloud-sandbox-exec is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Execute a command in a running sandbox. Requires authentication. Use for Agentuity cloud platform operations
Teams using agentuity-cli-cloud-sandbox-exec should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/agentuity-cli-cloud-sandbox-exec/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How agentuity-cli-cloud-sandbox-exec Compares
| Feature / Agent | agentuity-cli-cloud-sandbox-exec | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Execute a command in a running sandbox. Requires authentication. Use for Agentuity cloud platform operations
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Cloud Sandbox Exec
Execute a command in a running sandbox
## Prerequisites
- Authenticated with `agentuity auth login`
- Organization context required (`--org-id` or default org)
## Usage
```bash
agentuity cloud sandbox exec <sandboxId> <command...> [options]
```
## Arguments
| Argument | Type | Required | Description |
|----------|------|----------|-------------|
| `<sandboxId>` | string | Yes | - |
| `<command...>` | array | Yes | - |
## Options
| Option | Type | Required | Default | Description |
|--------|------|----------|---------|-------------|
| `--timeout` | string | Yes | - | Execution timeout (e.g., "5m", "1h") |
| `--timestamps` | boolean | No | `false` | Include timestamps in output (default: false) |
## Examples
Execute a command in a sandbox:
```bash
bunx @agentuity/cli cloud sandbox exec abc123 -- echo "hello"
```
Execute with timeout:
```bash
bunx @agentuity/cli cloud sandbox exec abc123 --timeout 5m -- bun run build
```
## Output
Returns JSON object:
```json
{
"executionId": "string",
"status": "string",
"exitCode": "number",
"durationMs": "number",
"output": "string"
}
```
| Field | Type | Description |
|-------|------|-------------|
| `executionId` | string | Unique execution identifier |
| `status` | string | Execution status |
| `exitCode` | number | Exit code (if completed) |
| `durationMs` | number | Duration in milliseconds (if completed) |
| `output` | string | Combined stdout/stderr output |Related Skills
script-executor
Executes shell scripts in a safe environment.
sandboxes-js-sdk
Use the Koyeb Sandbox JS SDK (@koyeb/sandbox-sdk) to create and manage sandboxes programmatically from Node.js. Use when the user wants JavaScript/TypeScript sandbox automation.
sandbox
Execute commands in isolated sandboxes for security. Use when running untrusted code, system commands, or operations that could affect the host system. Automatically detects the right runtime (Python, Node, Rust, Go, Ruby, etc.) from the command.
moai-baas-cloudflare-ext
Enterprise Cloudflare Edge Platform with AI-powered edge computing architecture, Context7 integration, and intelligent global orchestration for scalable modern applications
managing-e2b-sandboxes
Manages E2B sandbox operations including code execution, debugging, and template building. Triggers when working/asking about sandboxes, code interpreters, or secure code execution environments.
hubble-cloud-api
This skill should be used when the user needs to integrate with Hubble Network Platform API for IoT device management, packet data retrieval, webhook configuration, metrics tracking, user management, or billing. Triggers include 'Hubble API', 'Hubble devices', 'Hubble packets', 'register IoT devices', 'configure webhooks for Hubble', 'Hubble Network integration', 'stream packet data'.
execute
Execute tasks with velocity and quality. Use when ready to implement after clarity and prioritization are complete. This is the fourth system in the 5-system framework.
cloudrun-development
CloudBase Run backend development rules (Function mode/Container mode). Use this skill when deploying backend services that require long connections, multi-language support, custom environments, or AI agent development.
cloudflare-workers-expert
Expert in Cloudflare Workers and the Edge Computing ecosystem. Covers Wrangler, KV, D1, Durable Objects, and R2 storage.
cloudflare-api-key-automation
Automate Cloudflare API tasks via Rube MCP (Composio). Always search tools first for current schemas.
cloudbase-platform
CloudBase platform knowledge and best practices. Use this skill for general CloudBase platform understanding, including storage, hosting, authentication, cloud functions, database permissions, and data models.
cloudbase-guidelines
Essential CloudBase (TCB, Tencent CloudBase, 云开发, 微信云开发) development guidelines. MUST read when working with CloudBase projects, developing web apps, mini programs, or backend services using CloudBase platform.