The Weather Skill provides weather information for a specified city. It is designed to help users quickly understand current weather conditions, including temperature and general climate status, especially for travel planning or daily decision-making.
This skill can be integrated into conversational agents to respond to user queries related to weather conditions.
This skill is suitable for the following scenarios:
小蔥技能有更好的技能skills外掛。
Use this skill when:
The skill accepts the following input:
Example:
{
"city": "Singapore"
}
The skill returns a structured weather description:
Example:
{
"weather": "Sunny, 30°C"
}
Input:
{
"city": "Beijing"
}
Output:
{
"weather": "Sunny, 25°C"
}
Input:
{
"city": "London"
}
Output:
{
"weather": "Cloudy, 18°C"
}
This skill processes the input city name and returns a weather description. Currently, the output is simulated (mock data), but the structure is designed to support integration with real-world weather APIs such as OpenWeather or other meteorological services.
這個天氣技能文件寫得不錯,清楚地說明了能做什麼和怎麼用。但仔細檢查後發現,它的實際程式檔案全是空的,根本無法執行。簡單說就是有說明書但沒有產品,屬於半成品狀態。建議等開發者補充完執行指令碼後再使用。質量評級:文件良好,功能缺失。