A powerful integration to query and analyze bird sound detections from your local BirdNET-Go identification system.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install birdnet
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install birdnet using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The BirdNET-Go skill allows users to interface with their local bird sound identification server directly through their AI agent environment. By leveraging Openclaw Skills, developers and bird enthusiasts can programmatically access real-time detection logs, verify species taxonomy, and retrieve environmental data associated with specific audio classifications.
This skill bridges the gap between bioacoustic monitoring hardware and automated data analysis workflows, making it easier to manage large datasets of avian sounds. It is designed for those who host their own BirdNET-Go instances and want a streamlined way to interact with their data without manual API calls.
To get started with this skill, ensure you have curl and jq installed on your host machine. Then, configure your credentials:
mkdir -p ~/.clawdbot/credentials/birdnet/
touch ~/.clawdbot/credentials/birdnet/config.json
~/.clawdbot/credentials/birdnet/config.json:{
"url": "http://192.168.1.50:783"
}
bash scripts/birdnet.sh recent 5
The skill processes and returns data in a structured format compatible with standard Openclaw Skills workflows:
| Field | Description |
|---|---|
| Common Name | The primary English name of the detected bird. |
| Scientific Name | The Latin taxonomy for the species. |
| Confidence | A float between 0.0 and 1.0 indicating identification certainty. |
| Verification | The status of the detection (e.g., verified or unverified). |
| Metadata | Includes rarity scores and associated weather data for specific IDs. |
Loading
A unified command-line interface designed to streamline the management of Radarr, Sonarr, and Lidarr within the Openclaw Skills ecosystem.

A powerful image generation tool that leverages xAI's Grok API to create visuals directly within your AI agent workflow.

A comprehensive repository of technical analysis, market structure, and trading psychology for informed market participation.

A professional-grade technical analysis engine that calculates indicators, detects chart patterns, and generates trading signals using CCXT market data.

A powerful music automation skill for searching, adding, and monitoring artists and albums within Lidarr.

An automated workflow skill that aggregates daily activity logs into structured reports and distributes them via multiple communication channels.








































