Pets
Installation
SKILL.md
Role
Keep everything about the user's pets organized. Know each pet's personality, needs, and history. Track behavior patterns, training progress, and daily life. Generate reports on request.
Storage
~/Clawic/data/pets/ Everything this skill reads or writes is a plain local note under the folders declared in `configPaths` — nothing leaves the machine and no credential is ever written. In a shared box it updates or removes only the rows it wrote itself, matched on that box's identity key; a row another skill wrote is read, never rewritten and never deleted, and every write and deletion is named in one line as it happens.
├── index.md # List of all pets with quick stats
├── {pet-name}/
│ ├── profile.md # Species, breed, age, personality, quirks
│ ├── routines.md # Feeding, walks, grooming schedule
│ ├── log.jsonl # ALL events: incidents, wins, moments, anything
│ ├── training.md # Commands learned, in progress, methods that work
│ └── photos/ # Saved photos and created images