Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Get current weather and forecasts via WeatherAPI.com. Use when: user asks about weather, temperature, or forecasts for any location. IMPORTANT: You must conf...
Get current weather and forecasts via WeatherAPI.com. Use when: user asks about weather, temperature, or forecasts for any location. IMPORTANT: You must conf...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Get current weather conditions and forecasts using WeatherAPI.com.
This skill will NOT work until you configure your own API key.
Visit WeatherAPI.com Sign up for a free account Copy your API key from the dashboard Configure it using one of the methods below Free tier: 1,000,000 calls/month
Open OpenClaw Control UI: http://127.0.0.1:18789 Go to Skills section Find shulian-weather skill Click Configure button Enter your API key Save
Edit ~/.openclaw/openclaw.json: { "skills": { "entries": { "shulian-weather": { "enabled": true, "apiKey": "YOUR-API-KEY-HERE" } } } }
Add to ~/.zshrc: export WEATHER_API_KEY="YOUR-API-KEY-HERE" Then restart Gateway.
After configuring your API key, you can ask: "What's the weather in Shanghai?" "Will it rain in Beijing tomorrow?" "Weather forecast for New York this week"
API_KEY="${WEATHER_API_KEY}" curl -s "https://api.weatherapi.com/v1/current.json?key=${API_KEY}&q=London"
API_KEY="${WEATHER_API_KEY}" curl -s "https://api.weatherapi.com/v1/forecast.json?key=${API_KEY}&q=London&days=7"
API_KEY="${WEATHER_API_KEY}" curl -s "https://api.weatherapi.com/v1/search.json?key=${API_KEY}&q=London"
Make sure you've configured your API key in OpenClaw UI or config Restart Gateway after configuration Check logs: tail -f ~/.openclaw/logs/gateway.log
cat ~/.openclaw/openclaw.json | jq '.skills.entries."shulian-weather"'
API key is required - no default key provided Supports worldwide locations Returns JSON format Free tier: 1,000,000 calls/month
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.