Query BirdNET-Go bird detections. View recent birds, search by species, get detection details. Use when this capability is needed.
Query your BirdNET-Go bird sound identification system.
Create ~/.clawdbot/credentials/birdnet/config.json:
{
"url": "http://192.168.1.50:783"
}
No API key needed for local access.
bash scripts/birdnet.sh recent [limit]
Shows the most recent bird detections with confidence scores.
bash scripts/birdnet.sh search "Common Raven"
Search for detections of a specific bird species.
bash scripts/birdnet.sh detection <id>
Get full details about a specific detection including weather data.
bash scripts/birdnet.sh species "Corvus corax"
Get information about a species including rarity score and taxonomy.
bash scripts/birdnet.sh today
Summary of today's bird detections.
Recent detections show:
GET /api/v2/detections - List detectionsGET /api/v2/detections/:id - Get detection detailsGET /api/v2/species - Get species informationConverted and distributed by TomeVault Context snippets also available to append to your CLAUDE.md, GEMINI.md, and copilot-instructions.md — download at TomeVault