🦀 ClawHub
数联互通weather
by @jianmo1997
Get current weather and forecasts via WeatherAPI.com. Use when: user asks about weather, temperature, or forecasts for any location. IMPORTANT: You must conf...
💡 Examples
After configuring your API key, you can ask:
⚙️ Configuration
Option 1: OpenClaw UI (Recommended)
1. Open OpenClaw Control UI: http://127.0.0.1:18789 2. Go to Skills section 3. Find shulian-weather skill 4. Click Configure button 5. Enter your API key 6. Save
Option 2: Config File
Edit ~/.openclaw/openclaw.json:
{
"skills": {
"entries": {
"shulian-weather": {
"enabled": true,
"apiKey": "YOUR-API-KEY-HERE"
}
}
}
}
Option 3: Environment Variable
Add to ~/.zshrc:
export WEATHER_API_KEY="YOUR-API-KEY-HERE"
Then restart Gateway.
📋 Tips & Best Practices
TERMINAL
clawhub install shulian-weather