/install birdweather
BirdWeather
CLI at scripts/birdweather.py for querying BirdWeather station data. No API key needed — all station data is public.
Find station IDs at https://app.birdweather.com/
Commands
# Station info (name, location, status, last detection)
scripts/birdweather.py station \x3Cstation_id>
# Species detected (default: today)
scripts/birdweather.py species \x3Cstation_id> --period day|week|month --limit 50
# Species for date range
scripts/birdweather.py species \x3Cstation_id> --from 2026-02-01 --to 2026-02-14
# Top species (compact, default: week)
scripts/birdweather.py top \x3Cstation_id> --period week --limit 10
# Recent individual detections
scripts/birdweather.py detections \x3Cstation_id> --limit 20
# Compare periods (shows new arrivals, departures, trends)
scripts/birdweather.py compare \x3Cstation_id> --this week --last month
# Any command with raw JSON output
scripts/birdweather.py --json species \x3Cstation_id> --period week
Output
Species lists show detection count, common name, and scientific name:
467 Eurasian Blue Tit (Cyanistes caeruleus)
290 Eurasian Wren (Troglodytes troglodytes)
Compare shows arrivals, departures, and significant changes between periods.
Notes
- Detection count ≠ bird count (one bird singing repeatedly = many detections)
- BirdNET AI classification can misidentify — unusual species may be false positives
- Stations go offline periodically — empty results may mean the station is down, not that there are no birds
- Period options:
day(today),week(last 7 days),month(last 30 days) - Stdlib only — no pip dependencies
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install birdweather - After installation, invoke the skill by name or use
/birdweather - Provide required inputs per the skill's parameter spec and get structured output
What is BirdWeather?
Query BirdWeather station data — species detections, trends, and comparisons from BirdNET-Pi and PUC bird song detection stations. Use when asked about bird... It is an AI Agent Skill for Claude Code / OpenClaw, with 556 downloads so far.
How do I install BirdWeather?
Run "/install birdweather" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is BirdWeather free?
Yes, BirdWeather is completely free (open-source). You can download, install and use it at no cost.
Which platforms does BirdWeather support?
BirdWeather is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created BirdWeather?
It is built and maintained by maxdraki (@maxdraki); the current version is v1.0.0.