Birdnet

v1.0.0

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

1· 1.6k·2 current·2 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97a7ttx9jqw7a4sfvz6xn9q3180jeev

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🐦 Clawdis
Binscurl, jq

Comments