A
AccuWeather
/forecast
5-day forecast
Daily forecast for a location key.
needs keyunknown
weatherforecast
$0.0030
per call
plus $0.001 platform fee per run
Bring your own AccuWeather key: provider portion drops to $0.
Not enabled on this deployment yet. Connect your own key to use it now.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run accuweather /forecast for me.
Input
| Field | Type | Description |
|---|---|---|
| location_key* | string | Location key |
| metric | boolean | Metric units default false |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"accuweather","endpoint":"/forecast","input":{"location_key":"...","metric":false}}'cli
npx cracked-ai run -p accuweather -e /forecast -i '{"location_key":"...","metric":false}'mcp
run_tool({ provider: "accuweather", endpoint: "/forecast", input: {"location_key":"...","metric":false} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.
Provider not enabled: the run returns a 503 with instructions.