21.1 技能平台设计
21.1.1 什么是技能:可热插拔的 Agent 能力模块
设计理念
---
name: weather
description: Get current weather and forecasts (no API key required).
metadata: { "openclaw": { "emoji": "🌤️", "requires": { "bins": ["curl"] } } }
---
# Weather
Two free services, no API keys needed.
## wttr.in (primary)
Quick one-liner:
```bash
curl -s "wttr.in/London?format=3"内置技能(Bundled)
类别
代表性技能
说明
内置技能目录解析
21.1.3 技能加载与快照
加载流程
资格过滤
技能快照
技能命令规格
本节小结
Last updated