Files
openclaw-backups/automations/birthday-tracker/birthdays.json
Krilly 2d85d3873d Add three new automations: FreshRSS digest, birthday tracker, home stack monitor
- FreshRSS Smart Digest: Daily AI-ranked RSS summary at 7 AM
- Birthday Tracker: Smart reminders for family birthdays with gift suggestions
- Home Stack Monitor: Health checks every 15 min with self-healing attempts

All cron jobs configured and ready to run. Telegram bot token saved to .env
2026-02-21 01:41:26 +00:00

54 lines
1.8 KiB
JSON

{
"people": [
{
"name": "Grace Martin",
"relationship": "Mum",
"birthday": "06-02",
"birth_year": 1951,
"notes": "Cancer treatment ongoing - be extra thoughtful. Loves gardening, cooking, family time.",
"gift_ideas": ["Flowers", "Gardening supplies", "Photo album", "Day spa voucher", "Home-cooked meal"],
"past_gifts": []
},
{
"name": "Harvey Martin",
"relationship": "Dad",
"birthday": "12-08",
"birth_year": 1949,
"notes": "Full-time carer for Grace. Needs respite/support. Loves tech gadgets, wine, coffee.",
"gift_ideas": ["Ember mug", "Wine subscription", "Coffee beans", "Tech gadget", "Day out voucher"],
"past_gifts": []
},
{
"name": "Elizabeth Martin",
"relationship": "Sister",
"birthday": "09-11",
"birth_year": 1990,
"notes": "Vegan - avoid food gifts unless specifically vegan. Creative, environmentally conscious.",
"gift_ideas": ["Vegan cookbook", "Eco-friendly products", "Plants", "Art supplies", "Experience gift"],
"past_gifts": []
},
{
"name": "Alexander",
"relationship": "Godson/Cousin",
"birthday": "07-XX",
"birth_year": 2016,
"notes": "8 years old (born July 2016). Loves games, books, LEGO, sports.",
"gift_ideas": ["LEGO set", "Books", "Board games", "Sports equipment", "Science kit"],
"past_gifts": []
},
{
"name": "Mia Martin",
"relationship": "Doggo 🐕",
"birthday": "XX-XX",
"notes": "14 years old, beloved geriatric girl. Treats, toys, comfy beds.",
"gift_ideas": ["Premium dog treats", "Comfy bed", "New toy", "Grooming session"],
"past_gifts": []
}
],
"settings": {
"reminder_weeks_before": 2,
"reminder_days_before": 7,
"reminder_day_of": true
}
}