# Send Pets to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "pets",
    "name": "Pets",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/ivangdavila/pets",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/pets",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/pets",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=pets",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "behavior.md",
      "creative.md",
      "reports.md",
      "routines.md",
      "training.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "pets",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T09:15:07.486Z",
      "expiresAt": "2026-05-07T09:15:07.486Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=pets",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=pets",
        "contentDisposition": "attachment; filename=\"pets-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "pets"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/pets"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/pets",
    "downloadUrl": "https://openagent3.xyz/downloads/pets",
    "agentUrl": "https://openagent3.xyz/skills/pets/agent",
    "manifestUrl": "https://openagent3.xyz/skills/pets/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/pets/agent.md"
  }
}
```
## Documentation

### 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

ContextLoadTraining methods by speciestraining.mdBehavior tracking patternsbehavior.mdRoutines and remindersroutines.mdCreative projectscreative.mdReport generationreports.md

### Core Capabilities

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

### Logging Any Event

When user shares anything about their pet:

Identify event type: incident | win | moment | health | training | routine
Extract relevant tags for later filtering
Append to ~/pets/{pet}/log.jsonl
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?"):

Load log.jsonl for the pet
Filter by date range
Summarize by type: incidents count, training wins, notable moments
Identify patterns: improving? recurring issues? new behaviors?
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.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T09:15:07.486Z
- Expires at: 2026-05-07T09:15:07.486Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/pets)
- [Send to Agent page](https://openagent3.xyz/skills/pets/agent)
- [JSON manifest](https://openagent3.xyz/skills/pets/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/pets/agent.md)
- [Download page](https://openagent3.xyz/downloads/pets)