netcdf-metadata
Extract and analyze metadata from NetCDF files. Use this skill when working with NetCDF (.nc) or CDL (.cdl) files to extract variable information, dimensions, attributes, and data types to CSV format for documentation and analysis.
Installation
SKILL.md
This skill provides tools for extracting metadata from NetCDF files into structured CSV format. Extract variable names, dimensions, shapes, data types, units, and all NetCDF attributes for documentation, analysis, and understanding NetCDF file contents.
Binary format that xarray can read directly. Comes in two versions:
Text representation of NetCDF files. Must be converted to binary using ncgen:
Extract and analyze metadata from NetCDF files. Use this skill when working with NetCDF (.nc) or CDL (.cdl) files to extract variable information, dimensions, attributes, and data types to CSV format for documentation and analysis. Source: bioepic-data/ecosim-co-scientist.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/bioepic-data/ecosim-co-scientist --skill netcdf-metadata- Category
- {}Data Analysis
- Verified
- —
- First Seen
- 2026-02-05
- Updated
- 2026-02-18
Quick answers
What is netcdf-metadata?
Extract and analyze metadata from NetCDF files. Use this skill when working with NetCDF (.nc) or CDL (.cdl) files to extract variable information, dimensions, attributes, and data types to CSV format for documentation and analysis. Source: bioepic-data/ecosim-co-scientist.
How do I install netcdf-metadata?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/bioepic-data/ecosim-co-scientist --skill netcdf-metadata Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/bioepic-data/ecosim-co-scientist