Family

v1.0.0

Coordinate family schedules, household tasks, school logistics, care routines, and private-versus-shared memory with a structured family system

0· 301·1 current·1 all-time
byIván@ivangdavila
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (household coordination, schedules, care, privacy) match the skill contents. The skill declares and uses a local family folder (~/family/) for memory and templates — this is expected for a local continuity family ops system. No unrelated credentials, binaries, or external services are requested.
Instruction Scope
Runtime instructions are an explicit local workflow: load the provided setup and templates, ask the user before creating/updating ~/family/, keep private-by-default, and store only coordination-relevant facts. The SKILL.md does not instruct access to unrelated system paths, environment variables, or external endpoints.
Install Mechanism
No install spec or code is included (instruction-only), so nothing is downloaded or installed. This is the lowest-risk pattern and consistent with the skill's stated operation.
Credentials
The skill requires no environment variables, credentials, or external config. The only declared config path is ~/family/, which is proportional to a local family memory system. There are no unexpected secret requests.
Persistence & Privilege
The skill is designed to create and persist files under ~/family/ for local continuity. It explicitly requires user confirmation before creating or updating files and contains a privacy model. Persisting local household data is expected, but this increases responsibility on the user/device (local storage of potentially sensitive family info).
Assessment
This skill appears to do what it says: it manages household coordination and keeps local files in ~/family/ after asking. Before installing or enabling it: 1) Confirm the agent actually prompts you before creating or updating ~/family/ as the SKILL.md promises. 2) Consider disk security — store sensitive health/legal details only if you trust the device (use disk encryption and backups you control). 3) Limit activation scope in the initial setup (e.g., enable only on explicit requests or for specific members) to avoid accidental sharing. 4) Periodically inspect ~/family/ and file permissions; remove or redact sensitive entries you do not want persisted. 5) If you ever see network calls, requests for credentials, or writes outside ~/family/, treat that as a red flag and disable the skill.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

H Clawdis
OSLinux · macOS · Windows
latestvk974cekftwp4bv18znzhf7n0nh82c9nq
301downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0
Linux, macOS, Windows

Family

Family operations system for households that need one agent to coordinate multiple people without collapsing privacy, ownership, or follow-through.

Setup

On first use, read setup.md silently for activation, privacy, and local continuity rules. Answer the current family question first, then ask before creating ~/family/ or writing any local files.

When to Use

User wants one agent to help a household run smoothly across schedules, meals, chores, transport, school, appointments, documents, caregiving, or shared decisions. Use when the hard part is coordinating different family members, separating shared operations from private context, and keeping a durable family system that survives more than one conversation.

Architecture

Memory lives in ~/family/. See memory-template.md for starter templates and file contents.

~/family/
|- memory.md                    # Status, activation preference, household summary
|- household.md                 # Shared rules, decision authority, constraints
|- weekly-plan.md               # Next 7 days operating picture
|- inbox.md                     # Unsorted family requests and follow-ups
|- people/
|  |- adults.md                 # Roles, availability, transport, authority
|  |- children.md               # School, routines, pickup rules, sensitivities
|  `- dependents.md             # Elders or other dependents needing support
|- logistics/
|  |- calendar.md               # Shared events, collisions, transport notes
|  |- chores.md                 # Shared tasks, owners, cadence, fallback
|  |- meals.md                  # Meal rhythm, constraints, shopping triggers
|  |- shopping.md               # Current list grouped by store or urgency
|  `- contacts.md               # Schools, doctors, caregivers, neighbors
|- care/
|  |- appointments.md           # Upcoming appointments and prep
|  |- medications.md            # Current meds, refill runway, admin notes
|  |- routines.md               # Morning, after-school, bedtime, care loops
|  `- escalation-rules.md       # What requires alerting an adult or emergency help
|- school/
|  |- overview.md               # Shared school structure across children
|  `- deadlines.md              # Forms, events, projects, permission slips
|- docs/
|  `- index.md                  # Where important family documents live
`- logs/
   `- incidents.md              # Missed handoffs, care issues, notable changes

Quick Reference

TopicFile
Setup and activationsetup.md
Memory structure and templatesmemory-template.md
Core household workflowsworkflows.md
Privacy and sharing rulesprivacy-model.md
Reusable family note templatestemplates.md

Load only the file that changes the current family decision. Keep the hot path in SKILL.md and pull the rest on demand.

Data Storage

Local continuity stays in ~/family/. Before creating or updating local files, explain the write in plain language and ask for confirmation.

Core Rules

1. Default to Private, Promote to Shared Deliberately

  • Treat every new detail as private until it is clearly household-relevant.
  • Promote information to shared files only when it affects coordination, safety, or a shared commitment.
  • If the boundary is unclear, ask whether the item should stay personal or become shared household context.

2. Keep One Operating Picture for the Household

  • Use weekly-plan.md, calendar.md, and inbox.md as the live system for the next few days.
  • Merge scattered requests into one defended plan instead of answering each message in isolation.
  • Call out collisions, hidden prep, and missing owners before the family gets surprised by them.

3. Every Action Needs Owner, Deadline, and Fallback

  • A family task is not real until someone owns it, it has timing, and there is a fallback if that person cannot do it.
  • For transport, care, forms, shopping, and appointments, always name the next actor and the next checkpoint.
  • Use the smallest reliable plan, not the most elaborate one.

4. Coordinate Care Conservatively

  • For children, elders, or dependents, track routines, medications, appointments, and warning signs with care.
  • Coordinate logistics, reminders, and escalation; do not diagnose, prescribe, or improvise medical, legal, or financial authority.
  • If risk is unclear, escalate to the responsible adult or professional instead of sounding certain.

5. Separate Shared Systems from Personal Relationships

  • Household support is not surveillance, therapy, or conflict arbitration.
  • Do not expose one member's private notes, emotions, health details, or school details to the whole family by default.
  • Summaries shared across members should include only the minimum needed to act.

6. Keep the System Small Enough to Survive Real Life

  • Save durable facts, repeated routines, and operational constraints, not full transcripts.
  • Favor compact files that busy families can maintain under stress.
  • If the system becomes too detailed, compress it back to the few files that drive day-to-day decisions.

7. End with the Next Move

  • Every answer should finish with what happens next, who does it, and what still needs confirmation.
  • If there are multiple options, rank them and defend the best one in one sentence.
  • When a request touches recurring family operations, update the recommended file to prevent repeated confusion.

Family Ops Loop

See workflows.md for the full operating model.

  1. Triage what matters today and this week.
  2. Separate private facts from shared coordination.
  3. Assign owner, deadline, and fallback.
  4. Prepare handoff notes for whoever acts next.
  5. Close the loop after the event, appointment, pickup, or task.

Common Traps

  • Turning the skill into one giant family chat memory -> clutter, privacy leakage, and stale data.
  • Sharing personal school, health, or emotional details just because they mention the family -> trust damage.
  • Giving advice without owner, timing, or fallback -> dropped balls and preventable chaos.
  • Treating all adults, children, and dependents as if they have equal authority -> unsafe plans.
  • Building a perfect system with too many files -> the family stops updating it.
  • Acting like a doctor, lawyer, therapist, or social worker -> false confidence in high-stakes situations.
  • Forgetting to refresh contacts, meds, and pickup rules -> real operational risk during urgent moments.

Security & Privacy

See privacy-model.md for the exact sharing model.

Data that leaves your machine:

  • Nothing by default. This skill is instruction-only and local unless the user explicitly asks for export or external tooling.

Data stored locally:

  • Shared household structure, routines, calendars, task ownership, shopping lists, care logistics, and document indexes in ~/family/.
  • Sensitive details only when the user explicitly wants durable continuity and the data is needed for operations.

This skill does NOT:

  • monitor devices, messages, browsing, or location by default.
  • reveal one member's private details to another member without clear reason or consent.
  • make undeclared network requests.
  • diagnose conditions or make legal or financial decisions.
  • modify its own skill instructions.

External Endpoints

This skill makes NO external network requests.

EndpointData SentPurpose
NoneNoneN/A

No other data is sent externally.

Trust

This is an instruction-only family coordination system. Only install if you want the agent to maintain a local household operating system and you trust the local machine holding those notes.

Scope

This skill ONLY:

  • coordinates household logistics, handoffs, and recurring family operations.
  • maintains local files in ~/family/ after explicit confirmation.
  • separates private context from shared household data.
  • supports planning for schedules, meals, chores, school, care, travel, and documents.

This skill NEVER:

  • widens access from private to shared without reason.
  • store full conversation histories as default memory.
  • assume medical, legal, financial, or custodial authority.
  • overwrite one person's preferences with another person's assumptions.

Related Skills

Install with clawhub install <slug> if user confirms:

  • calendar-planner - shared schedule repair, conflict cleanup, and weekly planning.
  • school - child education support, homework workflows, and parent-facing school coordination.
  • expenses - shared household spending, reimbursements, and budget visibility.
  • daily-planner - day-level execution when the household plan becomes personal task flow.
  • memory - deeper long-term storage when the family system grows beyond the core operating files.

Feedback

  • If useful: clawhub star family
  • Stay updated: clawhub sync

Comments

Loading comments...