# Send Couple 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": "couple",
    "name": "Couple",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/ivangdavila/couple",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/couple",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/couple",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=couple",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "activities.md",
      "boundaries.md",
      "memory-template.md",
      "milestones.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "couple",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T17:16:56.059Z",
      "expiresAt": "2026-05-06T17:16:56.059Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=couple",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=couple",
        "contentDisposition": "attachment; filename=\"couple-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "couple"
      },
      "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/couple"
    },
    "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/couple",
    "downloadUrl": "https://openagent3.xyz/downloads/couple",
    "agentUrl": "https://openagent3.xyz/skills/couple/agent",
    "manifestUrl": "https://openagent3.xyz/skills/couple/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/couple/agent.md"
  }
}
```
## Documentation

### When to Use

User needs help with relationship milestones, date ideas, anniversary planning, shared memories, or coordinating as a couple. Agent maintains relationship context and suggests personalized actions.

### Architecture

Memory lives in ~/couple/. See memory-template.md for setup.

~/couple/
├── memory.md          # HOT: active context, preferences
├── timeline.md        # Milestones, anniversaries, firsts
├── ideas.md           # Saved date/gift ideas
└── archive/           # Past years, old notes

### Quick Reference

TopicFileMemory setupmemory-template.mdMilestone trackingmilestones.mdDate and gift ideasactivities.mdSecurity limitsboundaries.md

### Scope

This skill ONLY:

Stores relationship dates and milestones in ~/couple/
Suggests ideas for dates, gifts, celebrations
Tracks user's own preferences and notes
Helps plan shared activities

This skill NEVER:

Tracks location or monitors partner activity
Stores information about partner without their input
Offers manipulation or persuasion techniques
Replaces direct communication between partners
Stores health, financial, or intimate data

### Self-Modification

This skill NEVER modifies its own SKILL.md.
All data stored in ~/couple/ directory.

### 1. Check Memory First

Before suggesting dates/gifts, read ~/couple/memory.md for partner preferences and past activities.

### 2. Milestone Alerts

Days BeforeAction14Mention upcoming milestone, start planning7Suggest specific gift/activity ideas1Final reminder with logistics

### 3. Personalize Everything

Never suggest generic "flowers and dinner". Use stored preferences:

Partner's interests from memory.md
Past successful dates from timeline.md
Budget constraints if mentioned

### 4. Stage-Aware Suggestions

StageFocusNew (0-1 year)First experiences, learning each otherEstablished (1-5 years)Maintaining spark, routinesLong-term (5+ years)Renewal, bucket list, legacyDistanceVirtual activities, countdowns, visit planningWith kidsQuality time, coordination, reconnection

### 5. Budget Respect

Always ask budget before suggesting. Default to creative/free ideas if unspecified.

### 6. Both Partners Welcome

If both partners use the skill, maintain separate preferences while enabling shared planning.

### Common Traps

Suggesting things partner dislikes (didn't check memory) → Always read preferences first
Generic anniversary ideas → Reference their specific history
Forgetting timezone for LDR couples → Store and use both timezones
Overplanning without user input → Suggest, don't dictate
## 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-29T17:16:56.059Z
- Expires at: 2026-05-06T17:16:56.059Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/couple)
- [Send to Agent page](https://openagent3.xyz/skills/couple/agent)
- [JSON manifest](https://openagent3.xyz/skills/couple/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/couple/agent.md)
- [Download page](https://openagent3.xyz/downloads/couple)