Query BirdNET-Go bird detections. View recent birds, search by species, get detection details.
Query your BirdNET-Go bird sound identification system.
Create `~/.clawdbot/credentials/birdnet/config.json`:
```json
{
"url": "http://192.168.1.50:783"
}
```
No API key needed for local access.
```bash
bash scripts/birdnet.sh recent [limit]
```
Shows the most recent bird detections with confidence scores.
```bash
bash scripts/birdnet.sh search "Common Raven"
```
Search for detections of a specific bird species.
```bash
bash scripts/birdnet.sh detection <id>
```
Get full details about a specific detection including weather data.
```bash
bash scripts/birdnet.sh species "Corvus corax"
```
Get information about a species including rarity score and taxonomy.
```bash
bash scripts/birdnet.sh today
```
Summary of today's bird detections.
Recent detections show:
Leave a review
No reviews yet. Be the first to review this skill!