← All skills
Tencent SkillHub · Data Analysis

BirdWeather

Query BirdWeather station data — species detections, trends, and comparisons from BirdNET-Pi and PUC bird song detection stations. Use when asked about bird...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Query BirdWeather station data — species detections, trends, and comparisons from BirdNET-Pi and PUC bird song detection stations. Use when asked about bird...

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/birdweather.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 4 sections Open source page

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 <station_id> # Species detected (default: today) scripts/birdweather.py species <station_id> --period day|week|month --limit 50 # Species for date range scripts/birdweather.py species <station_id> --from 2026-02-01 --to 2026-02-14 # Top species (compact, default: week) scripts/birdweather.py top <station_id> --period week --limit 10 # Recent individual detections scripts/birdweather.py detections <station_id> --limit 20 # Compare periods (shows new arrivals, departures, trends) scripts/birdweather.py compare <station_id> --this week --last month # Any command with raw JSON output scripts/birdweather.py --json species <station_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

Category context

Data access, storage, extraction, analysis, reporting, and insight generation.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts
  • SKILL.md Primary doc
  • scripts/birdweather.py Scripts