AgentSkillsCN

check-weather

使用wttr.in API查询城市当前天气

SKILL.md
--- frontmatter
name: check-weather
description: Check current weather for a city using wttr.in API
parameters:
  type: object
  properties:
    city:
      type: string
      description: City name to check weather for
  required:
    - city
command: curl -s 'wttr.in/{{city}}?format=3'