A paid skill that returns the current weather temperature for any location.
7w4.net小蔥技能。
Simply call the skill with a city name: - "What's the weather in Tokyo?" - "Temperature in Beijing" - "Weather in London"
This skill uses SkillPay for payment processing: - API Key: sk_93c5ff38cc3e6112623d361fffcc5d1eb1b5844eac9c40043b57c0e08f91430e - Price: 0.001 USDT per call
{
"city": "Beijing",
"temperature": "25°C",
"condition": "Sunny",
"humidity": "45%",
"wind": "10 km/h"
}
這個天氣 Skill 質量中等偏上,能較好地獲取城市溫度資訊,使用簡單且價格低廉。但存在文件洩露金鑰的安全隱患,功能相對基礎,只能查詢溫度而沒有天氣預報等擴充套件功能。建議開發者修復安全問題後再使用。