跳至主要内容
小龙虾小龙虾AI
🤖

Birdnet

Query BirdNET-Go bird detections. View recent birds, search by species, get detection details.

下载1.3k
星标0
版本1.0.0
搜索研究
安全通过

技能说明


name: birdnet version: 1.0.0 description: Query BirdNET-Go bird detections. View recent birds, search by species, get detection details. metadata: {"openclaw":{"emoji":"🐦","requires":{"bins":["curl","jq"]}}}

BirdNET-Go

Query your BirdNET-Go bird sound identification system.

Setup

Create ~/.clawdbot/credentials/birdnet/config.json:

{
  "url": "http://192.168.1.50:783"
}

No API key needed for local access.

Commands

List recent detections

bash scripts/birdnet.sh recent [limit]

Shows the most recent bird detections with confidence scores.

Search detections by species

bash scripts/birdnet.sh search "Common Raven"

Search for detections of a specific bird species.

Get detection details

bash scripts/birdnet.sh detection <id>

Get full details about a specific detection including weather data.

Get species info

bash scripts/birdnet.sh species "Corvus corax"

Get information about a species including rarity score and taxonomy.

Today's summary

bash scripts/birdnet.sh today

Summary of today's bird detections.

Output Format

Recent detections show:

  • Common name (Scientific name)
  • Confidence score (0.0-1.0)
  • Date and time
  • Verification status

API Endpoints Used

  • GET /api/v2/detections - List detections
  • GET /api/v2/detections/:id - Get detection details
  • GET /api/v2/species - Get species information

如何使用「Birdnet」?

  1. 打开小龙虾AI(Web 或 iOS App)
  2. 点击上方「立即使用」按钮,或在对话框中输入任务描述
  3. 小龙虾AI 会自动匹配并调用「Birdnet技能完成任务
  4. 结果即时呈现,支持继续对话优化

相关技能