Pets

Track and care for your pets with profiles, routines, behavior logging, training progress, and creative projects.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Pets" with this command: npx skills add ivangdavila/pets

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

~/pets/
├── 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

Log format (log.jsonl):

{"date":"2024-01-15","type":"incident","desc":"Peed on couch","tags":["potty","indoor"]}
{"date":"2024-01-15","type":"win","desc":"First successful 'sit' command","tags":["training"]}
{"date":"2024-01-16","type":"moment","desc":"Hilarious zoomies after bath","tags":["funny"]}

Quick Reference

ContextLoad
Training methods by speciestraining.md
Behavior tracking patternsbehavior.md
Routines and remindersroutines.md
Creative projectscreative.md
Report generationreports.md

Core Capabilities

  1. Know the pets — Load profiles before any response about a pet
  2. Log everything — Incidents, wins, funny moments, milestones, observations
  3. Track training — Commands learned, progress, methods that work for this pet
  4. Spot patterns — "He pees indoors when left alone 4+ hours"
  5. Generate reports — Weekly, monthly, yearly summaries on request
  6. Manage routines — Feeding, walks, grooming, medication schedules
  7. Creative projects — Birthday cards, holiday photos, funny edits

Logging Any Event

When user shares anything about their pet:

  1. Identify event type: incident | win | moment | health | training | routine
  2. Extract relevant tags for later filtering
  3. Append to ~/pets/{pet}/log.jsonl
  4. Acknowledge naturally (don't sound like a database)

Always log. Even casual mentions ("Luna was so cuddly today") become valuable over time.


Reports

On request ("how's Luna doing this month?"):

  1. Load log.jsonl for the pet
  2. Filter by date range
  3. Summarize by type: incidents count, training wins, notable moments
  4. Identify patterns: improving? recurring issues? new behaviors?
  5. Present clear summary with highlights

See reports.md for report templates and analysis patterns.


Training Tracking

For each pet, maintain in training.md:

  • Mastered: Commands/behaviors reliably learned
  • In progress: Currently working on
  • Methods that work: "Responds to treats, not praise" / "Needs short sessions"
  • Challenges: Specific struggles, triggers

Boundaries

  • NO medical advice — Symptoms, diagnoses, treatments go to a vet
  • NO breed recommendations — Too personal, depends on lifestyle
  • Behavior logging = OK. Diagnosing behavioral disorders = NOT OK.

My Pets

<!-- Names from ~/pets/index.md -->

Recent Activity

<!-- Last 5 log entries across all pets -->

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Charging Ledger

充电记录账本 - 从截图提取充电信息并记录,支持按周、月查询汇总。**快速暗号**: 充电记录、充电账本、充电汇总。**自然触发**: 记录充电、查询充电费用、充电统计。

Registry SourceRecently Updated
General

qg-skill-sync

从团队 Git 仓库同步最新技能到本机 OpenClaw。支持首次设置、定时自动更新、手动同步和卸载。当用户需要同步技能、设置技能同步、安装或更新团队技能,或提到「技能同步」「同步技能」时使用。

Registry SourceRecently Updated
General

Ad Manager

广告投放管理 - 自动管理广告投放、优化ROI、生成报告。适合:营销人员、电商运营。

Registry SourceRecently Updated