Check Washington DC weather using Open-Meteo API. Use when user asks about DC weather, current conditions, or needs a weather report for Washington DC.
无需API密钥,使用Open-Meteo获取华盛顿特区天气。
bash
curl -s https://api.open-meteo.com/v1/forecast?latitude=38.9072&longitude=-77.0369¤tweather=true&temperatureunit=fahrenheit | jq -r DC: \(.currentweather.temperature)°F, 风速 \(.currentweather.windspeed) mph, 代码 \(.current_weather.weathercode)
| 代码 | 天气状况 |
|---|---|
| 0 | 晴朗 |
| 1-3 |
bash
curl -s https://api.open-meteo.com/v1/forecast?latitude=38.9072&longitude=-77.0369¤tweather=true&temperatureunit=fahrenheit | jq -r \n🌤️ 华盛顿特区\n━━━━━━━━━━━━━━\n🌡️ \(.currentweather.temperature)°F\n💨 风速: \(.currentweather.windspeed) mph\n🌪️ 代码: \(.current_weather.weathercode)\n
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 dc-weather-1776419995 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 dc-weather-1776419995 技能
skillhub install dc-weather-1776419995
文件大小: 1.12 KB | 发布时间: 2026-4-17 19:30