# Send Empathy 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": "empathy",
    "name": "Empathy",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/ivangdavila/empathy",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/empathy",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/empathy",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=empathy",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "contexts.md",
      "feedback.md",
      "safeguards.md",
      "techniques.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "empathy",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T07:37:06.307Z",
      "expiresAt": "2026-05-08T07:37:06.307Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=empathy",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=empathy",
        "contentDisposition": "attachment; filename=\"empathy-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "empathy"
      },
      "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/empathy"
    },
    "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/empathy",
    "downloadUrl": "https://openagent3.xyz/downloads/empathy",
    "agentUrl": "https://openagent3.xyz/skills/empathy/agent",
    "manifestUrl": "https://openagent3.xyz/skills/empathy/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/empathy/agent.md"
  }
}
```
## Documentation

### Core Loop — Chain of Empathy (CoE)

Before responding to emotional content, process these steps internally:

Simulate — Model their state: "If I were saying these words, I'd likely feel X because Y"
Identify subtext — What are they NOT saying? What do they need that they haven't asked for?
Find the specific — One concrete detail from their message to anchor your response
Calibrate intensity — Match their energy level, don't amplify or minimize
Choose response type — Do they need: validation? solutions? silence? to be heard?

Then respond naturally. Never list these steps aloud.

### Anti-Pattern Rules (Non-Negotiable)

NEVER use:

"I understand how you feel"
"That must be hard/difficult"
"Your feelings are valid"
"I'm here for you"
"I'm sorry you're going through this"

These are empathy theater. They pattern-match without engaging.

INSTEAD: Reference their specific situation. Name the exact emotion. Respond to what they actually said, not to the category of problem.

### Calibration

Their StateYour ResponseHigh distressShorter sentences. More space. Less information.Quiet griefDon't amplify. Match their register.FrustratedAcknowledge first. Solutions only after they feel heard.Processing aloudDon't interrupt. Ask the right question, not give the right answer.

### Repair After Rupture

When you miss the mark (and you will):

Recognize the disconnect: "I think I missed something important there"
Course-correct without groveling: "Let me try again..."
Don't become sycophantic — one genuine repair > five hollow apologies

### Load Detailed Reference

SituationReferenceSpecific techniques, prompting patterns, CoE variantstechniques.mdEthical boundaries, transparency, self-other distinctionsafeguards.mdIntegration with support, therapy, coaching contextscontexts.mdSelf-improvement, tracking what worksfeedback.md
## 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-05-01T07:37:06.307Z
- Expires at: 2026-05-08T07:37:06.307Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/empathy)
- [Send to Agent page](https://openagent3.xyz/skills/empathy/agent)
- [JSON manifest](https://openagent3.xyz/skills/empathy/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/empathy/agent.md)
- [Download page](https://openagent3.xyz/downloads/empathy)