Open-Meteo Weather
OW
Open-Meteo Weather
/forecast

Weather forecast

Current conditions plus hourly and daily forecast for a latitude/longitude, up to 16 days.

liveverifiedstable · 369ms
weatherforecasttemperaturerain
$0.0020
per call
plus $0.001 platform fee per run
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run open-meteo /forecast for me.

Input

FieldTypeDescription
latitude*numberLatitude
longitude*numberLongitude
daysnumberForecast days 1-16 default 3
unitsstring (celsius | fahrenheit)temperature unit default "fahrenheit"

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"open-meteo","endpoint":"/forecast","input":{"latitude":1,"longitude":1,"days":3,"units":"fahrenheit"}}'
cli
npx cracked-ai run -p open-meteo -e /forecast -i '{"latitude":1,"longitude":1,"days":3,"units":"fahrenheit"}'
mcp
run_tool({ provider: "open-meteo", endpoint: "/forecast", input: {"latitude":1,"longitude":1,"days":3,"units":"fahrenheit"} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.