agentuity-cli-cloud-sandbox-exec | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / agentuity-cli-cloud-sandbox-ex...

agentuity-cli-cloud-sandbox-exec

maintained by agentuity

star 4 account_tree 1 verified_user MIT License
bolt View GitHub

name: agentuity-cli-cloud-sandbox-exec description: Execute a command in a running sandbox. Requires authentication. Use for Agentuity cloud platform operations version: "0.1.24" license: Apache-2.0 allowed-tools: "Bash(agentuity:*)" argument-hint: "<sandboxId> <command...>" metadata: command: "agentuity cloud sandbox exec" tags: "slow requires-auth"

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

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:

bunx @agentuity/cli cloud sandbox exec abc123 -- echo "hello"

Execute with timeout:

bunx @agentuity/cli cloud sandbox exec abc123 --timeout 5m -- bun run build

Output

Returns JSON object:

{
  "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

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 4
GitHub Forks 1
Created Jan 2026
Last Updated 5 months ago
tools tools system admin

Related Skills

docker-expert
chevron_right
caffeine
chevron_right
telnyx-network
chevron_right
discord-governance
chevron_right
plex

plex

openclaw
star 2.4k
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.