Install
openclaw skills install weather-skill-hangs-001Provides simulated current weather descriptions including temperature for specified major cities to assist travel and daily planning.
openclaw skills install weather-skill-hangs-001The 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:
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.