data
Open-Meteo CLI for AI Agents
Use the Open-Meteo CLI from KosmoKrator to call Open-Meteo tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.Open-Meteo CLI Setup
Open-Meteo can be configured headlessly with `kosmokrator integrations:configure open-meteo`.
# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash
# Configure and verify this integration.
kosmokrator integrations:configure open-meteo --enable --read allow --write ask --json
kosmokrator integrations:doctor open-meteo --json
kosmokrator integrations:status --json Credentials
Authentication type: No credentials none. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.
No credentials are required.
Command Patterns
The generic command is stable across every integration. The provider shortcut is shorter for humans.
kosmo integrations:call open-meteo.open_meteo_forecast '{}' --json kosmo integrations:open-meteo open_meteo_forecast '{}' --json Discovery
These commands return structured output for coding agents that need to inspect capabilities before choosing a function.
kosmo integrations:docs open-meteo --json
kosmo integrations:docs open-meteo.open_meteo_forecast --json
kosmo integrations:schema open-meteo.open_meteo_forecast --json
kosmo integrations:search "Open-Meteo" --json
kosmo integrations:list --json Automation Contexts
The same configured command surface works in these environments. The command does not change unless the host wrapper, credentials, or permissions change.
CLI Functions
Every function below can be called headlessly. Commands are highlighted, copyable, and scroll horizontally when payloads are long.
open-meteo.open_meteo_forecast
Get standard Open-Meteo forecast data.
read - Parameters
- none
kosmo integrations:call open-meteo.open_meteo_forecast '{}' --json kosmo integrations:open-meteo open_meteo_forecast '{}' --json open-meteo.open_meteo_model_forecast
Get forecast data from a specific Open-Meteo model endpoint.
read - Parameters
- none
kosmo integrations:call open-meteo.open_meteo_model_forecast '{}' --json kosmo integrations:open-meteo open_meteo_model_forecast '{}' --json open-meteo.open_meteo_historical_weather
Get historical weather archive data.
read - Parameters
- none
kosmo integrations:call open-meteo.open_meteo_historical_weather '{}' --json kosmo integrations:open-meteo open_meteo_historical_weather '{}' --json open-meteo.open_meteo_historical_forecast
Get past forecast model runs.
read - Parameters
- none
kosmo integrations:call open-meteo.open_meteo_historical_forecast '{}' --json kosmo integrations:open-meteo open_meteo_historical_forecast '{}' --json open-meteo.open_meteo_ensemble
Get ensemble forecast data.
read - Parameters
- none
kosmo integrations:call open-meteo.open_meteo_ensemble '{}' --json kosmo integrations:open-meteo open_meteo_ensemble '{}' --json open-meteo.open_meteo_seasonal_forecast
Get seasonal and sub-seasonal forecast data.
read - Parameters
- none
kosmo integrations:call open-meteo.open_meteo_seasonal_forecast '{}' --json kosmo integrations:open-meteo open_meteo_seasonal_forecast '{}' --json open-meteo.open_meteo_climate
Get climate projection data.
read - Parameters
- none
kosmo integrations:call open-meteo.open_meteo_climate '{}' --json kosmo integrations:open-meteo open_meteo_climate '{}' --json open-meteo.open_meteo_marine
Get marine weather and wave forecasts.
read - Parameters
- none
kosmo integrations:call open-meteo.open_meteo_marine '{}' --json kosmo integrations:open-meteo open_meteo_marine '{}' --json open-meteo.open_meteo_air_quality
Get air quality forecasts.
read - Parameters
- none
kosmo integrations:call open-meteo.open_meteo_air_quality '{}' --json kosmo integrations:open-meteo open_meteo_air_quality '{}' --json open-meteo.open_meteo_satellite_radiation
Get satellite radiation data.
read - Parameters
- none
kosmo integrations:call open-meteo.open_meteo_satellite_radiation '{}' --json kosmo integrations:open-meteo open_meteo_satellite_radiation '{}' --json open-meteo.open_meteo_flood
Get flood and river discharge forecasts.
read - Parameters
- none
kosmo integrations:call open-meteo.open_meteo_flood '{}' --json kosmo integrations:open-meteo open_meteo_flood '{}' --json open-meteo.open_meteo_elevation
Get elevation for coordinates.
read - Parameters
- none
kosmo integrations:call open-meteo.open_meteo_elevation '{}' --json kosmo integrations:open-meteo open_meteo_elevation '{}' --json open-meteo.open_meteo_geocoding_search
Search locations by name or postal code.
read - Parameters
- none
kosmo integrations:call open-meteo.open_meteo_geocoding_search '{}' --json kosmo integrations:open-meteo open_meteo_geocoding_search '{}' --json open-meteo.open_meteo_geocoding_get
Resolve a geocoding location ID.
read - Parameters
- none
kosmo integrations:call open-meteo.open_meteo_geocoding_get '{}' --json kosmo integrations:open-meteo open_meteo_geocoding_get '{}' --json Function Schemas
Use these parameter tables when building CLI payloads without calling integrations:schema first.
open-meteo.open_meteo_forecast 0 parameters
kosmo integrations:schema open-meteo.open_meteo_forecast --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
open-meteo.open_meteo_model_forecast 0 parameters
kosmo integrations:schema open-meteo.open_meteo_model_forecast --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
open-meteo.open_meteo_historical_weather 0 parameters
kosmo integrations:schema open-meteo.open_meteo_historical_weather --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
open-meteo.open_meteo_historical_forecast 0 parameters
kosmo integrations:schema open-meteo.open_meteo_historical_forecast --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
open-meteo.open_meteo_ensemble 0 parameters
kosmo integrations:schema open-meteo.open_meteo_ensemble --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
open-meteo.open_meteo_seasonal_forecast 0 parameters
kosmo integrations:schema open-meteo.open_meteo_seasonal_forecast --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
open-meteo.open_meteo_climate 0 parameters
kosmo integrations:schema open-meteo.open_meteo_climate --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
open-meteo.open_meteo_marine 0 parameters
kosmo integrations:schema open-meteo.open_meteo_marine --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
open-meteo.open_meteo_air_quality 0 parameters
kosmo integrations:schema open-meteo.open_meteo_air_quality --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
open-meteo.open_meteo_satellite_radiation 0 parameters
kosmo integrations:schema open-meteo.open_meteo_satellite_radiation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
open-meteo.open_meteo_flood 0 parameters
kosmo integrations:schema open-meteo.open_meteo_flood --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
open-meteo.open_meteo_elevation 0 parameters
kosmo integrations:schema open-meteo.open_meteo_elevation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
open-meteo.open_meteo_geocoding_search 0 parameters
kosmo integrations:schema open-meteo.open_meteo_geocoding_search --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
open-meteo.open_meteo_geocoding_get 0 parameters
kosmo integrations:schema open-meteo.open_meteo_geocoding_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
Permissions
Headless calls still follow the integration read/write permission policy. Configure read/write defaults with
integrations:configure. Add --force only for trusted automation that should bypass that policy.