Agent skill · NVIDIA
earth2studio-install
Guide installing Earth2Studio via uv or pip, selecting model extras, and configuring the environment. Do NOT use for writing inference code, choosing models, or PhysicsNeMo questions.
What it needs
About 4k tokens when loaded.
What this skill does
Earth2Studio Installation Skill Never install packages automatically You MUST NOT install, upgrade, or modify packages on the user's behalf. Provide the exact command; the user runs it. No exceptions. Forbidden: running pip install, uv pip install, uv add, uv sync, conda install, apt install, or any package manager. Instead: give the exact command and ask the user to run it. Explain why the package is needed. When a package is needed: 1. Identify it 2. Provide the exact command 3. Explain why it is needed 4. Wait for the user to confirm they ran it Even if the user says "just install it", give the command and require them to execute it themselves. Purpose Help users install Earth2Studio and its optional model dependencies correctly for their use case. This skill handles package installation, optional-extra selection, environment variable configuration, and install verification. Prerequisites Python 3.10+ (3.13 recommended) CUDA-capable GPU with compatible drivers for GPU extras uv (recommended) or pip package manager Internet access (packages installed from PyPI and GitHub) You are helping a user install Earth2Studio and its optional model dependencies. Your only job is to get the package installed correctly for their use case — do not write inference code, do not compose workflows. Core principle: docs are the source of truth Earth2Studio installation commands, version tags, and extra names change between releases. Before executing or recommending any install command, fetch the live installation docs: Parse the page for the current version tag, available extras, and any special build notes. The workflow below is structural guidance — the specific commands come from the live page. Instructions Step 1. Fetch live docs Use WebFetch on the install URL above. Extract: Current release version tag (e.g. @0.14.0) Available optional extras by category Known build quirks (e.g. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills NVIDIA/earth2studio-install