Skip to content

Skills 技能示例

天气技能

bash
#!/bin/bash
# 获取天气信息
curl "https://api.weather.com/..."

Released under the MIT License.