Agent skill
agentuity-cli-cloud-sandbox-snapshot-get
Get snapshot details. Requires authentication. Use for Agentuity cloud platform operations
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-idor default org)
Usage
agentuity cloud sandbox snapshot get <snapshotId>
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
<snapshotId> |
string | Yes | - |
Examples
Get details for a snapshot:
bunx @agentuity/cli cloud sandbox snapshot get snp_abc123
Output
Returns JSON object:
{
"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) |
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?