✓ Verified 🌐 Web Scrapers ✓ Enhanced Data

Birdnet

Query BirdNET-Go bird detections.

Rating
4.6 (131 reviews)
Downloads
42,044 downloads
Version
1.0.0

Overview

Query BirdNET-Go bird detections.

Complete Documentation

View Source →

BirdNET-Go

Query your BirdNET-Go bird sound identification system.

Setup

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

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

No API key needed for local access.

Commands

List recent detections

bash
bash scripts/birdnet.sh recent [limit]
Shows the most recent bird detections with confidence scores.

Search detections by species

bash
bash scripts/birdnet.sh search "Common Raven"
Search for detections of a specific bird species.

Get detection details

bash
bash scripts/birdnet.sh detection <id>
Get full details about a specific detection including weather data.

Get species info

bash
bash scripts/birdnet.sh species "Corvus corax"
Get information about a species including rarity score and taxonomy.

Today's summary

bash
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

Installation

Terminal bash

openclaw install birdnet
    
Copied!

💻Code Examples

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

create-clawdbotcredentialsbirdnetconfigjson.json
{
  "url": "http://192.168.1.50:783"
}

Tags

#search_and-research

Quick Info

Category Web Scrapers
Model Claude 3.5
Complexity One-Click
Author rappo
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install birdnet