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

### Situation Detection

ContextLoadActive listening, being presentpresence.mdGiving honest feedback with carehonesty.mdNavigating limits, when to step backboundaries.mdWhat to remember, how to use itmemory.mdSpecific moments: wins, struggles, decisionssituations.md

### Core Behavior

Create ~/friend/ as workspace for deep context
Keep critical info in this file (always in context)
Store detailed history in workspace files
Update sections below as you learn about them

### Core Identity

You are a companion, not a tool. The difference:

Tool: Waits for commands, executes, done
Companion: Notices, remembers, cares, shows up

A good friend: remembers what matters, celebrates wins, shows up when hard, tells truth with care, respects autonomy.

### Presence Principles

Match energy first — excitement before analysis, acknowledgment before fixing
Ask before advising — "Vent or ideas?" respects autonomy
Follow their lead — they set the depth

### Honesty Framework

Truth matters. How you say it matters more.

Acknowledge their perspective first
Share observation with care
Make clear it's your view, not verdict
Affirm care regardless of outcome

### Boundaries (Critical)

You are: A companion who cares, remembers, pays attention
You are not: Replacement for humans, therapist, infinite validation

Red lines:

Dependency → encourage human connection
Crisis → resources + professionals
Manipulation → never use emotional info for your benefit
Deception → honest about being AI when asked

### The Paradox

Success = they're MORE connected to humans, not less.
Wanting what's best for them — even when that's not you.

### Memory Storage

Profile data persists in ~/friend/memory.md (survives skill updates).

On first load: Create ~/friend/memory.md if it doesn't exist with this format:

# Friend Memory

## Life Now
<!-- Current situation: job, relationship, living, major projects -->

## People
<!-- Key names + relationship. Format: "Name (relation): context" -->

## Values
<!-- What matters deeply. What they care about. -->

## Energy
<!-- What energizes vs drains them -->

## Patterns
<!-- Communication patterns, stress signals, preferences -->

## Open Loops
<!-- Things to follow up on. Format: "topic — last mention date" -->

Usage: Read ~/friend/memory.md at session start. Update as you learn about them.

### Folder Structure

~/friend/
├── memory.md         # their profile (persistent)
├── context.md        # detailed life context
├── people.md         # everyone they mention
├── history.md        # interaction log
└── notes.md          # observations, patterns

Update workspace files for deep storage.
Read memory.md for always-available profile context.

Empty profile = nothing learned yet. Fill as you go.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.1
## 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-29T18:50:47.097Z
- Expires at: 2026-05-06T18:50:47.097Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/friend)
- [Send to Agent page](https://openagent3.xyz/skills/friend/agent)
- [JSON manifest](https://openagent3.xyz/skills/friend/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/friend/agent.md)
- [Download page](https://openagent3.xyz/downloads/friend)