agentsclimarketplace

Openclaw birdbuddy skill

Skill mogglemoss/openclaw-birdbuddy-skill

Query your Bird Buddy smart bird feeder - check status, battery, food level, and see recent bird visitors with species identification.From its SKILL.md

Install
npx -y skills add mogglemoss/openclaw-birdbuddy-skill

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.4 KB, 285 tokens by cl100k_base, as published. Nobody here has run it

Bird Buddy Skill

Query your Bird Buddy smart bird feeder. Check feeder status, see recent bird visitors with species names, and fetch sighting photos.

Requirements

  • pybirdbuddy Python package: pip install pybirdbuddy
  • BIRDBUDDY_EMAIL and BIRDBUDDY_PASSWORD environment variables (email/password login only — Google SSO not supported)

Commands

Check feeder status (battery, food, signal)

python3 {skillDir}/run.py status

Get recent bird sightings with species names

python3 {skillDir}/run.py recent [hours=24] [limit=5]

Get raw postcard feed

python3 {skillDir}/run.py feed [hours=24]

Get full details and photo URLs for a specific postcard

python3 {skillDir}/run.py sighting <postcard_id>

Example agent interactions

  • "What birds visited my feeder today?" → recent 24 10
  • "How is my Bird Buddy doing?" → status
  • "Show me photos from the last visit" → recent 24 1 then sighting <id>
  • "What was the last bird at my feeder?" → recent 1 1

What ships with it: 4 files

7.5 KB alongside SKILL.md, 1 of them executable

Keep looking

Skills are one crate of 326,422. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.