Jump to related tools in the same category or review the original source on GitHub.

Search & Research @rappo Updated 7/15/2026 2,166 downloads 1 stars Security: Pass

🐦 Birdnet OpenClaw Plugin & Skill | ClawHub

Looking to integrate Birdnet into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate search & research tasks instantly, without having to write custom tools from scratch.

What this skill does

Query BirdNET-Go bird detections. View recent birds, search by species, get detection details.

Install

ClawHub CLI
openclaw skills install @rappo/birdnet
Node.js (npx)
npx clawhub@latest install birdnet

Full SKILL.md

Open original
Metadata table.
nameversiondescription
birdnet1.0.0Query BirdNET-Go bird detections. View recent birds, search by species, get detection details.

SKILL.md content below is scrollable.

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 <id>

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 detections
  • GET /api/v2/detections/:id - Get detection details
  • GET /api/v2/species - Get species information
ClawHub Registry URL: https://clawhub.ai/rappo/skills/birdnet

Related skills

If this matches your use case, these are close alternatives in the same category.