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.

小蔥技能7w4.net有完整的技能分類。

Features

  • Get current temperature for any city
  • Returns temperature in Celsius
  • 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