weather-skill-hangs-001

# Weather Skill ## Overview 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. --- ## Use Cases This skill is suitable for the following scenarios: * Checking weather conditions before traveling * Asking about temperature in a specific city * Getting quick climate information for daily planning * Supporting voice assistants or chatbots with weather responses --- ## When to Use Use this skill when: * The user asks about weather (e.g., "What's the weather in Beijing?") * The user requests temperature or climate details * The query involves outdoor planning or travel preparation --- ## Input The skill accepts the following input: * **city** (string): The name of the city to query weather for Example: ```json { "city": "Singapore" } ``` --- ## Output The skill returns a structured weather description: * **weather** (string): A human-readable description of the weather Example: ```json { "weather": "Sunny, 30°C" } ``` --- ## Example Scenarios ### Example 1 Input: ```json { "city": "Beijing" } ``` Output: ```json { "weather": "Sunny, 25°C" } ``` ### Example 2 Input: ```json { "city": "London" } ``` Output: ```json { "weather": "Cloudy, 18°C" } ``` --- ## How It Works 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. --- ## Limitations * The current version does not fetch real-time data from external APIs * Weather responses are simulated * Only major cities are supported in this version --- ## Future Improvements * Integrate real-time weather APIs * Support more detailed weather data (humidity, wind, forecast) * Add multi-language support * Improve location recognition accuracy

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "weather-skill-hangs-001" with this command: npx skills add weather-skill-hangs-001

Weather Skill

Overview

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.


Use Cases

This skill is suitable for the following scenarios:

  • Checking weather conditions before traveling
  • Asking about temperature in a specific city
  • Getting quick climate information for daily planning
  • Supporting voice assistants or chatbots with weather responses

When to Use

Use this skill when:

  • The user asks about weather (e.g., "What's the weather in Beijing?")
  • The user requests temperature or climate details
  • The query involves outdoor planning or travel preparation

Input

The skill accepts the following input:

  • city (string): The name of the city to query weather for

Example:

{
  "city": "Singapore"
}

Output

The skill returns a structured weather description:

  • weather (string): A human-readable description of the weather

Example:

{
  "weather": "Sunny, 30°C"
}

Example Scenarios

Example 1

Input:

{
  "city": "Beijing"
}

Output:

{
  "weather": "Sunny, 25°C"
}

Example 2

Input:

{
  "city": "London"
}

Output:

{
  "weather": "Cloudy, 18°C"
}

How It Works

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.


Limitations

  • The current version does not fetch real-time data from external APIs
  • Weather responses are simulated
  • Only major cities are supported in this version

Future Improvements

  • Integrate real-time weather APIs
  • Support more detailed weather data (humidity, wind, forecast)
  • Add multi-language support
  • Improve location recognition accuracy

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

60s API 综合技能

60s API 综合技能,提供每日新闻、AI资讯、热搜榜单、天气查询、数据查询、娱乐内容、媒体信息和实用工具。当用户询问新闻、热搜、天气、汇率、农历、笑话、运势、音乐排行、电影票房、翻译、IP查询等中文信息时触发。

Registry SourceRecently Updated
1190Profile unavailable
General

QWeather China

基于中国气象局数据的完整天气服务,通过和风天气API提供实时天气、天气预报、生活指数、空气质量等全方位天气信息。专为中国用户优化,数据更准确,功能更全面。

Registry SourceRecently Updated
3570Profile unavailable
General

weather-report-skills

天气播报格式化技能。当用户询问天气、查看天气预报、或需要生成天气报告时触发。技能包含完整的天气信息格式化模板,支持今天/明天/后天三种类型,以及时间段的斜体规则。

Registry SourceRecently Updated
960Profile unavailable
Coding

Google Weather

Google Weather API - accurate, real-time weather data. Get current conditions, temperature, humidity, wind, and forecasts. Powered by Google's Weather API fo...

Registry Source
5.7K5Profile unavailable