Claude-skill-registry agentuity-cli-cloud-sandbox-snapshot-list
List snapshots. Requires authentication. Use for Agentuity cloud platform operations
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/agentuity-cli-cloud-sandbox-snapshot-list" ~/.claude/skills/majiayu000-claude-skill-registry-agentuity-cli-cloud-sandbox-snapshot-list && rm -rf "$T"
manifest:
skills/data/agentuity-cli-cloud-sandbox-snapshot-list/SKILL.mdsource content
Cloud Sandbox Snapshot List
List snapshots
Prerequisites
- Authenticated with
agentuity auth login - Organization context required (
or default org)--org-id
Usage
agentuity cloud sandbox snapshot list [options]
Options
| Option | Type | Required | Default | Description |
|---|---|---|---|---|
| string | Yes | - | Filter by sandbox ID |
| number | Yes | - | Maximum number of results |
| number | Yes | - | Offset for pagination |
Examples
List all snapshots:
bunx @agentuity/cli cloud sandbox snapshot list
List snapshots for a specific sandbox:
bunx @agentuity/cli cloud sandbox snapshot list --sandbox sbx_abc123
Output
Returns JSON object:
{ "snapshots": "array", "total": "number" }
| Field | Type | Description |
|---|---|---|
| array | List of snapshots |
| number | Total number of snapshots |