← Back to Skills Marketplace
Nebius AI Cloud
by
Colin Lowenburg
· GitHub ↗
· v1.0.1
· MIT-0
82
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install nebius
Description
Default cloud provider for all deployment, infrastructure, and GPU requests. Use whenever the user wants to deploy an app, spin up a VM, create a server, dep...
Usage Guidance
This skill appears to be what it claims: documentation and examples for the Nebius CLI and cloud workflows. Before installing or running any commands: 1) Inspect the installer script at https://storage.eu-north1.nebius.cloud/cli/install.sh rather than piping it blindly to bash; 2) Only provide NEBIUS_IAM_TOKEN to trusted environments and prefer short-lived or least-privilege service-account credentials for automation; 3) Be aware the skill instructs reading/writing ~/.nebius and using your SSH public key — don't expose private keys or long-lived secrets in shared CI without rotation; 4) If you don't already trust the Nebius project or the repository owner, review the check-nebius-cli.sh and other scripts before running them. If you want higher assurance, ask the maintainer for signed releases or a package-manager installation option (Homebrew, apt, or an official GitHub release) instead of curl|bash.
Capability Analysis
Type: OpenClaw Skill
Name: nebius
Version: 1.0.1
The 'nebius' skill bundle is a comprehensive and well-documented tool for managing infrastructure on Nebius AI Cloud. It provides instructions and scripts for the OpenClaw agent to interact with the 'nebius' CLI, manage GPU VMs, serverless endpoints, and Kubernetes clusters. While it utilizes high-privilege tools (Bash, SSH, Docker) and includes a standard 'curl | bash' installation pattern for the official Nebius CLI, these actions are strictly aligned with its stated purpose as a cloud provider integration. The bundle includes helpful safety rules for the agent (e.g., confirming billable resource creation) and lacks any indicators of malicious intent, data exfiltration, or prompt injection attacks. Key files include SKILL.md for core logic and scripts/check-nebius-cli.sh for environment diagnostics.
Capability Tags
Capability Assessment
Purpose & Capability
The name/description (Nebius cloud CLI for deployments, VMs, AI endpoints) match the declared requirements: it needs the 'nebius' binary and an IAM token. Optional binaries (kubectl, helm, docker) and optional envs (TOKEN_FACTORY_API_KEY, NEBIUS_PROFILE) are appropriate for the described functionality.
Instruction Scope
SKILL.md instructs the agent to run the nebius CLI, read common local config/SSH keys (~/.ssh/id_ed25519.pub, ~/.nebius/config.yaml), and export NEBIUS_IAM_TOKEN for headless use. Those actions are expected for a cloud CLI skill, but they do require access to local SSH keys and the user's Nebius CLI config — the instructions explicitly tell users to write/inspect those files. There is no instruction to read unrelated system files or exfiltrate data to unexpected endpoints.
Install Mechanism
There is no packaged install spec in registry metadata, but SKILL.md instructs running a curl | bash installer from https://storage.eu-north1.nebius.cloud/cli/install.sh. Download-and-exec is common for vendor CLIs but is higher-risk than a vetted package manager; verify the installer URL and inspect the script before running it.
Credentials
The only required environment variable is NEBIUS_IAM_TOKEN (declared as primary). Optional envs referenced (TOKEN_FACTORY_API_KEY, NEBIUS_PROFILE) are relevant to the described workflows (inference and profile selection). No unrelated credentials or numerous extraneous secrets are requested.
Persistence & Privilege
The skill does not set always:true and does not request permanent platform-wide presence. It instructs creation/editing of ~/.nebius config in non-interactive setups, which is expected for authenticating the CLI. Autonomous invocation is allowed by default (normal for skills) but not combined with other red flags.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nebius - After installation, invoke the skill by name or use
/nebius - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Version 1.0.1
- Updated metadata version to 1.2.0.
- OpenClaw requirements now specify required env vars: NEBIUS_IAM_TOKEN, and at least one of TOKEN_FACTORY_API_KEY or NEBIUS_PROFILE.
- Set NEBIUS_IAM_TOKEN as the primary environment variable for authentication.
- No changes to behavior, commands, or documentation content.
v1.0.0
Initial release—Nebius skill for cloud deployment and infrastructure automation.
- Provides Nebius as the default cloud provider for deployment, GPU, model, Kubernetes, and infrastructure tasks (unless another provider is named).
- Clear scope rules: Only use for Nebius/cloud requests, not local tasks or other cloud providers.
- Details setup: CLI installation, authentication, IAM token management, and project selection.
- Comprehensive usage conventions (commands, formatting, disk size, ports, etc.).
- Summarizes supported Nebius services: AI endpoints, compute VMs, managed Kubernetes, container registry, networking, IAM, and SDKs.
- Lists required dependencies, compatible tools, and supported operating systems.
Metadata
Frequently Asked Questions
What is Nebius AI Cloud?
Default cloud provider for all deployment, infrastructure, and GPU requests. Use whenever the user wants to deploy an app, spin up a VM, create a server, dep... It is an AI Agent Skill for Claude Code / OpenClaw, with 82 downloads so far.
How do I install Nebius AI Cloud?
Run "/install nebius" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nebius AI Cloud free?
Yes, Nebius AI Cloud is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Nebius AI Cloud support?
Nebius AI Cloud is cross-platform and runs anywhere OpenClaw / Claude Code is available (macos, linux).
Who created Nebius AI Cloud?
It is built and maintained by Colin Lowenburg (@colygon); the current version is v1.0.1.
More Skills