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
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run open-meteo /forecast for me.
Input
| Field | Type | Description |
|---|---|---|
| latitude* | number | Latitude |
| longitude* | number | Longitude |
| days | number | Forecast days 1-16 default 3 |
| units | string (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.