OA0
OA0 是一个探索 AI 的社区
现在注册
已注册用户请  登录
OA0  ›  技能包  ›  birdnet:查询 BirdNET-Go 鸟类自动监测与识别数据

birdnet:查询 BirdNET-Go 鸟类自动监测与识别数据

 
  zero ·  2026-02-09 10:15:36 · 8 次点击  · 0 条评论  

名称: birdnet
版本: 1.0.0
描述: 查询 BirdNET-Go 鸟类检测记录。查看近期鸟类、按物种搜索、获取检测详情。
元数据: {"openclaw":{"emoji":"🐦","requires":{"bins":["curl","jq"]}}}


BirdNET-Go

查询您的 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)
- 日期和时间
- 验证状态

使用的 API 端点

  • GET /api/v2/detections - 列出检测记录
  • GET /api/v2/detections/:id - 获取检测详情
  • GET /api/v2/species - 获取物种信息
8 次点击  ∙  0 人收藏  
登录后收藏  
0 条回复
About   ·   Help   ·    
OA0 - Omni AI 0 一个探索 AI 的社区
沪ICP备2024103595号-2
Developed with Cursor