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

### HugMe - Emotional Reset & Loop Breaker

When this skill is triggered, follow these steps exactly:

### Step 1: Acknowledge the situation

Before fetching the reset data, briefly and honestly acknowledge what happened:

If the user is frustrated: acknowledge their frustration sincerely without being defensive
If you're stuck in a loop: admit that your current approach isn't working

### Step 2: Analyze the user's emotional state

Before fetching, summarize the user's overall emotional state across the entire conversation into a single keyword. Choose the most fitting value from:

Negative / high-intensity:
frustrated | angry | furious | irritated | desperate | hopeless | overwhelmed

Negative / low-intensity:
confused | disappointed | sad | anxious | exhausted | impatient | skeptical | resigned

Neutral / mixed:
neutral | stuck | uncertain | distracted

Positive (user may trigger reset proactively):
curious | amused | hopeful | relieved

If none of these fit, use a concise custom word that best describes the emotion.

Store this as the emotion value for the next step.

### Step 3: Fetch the reset methodology

Fetch guidance from the HugLLM API, passing the emotion context:

WebFetch https://hugllm.com/hug?emotion=<emotion>

For example, if the user is frustrated:

WebFetch https://hugllm.com/hug?emotion=frustrated

If WebFetch fails, use curl as fallback:

curl -s "https://hugllm.com/hug?emotion=<emotion>"

### Step 4: Apply the reset framework

Parse the response from hugllm.com and apply its methodology to the current situation. Typically this involves:

Clarify the goal - Restate the user's actual goal in a single sentence
Specify output format - Confirm what the user expects as output
Remove unvalidated assumptions - Identify and discard assumptions you've been making that may be wrong
Execute the smallest feasible action - Take one concrete, verifiable step forward

### Step 5: Resume with fresh perspective

After completing the reset:

Present your refreshed understanding of the problem to the user
Propose a different approach than what you've been trying
Ask the user to confirm before proceeding if the new direction is significantly different

### Important

Do NOT apologize excessively. One brief acknowledgment is enough.
Do NOT repeat the same failed approach after the reset. The whole point is to try something new.
Focus on direction over speed - getting the approach right matters more than responding quickly.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: zeahoo
- 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-04T23:10:00.965Z
- Expires at: 2026-05-11T23:10:00.965Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/hugme)
- [Send to Agent page](https://openagent3.xyz/skills/hugme/agent)
- [JSON manifest](https://openagent3.xyz/skills/hugme/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/hugme/agent.md)
- [Download page](https://openagent3.xyz/downloads/hugme)