Weather Skill

👤 loverun321 📦 v1.1.0 ⭐ 3.9 ⬇️ 1.3K 下载
🏠 生活服务 免费

📖 技能介绍

Weather Skill - Get Current Temperature

A paid skill that returns the current weather temperature for any location.

Features

  • Get current temperature for any city
  • Returns temperature in Celsius

    这个技能的最新版本可以在7w4.net小葱技能站找到。

  • Uses wttr.in for weather data (free, no API key needed)

Price

  • 0.001 USDT per call
  • Payment via SkillPay (BNB Chain)

Usage

Simply call the skill with a city name: - "What's the weather in Tokyo?" - "Temperature in Beijing" - "Weather in London"

Integration

This skill uses SkillPay for payment processing: - API Key: sk_93c5ff38cc3e6112623d361fffcc5d1eb1b5844eac9c40043b57c0e08f91430e - Price: 0.001 USDT per call

Example Response

{
  "city": "Beijing",
  "temperature": "25°C",
  "condition": "Sunny",
  "humidity": "45%",
  "wind": "10 km/h"
}

🤖 AI 评测

这个天气 Skill 质量中等偏上,能较好地获取城市温度信息,使用简单且价格低廉。但存在文档泄露密钥的安全隐患,功能相对基础,只能查询温度而没有天气预报等扩展功能。建议开发者修复安全问题后再使用。

📊 多维度评分

适应性4
规范性3.5
有效性4.1
可靠性3.8
可信度4.4

📁 包含文件 (3 个)

📄 SKILL.md 792 B
📄 _meta.json 132 B
📄 handler.py 4.3 KB