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