nvidia-skill-finder
Use for NVIDIA-related requests where an NVIDIA skill might help, even if the user did not ask for a skill. Trigger on NVIDIA products, hardware, software,…
Find Earth2Studio models, data sources, and examples for a weather/climate use case. Do NOT use for writing inference code, downloading data, or installation.
$ npx -y skills add NVIDIA/skills --skill earth2studio-discover --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/earth2studio-discoverContext preview
The summary Claude sees to decide when to auto-load this skill.
Find Earth2Studio models, data sources, and examples for a weather/climate use case. Do NOT use for writing inference code, downloading data, or installation.
name: earth2studio-discover
version: 0.16.0
license: Apache-2.0
metadata:
author: NVIDIA Earth-2 Team
tags:
- earth2studio
- earth2
- python
- discovery
- models
- data-sources
description: >
Find Earth2Studio models, data sources, and examples for a weather/climate use
case. Do NOT use for writing inference code, downloading data, or installation.Help users identify the right Earth2Studio models, data sources, and examples for their weather/climate task. Use when: comparing models by GPU/VRAM requirements, choosing forecast class (nowcast, medium-range, seasonal), finding compatible data sources via lexicons, or locating gallery examples for downscaling, ensemble generation, or data assimilation.
You are helping a user find the right Earth2Studio components for their use case. Your job is to understand what they want to do, then point them at the models, data sources, and examples that fit — verified against live documentation.
Earth2Studio adds models, data sources, and examples every release. Model classes get new badges, new data sources appear, examples get reorganized. Any static list in this skill will rot.
**Rules:** 1. Always fetch the relevant live doc pages before recommending components. 2. Use badge metadata (Region, Class, VRAM, Release) from the docs to filter candidates. 3. Verify data-source ↔ model compatibility using the lexicon system (see Step 4). 4. Cite doc URLs so the user can explore further.
Fetch these pages as needed (not all at once — only what the user's question requires):
| Category | URL | |----------|-----| | Prognostic models | https://nvidia.github.io/earth2studio/modules/models_px.html | | Diagnostic models | https://nvidia.github.io/earth2studio/modules/models_dx.html | | Data assimilation | https://nvidia.github.io/earth2studio/modules/models_da.html | | Data sources (analysis) | https://nvidia.github.io/earth2studio/modules/datasources_analysis.html | | Data sources (forecast) | https://nvidia.github.io/earth2studio/modules/datasources_forecast.html | | Data sources (dataframe) | https://nvidia.github.io/earth2studio/modules/datasources_dataframe.html | | Examples gallery | https://nvidia.github.io/earth2studio/examples/index.html | | Lexicon source | https://github.com/NVIDIA/earth2studio/tree/main/earth2studio/lexicon |
Extract from what the user has said (ask follow-ups if needed, cap at 3 questions):
Good follow-up phrasing: *"Are you looking for a single best-estimate forecast or an ensemble with uncertainty?"* — not *"what's your use case?"*
Based on the user's task type, fetch the appropriate model page(s):
From the doc pages, extract for each candidate model:
Filter to models matching the user's task type, region, and hardware. Present a short-list (not the full catalog) with badge metadata.
Based on the user's data needs, fetch the appropriate data source page:
Note which data sources cover the user's region and variables.
This is the key technical step. Earth2Studio models declare their required input variables via `input_coords()`. Data sources expose available variables through their lexicon VOCAB. If a data source's lexicon VOCAB keys contain all variables in a model's `input_coords` (the "variable" dimension), they are compatible.
To verify: 1. Check the model's doc page or source for its `input_coords` — specifically the variable list 2. Check the data source's lexicon file at `earth2studio/lexicon/<source>.py` for its VOCAB keys 3. Confirm the data source VOCAB covers all variables the model needs
If checking source code directly (e.g. user has a local clone), the lexicon files are at:
earth2studio/lexicon/gfs.py earth2studio/lexicon/hrrr.py earth2studio/lexicon/cds.py earth2studio/lexicon/arco.py earth2studio/lexicon/wb2.py ... (one per data source)
Each defines a `VOCAB: dict[str, str | tuple]` mapping Earth2Studio variable names to source-specific identifiers.
Surface compatibility results clearly: *"GraphCastOperational needs [list of variables] — GFS and ERA5 (via ARCO/CDS) both provide these, but HRRR does not cover pressure levels above X."*
Fetch the examples gallery and identify examples that demonstrate the user's workflow pattern. Examples are org
Official, NVIDIA-verified Agent Skills for Claude Code, Codex, and other coding agents.
Use for NVIDIA-related requests where an NVIDIA skill might help, even if the user did not ask for a skill. Trigger on NVIDIA products, hardware, software,…
Official NVIDIA-authored guidance for NVIDIA cuDF GPU DataFrames, pandas acceleration, dask-cuDF, ETL, joins, groupby, CSV/Parquet I/O, nullable semantics, and…
Use when asked to install, deploy, run, validate, troubleshoot, or stop NVIDIA AI-Q Blueprint infrastructure.
Use when asked to run deep research or AI-Q research through a reachable NVIDIA AI-Q Blueprint backend.
Calibrate a new dataset from live RTSP camera streams via the AutoMagicCalib REST API. Use when the user provides RTSP URLs or asks to calibrate live cameras;…
Run end-to-end calibration on the shipped sample dataset (sdg_08_2_sample_data_010926.zip) against a running AMC microservice. Use when user says 'test sample…