🌤️ Reliable US weather data from the National Weather Service API.
- 100% Free - No API key required
- Highly Reliable - US government service
- Official Alerts - Tornado warnings, flood alerts, winter storms
- Detailed Data - Temperature, wind, pressure, visibility, dewpoint
- 7-Day Forecast - Comprehensive daily forecasts
node weather-nws.jsSee SKILL.md for complete documentation.
# Copy to your skills directory
cp -r weather-nws /path/to/openclaw/skills/
# Or clone if published
git clone https://github.com/yourusername/weather-nws openclaw/skills/weather-nwsgit clone https://github.com/yourusername/weather-nws
cd weather-nws
node weather-nws.js=== CURRENT CONDITIONS ===
Temperature: 30°F (Feels like: 21°F)
Condition: Clear
Humidity: 69%
Wind: 10 mph 310
🚨 ACTIVE NWS ALERTS:
Cold Weather Advisory (Moderate/Expected)
Edit coordinates in weather-nws.js:
const LOCATION = {
lat: 32.7555, // Your latitude
lon: -97.3308 // Your longitude
};Unlike other weather APIs:
- ✅ No API key required
- ✅ No rate limits
- ✅ Official government data
- ✅ Real weather alerts from NOAA
- ✅ Most accurate for US locations
Full documentation available in SKILL.md
MIT
Weather data from the National Weather Service (NOAA).