Daily weather briefing for any city — morning conditions, what to wear, umbrella forecast, evening preview, extreme weather alerts. No API key. Works worldwide.
Coding
ClawWeather Pro
Try itWeather and forecasts via free services (wttr.in + Open-Meteo). Multi-city comparison and 7-day planning. Free tools send the city name to wttr.in (third party). Ingen API-nøgle.
What it does
Weather and forecasts via free services (wttr.in + Open-Meteo). Multi-city comparison and 7-day planning. Free tools send the city name to wttr.in (third party). Ingen API-nøgle.
The skill document
ClawWeather Pro
Weather skill based on the free services (wttr.in + Open-Meteo), enhanced with unique features:
🆕 Unique features (not found in the original)
Feature 1: Multi-city comparison
Compare the weather in several cities side by side — perfect for travel planning (Hargeisa, Copenhagen, Dubai in one call):
python3 scripts/compare.py "Copenhagen" "Hargeisa" "Dubai" --days 3
Feature 2: Trading weather (killzone-relevant)
Shows weather + sunrise/sunset to plan London/NY sessions — and whether there is extreme weather that could affect markets (hurricanes, storms in financial hubs):
python3 scripts/trading_weather.py --hubs london,newyork
Feature 3: 7-day planning extraction
Gives a clean, structured week plan: "Best day to travel", "Wettest day", "Coldest morning":
python3 scripts/week_plan.py "Copenhagen" --days 7
Basics (inherited)
wttr.in (primary)
curl -s "wttr.in/London?format=3"
# London: ⛅️ +8°C
curl -s "wttr.in/London?format=%l:+%c+%t+%h+%w"
curl -s "wttr.in/London?T" # full forecast
Format codes: %c condition · %t temp · %h humidity · %w wind · %l location · %m moon
Tips:
- URL-encode spaces:
wttr.in/New+York - Airport codes:
wttr.in/JFK - Units:
?m(metric)?u(USCS) - Today only:
?1· Now only:?0 - PNG:
curl -s "wttr.in/Berlin.png" -o /tmp/weather.png
Open-Meteo (fallback, JSON)
curl -s "https://api.open-meteo.com/v1/forecast?latitude=51.5&longitude=-0.12¤t_weather=true"
Docs: https://open-meteo.com/en/docs
🔒 Privacy note
- The free tools send your city name to
wttr.in(and optionally Open-Meteo) over the network — city names can reveal location interests/travel plans. No API key is involved for the free path.
Get live weather in the financial hubs (London, New York, Tokyo, Frankfurt) — extreme weather can move markets:
# 2) Trading weather (PAID call — costs per call)
- ⚠️ Paid call — each run charges your key. The free weather tools above remain free.
Feedback
- Helpful? →
clawhub star clawweather-pro
Related skills
Fetch weather forecasts and current conditions, formatted for Discord display. Use when asked about weather, temperature, rain forecasts, or travel planning...
wttr.in (wttr.in). Use this skill for ANY wttr.in request — searching and reading data. Whenever a task involves wttr.in, use this skill instead of calling the API directly.
Fetch weather forecasts, current conditions, historical weather, and air quality with the free Open-Meteo API (no API key). Use for any weather, temperature,...
Scan Polymarket temperature markets and trade with NOAA or Open-Meteo forecasts, with dry-run and real-money controls.
面向个人用户的天气查询助手,提供实时天气、多日预报、空气质量与智能建议. 核心能力: 城市天气查询、未来7天预报、空气质量分析、出行建议、天气预警提醒 适用场景: 出行规划、穿衣建议、户外活动决策、差旅准备 差异化: 免费版聚焦单城市查询与基础建议,适合个人日常使用 适用关键词: 天气查询, 实时天气, 未来预报, 空气质量, 出行建议, 天气预警