Skill
FamilyWall
Interact with the FamilyWall family organization platform. Manage calendar events, shopping lists, tasks, family messaging, member locations, meal plans, rec...
When to use FamilyWall
Choose if
Your household already runs on FamilyWall and you want an agent to read/write calendar events, shopping lists, tasks, messaging, member locations, meal plans, and recipes through a stable Python 3.10+ integration. The skill works with the Python standard library `urllib` alone (requests optional).
Avoid if
You don't use FamilyWall (the skill is platform-specific — Google Calendar, Cozi, and similar competitors have their own integrations), you can't store credentials as environment variables, or you need multi-family management without session switching. Also avoid if you need any guaranteed SLA — this is a community-built integration against an undocumented internal API.
Risk Flags
- MEDIUM auth Requires storing FAMILYWALL_EMAIL and FAMILYWALL_PASSWORD in environment variables (session-based auth). No OAuth/token flow described in SKILL.md — agents that mishandle credentials risk full account compromise.
- MEDIUM scope SKILL.md states API calls are limited to a single family context per session and require explicit family selection to avoid FizClassId 510 ("No family context") errors. Multi-family households need session switching.
- LOW lock_in Closed FamilyWall platform — moves with whatever their internal API does (SKILL.md documents nine FizClassId error classes including 1, 4, 10, 26, 502, 503, 510). No SLA disclosed.
Cost
Type: Free
Dependencies
Minimum runtime: Python 3.10+
Distribution
- ClawHub
snowsand-familywall- License
- MIT-0