Jump to related tools in the same category or review the original source on GitHub.

Coding Agents & IDEs @mogglemoss Updated 6/28/2026 310 downloads 0 stars Security: Pass

🐦 Birdbuddy OpenClaw Plugin & Skill | ClawHub

Looking to integrate Birdbuddy into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate coding agents & ides tasks instantly, without having to write custom tools from scratch.

What this skill does

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

Install

ClawHub CLI
openclaw skills install @mogglemoss/birdbuddy
Node.js (npx)
npx clawhub@latest install birdbuddy

Full SKILL.md

Open original
Metadata table.
nameversiondescription
birdbuddy1.0.0Query your Bird Buddy smart bird feeder - check status, battery, food level, and see recent bird visitors with species identification.

SKILL.md content below is scrollable.

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
ClawHub Registry URL: https://clawhub.ai/mogglemoss/skills/birdbuddy

Related skills

If this matches your use case, these are close alternatives in the same category.