Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Query BirdNET-Go bird detections. View recent birds, search by species, get detection details.
Query BirdNET-Go bird detections. View recent birds, search by species, get detection details.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
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: Common name (Scientific name) Confidence score (0.0-1.0) Date and time Verification status
GET /api/v2/detections - List detections GET /api/v2/detections/:id - Get detection details GET /api/v2/species - Get species information
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.