/install birdnet
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 \x3Cid>
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 detectionsGET /api/v2/detections/:id- Get detection detailsGET /api/v2/species- Get species information
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install birdnet - After installation, invoke the skill by name or use
/birdnet - Provide required inputs per the skill's parameter spec and get structured output
What is Birdnet?
Query BirdNET-Go bird detections. View recent birds, search by species, get detection details. It is an AI Agent Skill for Claude Code / OpenClaw, with 1683 downloads so far.
How do I install Birdnet?
Run "/install birdnet" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Birdnet free?
Yes, Birdnet is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Birdnet support?
Birdnet is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Birdnet?
It is built and maintained by rappo (@rappo); the current version is v1.0.0.