← 返回 Skills 市场
rappo

Birdnet

作者 rappo · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1683
总下载
1
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install birdnet
功能描述
Query BirdNET-Go bird detections. View recent birds, search by species, get detection details.
使用说明 (SKILL.md)

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 detections
  • GET /api/v2/detections/:id - Get detection details
  • GET /api/v2/species - Get species information
安全使用建议
This skill appears to do only what it says: query a BirdNET-Go server on the configured URL. Before installing, verify the config file's URL points to a trusted local device (the default 192.168.1.50 is a LAN address). If you set the URL to a public/unknown host, that host will receive your queries and any returned data — only use endpoints you trust. Review the included scripts if you want to confirm there are no additional network calls or writes, and ensure curl/jq are available on the system.
功能分析
Type: OpenClaw Skill Name: birdnet Version: 1.0.0 The skill bundle is a legitimate wrapper for the BirdNET-Go API. It uses standard OpenClaw credential management (`~/.clawdbot/credentials/birdnet/config.json`) to configure the API URL, defaulting to a local IP. The `scripts/birdnet.sh` script uses `curl` for API interaction and `jq` for JSON parsing and output formatting. User inputs are handled safely, with `jq --arg` for search queries and explicit URL encoding (`jq -sRr @uri`) for species names, preventing injection vulnerabilities. There is no evidence of data exfiltration, malicious execution, persistence, or prompt injection against the agent in `SKILL.md`.
能力评估
Purpose & Capability
Name/description match the behavior: the script queries BirdNET-Go API endpoints. Required binaries (curl, jq) are appropriate and no unrelated credentials, files, or services are requested.
Instruction Scope
SKILL.md and scripts/birdnet.sh limit actions to reading a single config file (~/.clawdbot/credentials/birdnet/config.json) for the API URL and performing read-only GET requests against that API. There are no instructions to read unrelated files, modify system settings, or transmit data to third-party endpoints.
Install Mechanism
No install spec — instruction-only with a small helper script. Nothing is downloaded or extracted by the skill itself.
Credentials
The skill requires no environment variables or credentials. It reads a single well-scoped config path in the user's home directory; this is proportional to its purpose.
Persistence & Privilege
always is false and the skill does not request persistent platform privileges or modify other skills or system-wide settings. It only reads a user config file and makes network requests to the configured URL.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install birdnet
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /birdnet 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the BirdNET-Go integration skill. - Query BirdNET-Go for recent bird detections, detection details, and species information. - Search detections by species name or get summary of today's activity. - Simple local setup with no API key required. - Uses standard command-line tools: curl and jq. - Outputs detection info including confidence, verification, and timestamps.
元数据
Slug birdnet
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

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。

💬 留言讨论