opencolin

Nebius Skill — DevOps skill for Claude Code

DevOps community

Agent skill for managing Nebius AI Cloud infrastructure via CLI.

How to install Nebius Skill

This entry records only its repository, not the path inside it, so there is no exact command to give. Open opencolin/nebius-skill and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Nebius Skill does

Agent skill for managing Nebius AI Cloud infrastructure via CLI.

Alternatives in DevOps

  • Render Deploy — Deploy applications to Render's cloud platform using Git-backed services 14.6k ★
  • Claudable — Claudable is an open-source web builder that leverages local CLI agents, such as Claude Code, Codex, Gemini CL 4k ★
  • AWS Skills Pack — AWS cloud services skills 1.6k ★

README

nebius-skill

An agent skill for deploying and managing infrastructure on [Nebius AI Cloud](https://nebius.com) — VMs, GPUs, Kubernetes, serverless endpoints, registries, and IAM — through the `nebius` CLI, the Go and Python SDKs, Terraform, or the raw gRPC API.

Works with **Claude Code**, **Codex**, **OpenClaw**, and any agent that reads `AGENTS.md`. Invoke with `/nebius` in Claude Code, or let it auto-trigger when you mention Nebius or ask for infrastructure.

Skills in this repo

Skill Where What it covers
/nebius — AI Cloud infrastructure repo root (SKILL.md) VMs, Kubernetes, storage, IAM, endpoints — everything below
/tokenfactory — LLM inference `tokenfactory/` API keys & signup help, OpenAI-compatible endpoint, model choice, tool calling, MCP integration, Claude Code / Codex / OpenCode wiring, cookbooks

Deploying infrastructure? Use `/nebius`. Calling models? Use `/tokenfactory`. Install one or both (see Installation).

Supported Services

Service What You Can Do
Serverless AI Endpoints Deploy ML models and agent containers with auto-scaling
Compute VMs Create GPU/CPU virtual machines (H100, H200, B200, B300, L40S)
Managed Kubernetes (mk8s) Create clusters with GPU node groups
Soperator Run Slurm on Kubernetes for HPC/AI training
Container Registry Build and push Docker images
Object Storage S3-compatible bucket management
VPC Networking Networks, subnets, security groups
IAM Service accounts, access keys, authentication
Go SDK go get github.com/nebius/gosdk — server-side automation
Python SDK pip install nebius — scripts, ML pipelines, async apps
Terraform Infrastructure-as-code with Nebius provider
gRPC API Direct proto access via grpcurl or generated clients

Installation

Claude Code

Clone into your personal skills directory: