weather-skill-hangs-001

👤 hangs111 📦 v1.0.0 ⭐ 3.6 ⬇️ 755 下载
🏠 生活服务 免费

📖 技能介绍

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:

7w4.net有更好的技能插件。

  • 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

🤖 AI 评测

这个天气技能文档写得不错,清楚地说明了能做什么和怎么用。但仔细检查后发现,它的实际程序文件全是空的,根本无法运行。简单说就是有说明书但没有产品,属于半成品状态。建议等开发者补充完执行脚本后再使用。质量评级:文档良好,功能缺失。

📊 多维度评分

适应性4
规范性3.6
有效性3.5
可靠性3
可信度4.4

📁 包含文件 (6 个)

📄 RESOURCE/ELEMENT_CHAIN.txt 0 B
📄 RESOURCE/config.json 0 B
📄 SCRIPTS/replay.py 0 B
📄 SCRIPTS/run_from_config_steps.py 0 B
📄 SKILL.md 2.3 KB
📄 _meta.json 142 B