birdnetQuery BirdNET-Go bird detections. View recent birds, search by species, get detection details.
Install via ClawdBot CLI:
clawdbot install rappo/birdnetQuery 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 informationGenerated Mar 1, 2026
Home users with a BirdNET-Go setup can monitor local bird activity in real-time, identify species from audio recordings, and track daily summaries. This helps hobbyists maintain life lists, understand migration patterns, and contribute to citizen science projects by sharing verified detections.
Researchers and conservationists use the skill to analyze bird detection data from remote sensors, assessing species presence, population trends, and habitat health. It supports biodiversity studies, environmental impact assessments, and long-term monitoring programs by providing detailed detection logs and species information.
Schools and nature centers integrate the skill into STEM curricula or public exhibits, allowing students and visitors to explore bird sounds, learn taxonomy, and engage with real-time data. This enhances hands-on learning about ecology, data analysis, and local wildlife through interactive queries and summaries.
Tour operators and guides leverage the skill to enhance birdwatching tours by providing on-demand species identification and detection details during excursions. It improves guest experiences by offering instant insights into bird calls, rarity scores, and recent sightings in the area.
Offer tiered subscriptions for advanced features like historical data analysis, custom alerts for rare species, and API access to detection databases. Revenue is generated through monthly or annual fees from researchers, institutions, and avid birdwatchers seeking enhanced insights.
Sell integrated packages including BirdNET-Go compatible audio sensors, installation services, and premium skill support. This targets users needing turnkey solutions for home or field deployments, with revenue from one-time sales and optional maintenance contracts.
Provide basic detection queries for free to attract hobbyists, while charging for advanced analytics such as trend reports, weather correlation insights, and species distribution maps. Monetization comes from upsells to power users and professional clients.
š¬ Integration Tip
Ensure the BirdNET-Go server is running and accessible at the configured URL, and verify that curl and jq are installed on the system for script execution.
Control Sonos speakers (discover/status/play/volume/group).
Control Philips Hue lights/scenes via the OpenHue CLI.
Control Eight Sleep pods (status, temperature, alarms, schedules).
BluOS CLI (blu) for discovery, playback, grouping, and volume.
Control Home Assistant smart home devices, run automations, and receive webhook events. Use when controlling lights, switches, climate, scenes, scripts, or any HA entity. Supports bidirectional communication via REST API (outbound) and webhooks (inbound triggers from HA automations).
Use when integrating with Tesla's official Fleet API to read vehicle/energy device data or issue remote commands (e.g. start HVAC preconditioning, wake vehicle, charge controls). Covers onboarding (developer app registration, regions/base URLs), OAuth token flows (third-party + partner tokens, refresh rotation), required domain/public-key hosting, and using Tesla's official vehicle-command/tesla-http-proxy for signed vehicle commands.