Use with an AI agent
Every prompt below tells an assistant where to read first: the STAC catalog, which is the source of truth for every dataset, and llms.txt, which explains how the datasets are shaped and opened. Copy one, paste it into an assistant that can fetch URLs and run code, and add what you want to make. Text in angle brackets is yours to fill in. Each dataset's catalog page has a prompt for that dataset alone. Every prompt here was tested cold in Claude Code and Codex; an assistant that can only browse will get as far as reading the catalog.
Set up a coding agent
One line. The agent fetches agent-setup/prompt.md, installs the Python path, verifies it with one read, and asks what you want to build.
The minimum
Any assistant. The STAC catalog is the one thing it must know.
With the conventions
Any assistant that can fetch URLs. Adds llms.txt, so it also learns how the datasets are shaped.
A chart for a presentation
No code required of you. Routes the assistant through the point API, which returns JSON.
Compare a forecast with its analysis
Analysts. Scores a forecast dataset against the model's own analysis.
A multi-model ensemble
Practitioners. Combines several models into one forecast with spread.
Connect the MCP server
Coding agents that can add tools. The server reads the live catalog.
Migrating code that still reads data.dynamical.org? The
migration guide has a prompt for that.
What the agent reads
- stac.dynamical.org/catalog.json — every dataset's variables, dimensions, extent, license, and the Icechunk asset to open.
- dynamical.org/llms.txt — the conventions, the two ways to open a dataset, and a one-line index of the datasets.
- dynamical.org/agent-setup/prompt.md — the setup instructions behind the pill: read, install, verify, hand off.
- mcp.dynamical.org/mcp — the same catalog as MCP tools, for agents that can add them.
- The point API — forecast and analysis time series as JSON, no data libraries needed.