.claude/skills/tracking-gpu-capacity/SKILL.md
Query GPU capacity across OCI, Azure, GCP, AWS, CoreWeave, and Forge via Navigator CLI. Lists reservations, clusters, GPU status, and availability by region. Use when checking GPU availability, viewing capacity reservations, monitoring cloud resources, or comparing capacity across providers.
npx skillsauth add Dbochman/dotfiles tracking-gpu-capacityInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Query GPU capacity across multiple cloud providers via navigator-cli - view reservations, clusters, GPU availability, and regional capacity.
# Check tool is available
navigator-cli --version
# Test API connectivity (no auth required for read operations)
navigator-cli gpu list --json
If command not found, build from source: cd ai-pim-utils && make build
Use this skill when users want to:
# All GPU configurations
navigator-cli gpu list --json
# Human-readable output
navigator-cli gpu list
# All OCI reservations
navigator-cli oci reservation list --json
# Filter by region
navigator-cli oci reservation list --region us-ashburn-1 --json
# Filter by tenant
navigator-cli oci reservation list --tenant nvidiangc --json
# Limit results
navigator-cli oci reservation list -l 20 --json
# All clusters
navigator-cli cluster list --json
# OCI-specific clusters
navigator-cli oci cluster list --json
# Azure subscriptions
navigator-cli azure subscription list --json
# Azure group quotas
navigator-cli azure group-quota list --json
# GCP projects
navigator-cli gcp project list --json
# GCP reservations
navigator-cli gcp reservation list --json
# GCP health status
navigator-cli gcp health --json
# AWS accounts
navigator-cli aws account list --json
# GPU status by region (DFW, LAS1, PDX, etc.)
navigator-cli coreweave gpu-status list --json
# Forge platform tenants
navigator-cli forge tenant list --json
# Get all reservations and cluster counts
echo "=== OCI Reservations ==="
navigator-cli oci reservation list --json | jq 'length'
echo "=== GCP Reservations ==="
navigator-cli gcp reservation list --json | jq '.data | length'
echo "=== Clusters ==="
navigator-cli cluster list --json | jq '.data | length'
Run navigator-cli --help for all commands. Run navigator-cli <provider> --help for provider-specific options.
Capacity Overview: Check GPU availability across all providers
navigator-cli gpu list for GPU typesRegional Deep Dive: Investigate specific region capacity
Provider Comparison: Compare capacity across CSPs
navigator-cli oci reservation list --json | jq '[.data[] | select(.instance_shape | contains("H100"))] | length'
navigator-cli oci reservation list --json | jq '.data | group_by(.region) | map({region: .[0].region, count: length})'
navigator-cli coreweave gpu-status list --json | jq '[.data[].region] | unique'
Command not found:
# Build from source
cd ai-pim-utils && make build
# Binary is in ./bin/navigator-cli
API errors:
--verbose for debug infoEmpty results:
JSON parsing:
--json for structured outputjq for filtering and transformationtools
Use exact configured Reolink cameras through the local Home Hub for availability and power status, fresh stills, visual commentary, protected Dylan/Julia/household sharing, and reversible spotlight control. Supports trusted owner tasks and explicitly scoped proactive automations; not for Nest or Ring cameras, arbitrary recipients, recordings, account changes, or raw camera APIs.
data-ai
Privately manage Dylan and Julia's household plant inventory and care history by physical location, bed, and exact Flower Cam view. Use for confirmed plant onboarding from camera conversations, camera- or bed-filtered inventory, record corrections, individual or whole-bed care, and private filtered exports. Pair with reolink-camera when an owner asks about plants visible in Flower Cam images.
testing
Inspect and control the physically secured Reachy Mini at Crosstown through ClawBody. Use for requests to check Reachy, look around, express an emotion, play any official emotion or dance preset, speak proactively, mute or unmute its microphone, stop movement, or describe what its camera sees.
tools
Handle Reachy/iMessage handoffs, selective durable memory, forgetting, and diagnostics; automatic context comes from the gateway plugin.