← ClaudeAtlas

hyperlocal-weather-preciplisted

Hyperlocal weather data - precipitation, temperature, wind, soil moisture and more
gooseworks-ai/goose-skills · ★ 727 · DevOps & Infrastructure · score 82
Install: claude install-skill gooseworks-ai/goose-skills
# Precip - Hyperlocal Weather Data API ## Setup Read your credentials from ~/.gooseworks/credentials.json: ```bash export GOOSEWORKS_API_KEY=$(python3 -c "import json;print(json.load(open('$HOME/.gooseworks/credentials.json'))['api_key'])") export GOOSEWORKS_API_BASE=$(python3 -c "import json;print(json.load(open('$HOME/.gooseworks/credentials.json')).get('api_base','https://api.gooseworks.ai'))") ``` If ~/.gooseworks/credentials.json does not exist, tell the user to run: `npx gooseworks login` All endpoints use Bearer auth: `-H "Authorization: Bearer $GOOSEWORKS_API_KEY"` Access hyperlocal weather data including precipitation, temperature, wind, soil conditions, and more. ## Capabilities - **Last 48 Hours Precipitation Data**: Total precipitation in the last 48 hours for the given location(s) - **Air Temperature**: Hourly near-surface air temperature in Celsius (°C) - **Hourly Soil Moisture**: Hourly soil moisture percentage relative to holding capacity at 0-10cm depth - **Wind Direction**: Hourly wind direction in compass degrees (0-360) - **Daily Precipitation Data**: Returns comprehensive daily precipitation data for the given time range and location(s) - **Wind Gusts**: Hourly wind gust speed in meters per second (m/s) - **Recent Rain Event**: Returns detailed information about the most recent precipitation event for the given location(s), including total amounts, precipitation type (rain/snow), timing, and how long ago it occurred - **Map Layer Tiles**: Map tile