Agent skill

agentuity-cli-cloud-sandbox-snapshot-get

Get snapshot details. Requires authentication. Use for Agentuity cloud platform operations

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/agentuity-cli-cloud-sandbox-snapshot-get

Metadata

Additional technical details for this skill

tags
slow requires-auth
command
agentuity cloud sandbox snapshot get

SKILL.md

Cloud Sandbox Snapshot Get

Get snapshot details

Prerequisites

  • Authenticated with agentuity auth login
  • Organization context required (--org-id or default org)

Usage

bash
agentuity cloud sandbox snapshot get <snapshotId>

Arguments

Argument Type Required Description
<snapshotId> string Yes -

Examples

Get details for a snapshot:

bash
bunx @agentuity/cli cloud sandbox snapshot get snp_abc123

Output

Returns JSON object:

json
{
  "snapshotId": "string",
  "tag": "unknown",
  "sizeBytes": "number",
  "fileCount": "number",
  "parentSnapshotId": "unknown",
  "createdAt": "string",
  "downloadUrl": "string",
  "files": "array",
  "sandboxes": "array"
}
Field Type Description
snapshotId string Snapshot ID
tag unknown Snapshot tag
sizeBytes number Snapshot size in bytes
fileCount number Number of files
parentSnapshotId unknown Parent snapshot ID
createdAt string Creation timestamp
downloadUrl string Presigned download URL
files array Files in snapshot
sandboxes array Attached sandboxes (idle or running)

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results