What problem does it solve? Designing, provisioning, and auditing Nebius cloud infrastructure requires navigating many services (compute, storage, networking, IAM, Kubernetes) with strict safety rules around credentials, quotas, and mutations. This Skill provides vetted Python SDK patterns, read-only inspector scripts, and category references so infrastructure work follows official service contracts without unsafe writes or incomplete inventory claims. ## Core Features & Use Cases - Read-only infrastructure inspection: Six scripts/inspect_*.py commands report compute, Kubernetes, storage, VPC topology/routes, and quota state with a common {scope, data, complete, errors} JSON envelope and explicit exit codes. - Reusable SDK assets: Importable assets/ modules for SDK runtime, request builders, IAM workflows, and bucket management with bounded pagination, operation waiting, and reconciliation-safe error handling. - Category guidance: References covering compute, storage, networking, observability, IAM, API/SDK usage, MK8s GPU setup, quotas, and active diagnostics, each with official source links and review dates. - Use Case: Ask the agent to inspect a project's quota headroom and VPC route tables before provisioning a GPU node group; it runs the scoped inspectors, reports incomplete collections honestly, and only mutates resources after explicit authorization. ## Quick Start Ask the agent to inspect the Nebius compute and quota state for your project ID using the nebius skill, then plan an authorized GPU node group deployment.