birdbuddy
✓CleanQuery your Bird Buddy smart bird feeder - check status, battery, food level, and see recent bird visitors with species identification.
Install Command
npx skills add mogglemoss/openclaw-birdbuddy-skillSKILL.md
---
name: birdbuddy
description: Query your Bird Buddy smart bird feeder - check status, battery, food level, and see recent bird visitors with species identification.
version: 1.0.0
metadata:
openclaw:
requires:
env:
- BIRDBUDDY_EMAIL
- BIRDBUDDY_PASSWORD
bins:
- python3
primaryEnv: BIRDBUDDY_EMAIL
emoji: "ð¦"
homepage: https://github.com/jhansche/pybirdbuddy
---
# 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)
```bash
python3 {skillDir}/run.py status
```
### Get recent bird sightings with species names
```bash
python3 {skillDir}/run.py recent [hours=24] [limit=5]
```
### Get raw postcard feed
```bash
python3 {skillDir}/run.py feed [hours=24]
```
### Get full details and photo URLs for a specific postcard
```bash
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`
Similar Skills
Talk to your Apple Health data â ask questions about your workouts, heart rate, activity rings, and fitness trends using AI.
npx skills add nftechie/apple-health-skillA powerful RSS subscription manager and reader. Use it to (1) Import/export OPML files, (2) Manage RSS feeds (add, remove, categorize), (3) Validate feed connectivity, (4) Schedule periodic updates via cron, (5) Fetch and summarize articles with a progressive disclosure approach.
npx skills add shiquda/rss-agentFitness and diet tracking tool. Use when the user wants to analyze food photos for calories, log workouts, calculate metabolism (BMR/TDEE), get daily calorie summaries, or generate training/diet plans. Invoked with /bulkcut-coach.
npx skills add Juggernaut0825/bulkcut-coachTalk to your Garmin data â ask questions about your activities, training load, VO2 Max, heart rate zones, and more using AI.
npx skills add nftechie/garmin-skill