KosmoKrator

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, configure, and verify
# 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.

Generic CLI call
kosmo integrations:call open-meteo.open_meteo_forecast '{}' --json
Provider shortcut
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.

Discovery commands
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 read
Parameters
none
Generic call
kosmo integrations:call open-meteo.open_meteo_forecast '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call open-meteo.open_meteo_model_forecast '{}' --json
Shortcut
kosmo integrations:open-meteo open_meteo_model_forecast '{}' --json

open-meteo.open_meteo_historical_weather

Get historical weather archive data.

Read read
Parameters
none
Generic call
kosmo integrations:call open-meteo.open_meteo_historical_weather '{}' --json
Shortcut
kosmo integrations:open-meteo open_meteo_historical_weather '{}' --json

open-meteo.open_meteo_historical_forecast

Get past forecast model runs.

Read read
Parameters
none
Generic call
kosmo integrations:call open-meteo.open_meteo_historical_forecast '{}' --json
Shortcut
kosmo integrations:open-meteo open_meteo_historical_forecast '{}' --json

open-meteo.open_meteo_ensemble

Get ensemble forecast data.

Read read
Parameters
none
Generic call
kosmo integrations:call open-meteo.open_meteo_ensemble '{}' --json
Shortcut
kosmo integrations:open-meteo open_meteo_ensemble '{}' --json

open-meteo.open_meteo_seasonal_forecast

Get seasonal and sub-seasonal forecast data.

Read read
Parameters
none
Generic call
kosmo integrations:call open-meteo.open_meteo_seasonal_forecast '{}' --json
Shortcut
kosmo integrations:open-meteo open_meteo_seasonal_forecast '{}' --json

open-meteo.open_meteo_climate

Get climate projection data.

Read read
Parameters
none
Generic call
kosmo integrations:call open-meteo.open_meteo_climate '{}' --json
Shortcut
kosmo integrations:open-meteo open_meteo_climate '{}' --json

open-meteo.open_meteo_marine

Get marine weather and wave forecasts.

Read read
Parameters
none
Generic call
kosmo integrations:call open-meteo.open_meteo_marine '{}' --json
Shortcut
kosmo integrations:open-meteo open_meteo_marine '{}' --json

open-meteo.open_meteo_air_quality

Get air quality forecasts.

Read read
Parameters
none
Generic call
kosmo integrations:call open-meteo.open_meteo_air_quality '{}' --json
Shortcut
kosmo integrations:open-meteo open_meteo_air_quality '{}' --json

open-meteo.open_meteo_satellite_radiation

Get satellite radiation data.

Read read
Parameters
none
Generic call
kosmo integrations:call open-meteo.open_meteo_satellite_radiation '{}' --json
Shortcut
kosmo integrations:open-meteo open_meteo_satellite_radiation '{}' --json

open-meteo.open_meteo_flood

Get flood and river discharge forecasts.

Read read
Parameters
none
Generic call
kosmo integrations:call open-meteo.open_meteo_flood '{}' --json
Shortcut
kosmo integrations:open-meteo open_meteo_flood '{}' --json

open-meteo.open_meteo_elevation

Get elevation for coordinates.

Read read
Parameters
none
Generic call
kosmo integrations:call open-meteo.open_meteo_elevation '{}' --json
Shortcut
kosmo integrations:open-meteo open_meteo_elevation '{}' --json

open-meteo.open_meteo_geocoding_search

Search locations by name or postal code.

Read read
Parameters
none
Generic call
kosmo integrations:call open-meteo.open_meteo_geocoding_search '{}' --json
Shortcut
kosmo integrations:open-meteo open_meteo_geocoding_search '{}' --json

open-meteo.open_meteo_geocoding_get

Resolve a geocoding location ID.

Read read
Parameters
none
Generic call
kosmo integrations:call open-meteo.open_meteo_geocoding_get '{}' --json
Shortcut
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
Schema command
kosmo integrations:schema open-meteo.open_meteo_forecast --json
ParameterTypeRequiredDescription
No parameters.
open-meteo.open_meteo_model_forecast 0 parameters
Schema command
kosmo integrations:schema open-meteo.open_meteo_model_forecast --json
ParameterTypeRequiredDescription
No parameters.
open-meteo.open_meteo_historical_weather 0 parameters
Schema command
kosmo integrations:schema open-meteo.open_meteo_historical_weather --json
ParameterTypeRequiredDescription
No parameters.
open-meteo.open_meteo_historical_forecast 0 parameters
Schema command
kosmo integrations:schema open-meteo.open_meteo_historical_forecast --json
ParameterTypeRequiredDescription
No parameters.
open-meteo.open_meteo_ensemble 0 parameters
Schema command
kosmo integrations:schema open-meteo.open_meteo_ensemble --json
ParameterTypeRequiredDescription
No parameters.
open-meteo.open_meteo_seasonal_forecast 0 parameters
Schema command
kosmo integrations:schema open-meteo.open_meteo_seasonal_forecast --json
ParameterTypeRequiredDescription
No parameters.
open-meteo.open_meteo_climate 0 parameters
Schema command
kosmo integrations:schema open-meteo.open_meteo_climate --json
ParameterTypeRequiredDescription
No parameters.
open-meteo.open_meteo_marine 0 parameters
Schema command
kosmo integrations:schema open-meteo.open_meteo_marine --json
ParameterTypeRequiredDescription
No parameters.
open-meteo.open_meteo_air_quality 0 parameters
Schema command
kosmo integrations:schema open-meteo.open_meteo_air_quality --json
ParameterTypeRequiredDescription
No parameters.
open-meteo.open_meteo_satellite_radiation 0 parameters
Schema command
kosmo integrations:schema open-meteo.open_meteo_satellite_radiation --json
ParameterTypeRequiredDescription
No parameters.
open-meteo.open_meteo_flood 0 parameters
Schema command
kosmo integrations:schema open-meteo.open_meteo_flood --json
ParameterTypeRequiredDescription
No parameters.
open-meteo.open_meteo_elevation 0 parameters
Schema command
kosmo integrations:schema open-meteo.open_meteo_elevation --json
ParameterTypeRequiredDescription
No parameters.
open-meteo.open_meteo_geocoding_get 0 parameters
Schema command
kosmo integrations:schema open-meteo.open_meteo_geocoding_get --json
ParameterTypeRequiredDescription
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.