SkillsAggSubmit Skill

birdbuddy

Clean

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

0 stars🍴 0 forks0 installs📄 MIT

Install Command

npx skills add mogglemoss/openclaw-birdbuddy-skill
Author
mogglemoss
Repository
mogglemoss/openclaw-birdbuddy-skill
Discovered via
github topic
Weekly installs
0
Quality score
25/100
Last commit
2/21/2026

SKILL.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-skill
rss-agentClean

A 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-agent

Fitness 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-coach
garmin-skillClean

Talk 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
birdbuddy | SkillsAgg