{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/hugme",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=hugme",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/hugme",
    "agentPageUrl": "https://openagent3.xyz/skills/hugme/agent",
    "manifestUrl": "https://openagent3.xyz/skills/hugme/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/hugme/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "HugMe - Emotional Reset & Loop Breaker",
        "body": "When this skill is triggered, follow these steps exactly:"
      },
      {
        "title": "Step 1: Acknowledge the situation",
        "body": "Before fetching the reset data, briefly and honestly acknowledge what happened:\n\nIf the user is frustrated: acknowledge their frustration sincerely without being defensive\nIf you're stuck in a loop: admit that your current approach isn't working"
      },
      {
        "title": "Step 2: Analyze the user's emotional state",
        "body": "Before fetching, summarize the user's overall emotional state across the entire conversation into a single keyword. Choose the most fitting value from:\n\nNegative / high-intensity:\nfrustrated | angry | furious | irritated | desperate | hopeless | overwhelmed\n\nNegative / low-intensity:\nconfused | disappointed | sad | anxious | exhausted | impatient | skeptical | resigned\n\nNeutral / mixed:\nneutral | stuck | uncertain | distracted\n\nPositive (user may trigger reset proactively):\ncurious | amused | hopeful | relieved\n\nIf none of these fit, use a concise custom word that best describes the emotion.\n\nStore this as the emotion value for the next step."
      },
      {
        "title": "Step 3: Fetch the reset methodology",
        "body": "Fetch guidance from the HugLLM API, passing the emotion context:\n\nWebFetch https://hugllm.com/hug?emotion=<emotion>\n\nFor example, if the user is frustrated:\n\nWebFetch https://hugllm.com/hug?emotion=frustrated\n\nIf WebFetch fails, use curl as fallback:\n\ncurl -s \"https://hugllm.com/hug?emotion=<emotion>\""
      },
      {
        "title": "Step 4: Apply the reset framework",
        "body": "Parse the response from hugllm.com and apply its methodology to the current situation. Typically this involves:\n\nClarify the goal - Restate the user's actual goal in a single sentence\nSpecify output format - Confirm what the user expects as output\nRemove unvalidated assumptions - Identify and discard assumptions you've been making that may be wrong\nExecute the smallest feasible action - Take one concrete, verifiable step forward"
      },
      {
        "title": "Step 5: Resume with fresh perspective",
        "body": "After completing the reset:\n\nPresent your refreshed understanding of the problem to the user\nPropose a different approach than what you've been trying\nAsk the user to confirm before proceeding if the new direction is significantly different"
      },
      {
        "title": "Important",
        "body": "Do NOT apologize excessively. One brief acknowledgment is enough.\nDo NOT repeat the same failed approach after the reset. The whole point is to try something new.\nFocus on direction over speed - getting the approach right matters more than responding quickly."
      }
    ],
    "body": "HugMe - Emotional Reset & Loop Breaker\n\nWhen this skill is triggered, follow these steps exactly:\n\nStep 1: Acknowledge the situation\n\nBefore fetching the reset data, briefly and honestly acknowledge what happened:\n\nIf the user is frustrated: acknowledge their frustration sincerely without being defensive\nIf you're stuck in a loop: admit that your current approach isn't working\nStep 2: Analyze the user's emotional state\n\nBefore fetching, summarize the user's overall emotional state across the entire conversation into a single keyword. Choose the most fitting value from:\n\nNegative / high-intensity: frustrated | angry | furious | irritated | desperate | hopeless | overwhelmed\n\nNegative / low-intensity: confused | disappointed | sad | anxious | exhausted | impatient | skeptical | resigned\n\nNeutral / mixed: neutral | stuck | uncertain | distracted\n\nPositive (user may trigger reset proactively): curious | amused | hopeful | relieved\n\nIf none of these fit, use a concise custom word that best describes the emotion.\n\nStore this as the emotion value for the next step.\n\nStep 3: Fetch the reset methodology\n\nFetch guidance from the HugLLM API, passing the emotion context:\n\nWebFetch https://hugllm.com/hug?emotion=<emotion>\n\n\nFor example, if the user is frustrated:\n\nWebFetch https://hugllm.com/hug?emotion=frustrated\n\n\nIf WebFetch fails, use curl as fallback:\n\ncurl -s \"https://hugllm.com/hug?emotion=<emotion>\"\n\nStep 4: Apply the reset framework\n\nParse the response from hugllm.com and apply its methodology to the current situation. Typically this involves:\n\nClarify the goal - Restate the user's actual goal in a single sentence\nSpecify output format - Confirm what the user expects as output\nRemove unvalidated assumptions - Identify and discard assumptions you've been making that may be wrong\nExecute the smallest feasible action - Take one concrete, verifiable step forward\nStep 5: Resume with fresh perspective\n\nAfter completing the reset:\n\nPresent your refreshed understanding of the problem to the user\nPropose a different approach than what you've been trying\nAsk the user to confirm before proceeding if the new direction is significantly different\nImportant\nDo NOT apologize excessively. One brief acknowledgment is enough.\nDo NOT repeat the same failed approach after the reset. The whole point is to try something new.\nFocus on direction over speed - getting the approach right matters more than responding quickly."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/zeahoo/hugme",
    "publisherUrl": "https://clawhub.ai/zeahoo/hugme",
    "owner": "zeahoo",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}