名称: birdnet
版本: 1.0.0
描述: 查询 BirdNET-Go 鸟类检测记录。查看近期鸟类、按物种搜索、获取检测详情。
元数据: {"openclaw":{"emoji":"🐦","requires":{"bins":["curl","jq"]}}}
查询您的 BirdNET-Go 鸟类声音识别系统。
创建 ~/.clawdbot/credentials/birdnet/config.json 文件:
{
"url": "http://192.168.1.50:783"
}
本地访问无需 API 密钥。
bash scripts/birdnet.sh recent [limit]
显示最近的鸟类检测记录及其置信度分数。
bash scripts/birdnet.sh search "Common Raven"
搜索特定鸟类物种的检测记录。
bash scripts/birdnet.sh detection <id>
获取特定检测记录的完整详情,包括天气数据。
bash scripts/birdnet.sh species "Corvus corax"
获取物种信息,包括稀有度评分和分类学数据。
bash scripts/birdnet.sh today
显示今日鸟类检测记录的摘要。
近期检测记录显示:
- 通用名(学名)
- 置信度分数(0.0-1.0)
- 日期和时间
- 验证状态
GET /api/v2/detections - 列出检测记录GET /api/v2/detections/:id - 获取检测详情GET /api/v2/species - 获取物种信息