/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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install birdnet - 安装完成后,直接呼叫该 Skill 的名称或使用
/birdnet触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Birdnet 是什么?
Query BirdNET-Go bird detections. View recent birds, search by species, get detection details. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1683 次。
如何安装 Birdnet?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install birdnet」即可一键安装,无需额外配置。
Birdnet 是免费的吗?
是的,Birdnet 完全免费(开源免费),可自由下载、安装和使用。
Birdnet 支持哪些平台?
Birdnet 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Birdnet?
由 rappo(@rappo)开发并维护,当前版本 v1.0.0。