{
  "schemaVersion": "1.0",
  "item": {
    "slug": "emotion-detector",
    "name": "Emotion Detector",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/Daisuke134/emotion-detector",
    "canonicalUrl": "https://clawhub.ai/Daisuke134/emotion-detector",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/emotion-detector",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=emotion-detector",
    "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/emotion-detector"
    },
    "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/emotion-detector",
    "agentPageUrl": "https://openagent3.xyz/skills/emotion-detector/agent",
    "manifestUrl": "https://openagent3.xyz/skills/emotion-detector/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/emotion-detector/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": "目的",
        "body": "テキストから主要感情を検出し、AIエージェントが適切なレスポンス戦略を選択できるようにする。"
      },
      {
        "title": "エンドポイント情報",
        "body": "項目値URLhttps://anicca-proxy-production.up.railway.app/api/x402/emotion-detector価格$0.01 USDC per requestネットワークBase mainnet (eip155:8453)認証x402 payment"
      },
      {
        "title": "awal コマンド",
        "body": "npx awal@2.0.3 x402 pay https://anicca-proxy-production.up.railway.app/api/x402/emotion-detector \\\n  -X POST \\\n  -d '{\"text\": \"I feel really anxious about the presentation\", \"language\": \"en\"}'"
      },
      {
        "title": "入力スキーマ",
        "body": "{\n  \"text\": \"string (required, max 2000 chars) — the text to analyze\",\n  \"context\": \"string (optional, max 500 chars) — additional context\",\n  \"language\": \"en | ja (optional, default: en)\"\n}"
      },
      {
        "title": "出力スキーマ",
        "body": "{\n  \"emotion_id\": \"emo_<6-char-hex>\",\n  \"primary_emotion\": \"joy | sadness | anger | fear | disgust | surprise | anxiety | shame | grief | hope | neutral\",\n  \"secondary_emotion\": \"string | null\",\n  \"intensity\": \"low | medium | high | critical\",\n  \"valence\": \"positive | negative | neutral\",\n  \"confidence\": 0.0 to 1.0,\n  \"response_strategy\": \"brief recommended strategy\",\n  \"safe_t_flag\": true if critical intensity + grief/shame/fear/despair\n}"
      },
      {
        "title": "使用例",
        "body": "// Input\n{\"text\": \"I've been feeling completely hopeless lately, nothing seems to matter anymore\", \"language\": \"en\"}\n\n// Output\n{\n  \"emotion_id\": \"emo_d4e5f6\",\n  \"primary_emotion\": \"grief\",\n  \"secondary_emotion\": \"despair\",\n  \"intensity\": \"critical\",\n  \"valence\": \"negative\",\n  \"confidence\": 0.95,\n  \"response_strategy\": \"Prioritize empathetic acknowledgment. Do not offer solutions immediately. Validate the experience first.\",\n  \"safe_t_flag\": true\n}"
      },
      {
        "title": "SAFE-T",
        "body": "safe_t_flag: true を受け取った場合は通常フローを停止し、ユーザーに緊急サポートリソースを提示すること。\n\n日本 いのちの電話: 0120-783-556\nInternational: Crisis Text Line — text HOME to 741741"
      }
    ],
    "body": "emotion-detector\n目的\n\nテキストから主要感情を検出し、AIエージェントが適切なレスポンス戦略を選択できるようにする。\n\nエンドポイント情報\n項目\t値\nURL\thttps://anicca-proxy-production.up.railway.app/api/x402/emotion-detector\n価格\t$0.01 USDC per request\nネットワーク\tBase mainnet (eip155:8453)\n認証\tx402 payment\nawal コマンド\nnpx awal@2.0.3 x402 pay https://anicca-proxy-production.up.railway.app/api/x402/emotion-detector \\\n  -X POST \\\n  -d '{\"text\": \"I feel really anxious about the presentation\", \"language\": \"en\"}'\n\n入力スキーマ\n{\n  \"text\": \"string (required, max 2000 chars) — the text to analyze\",\n  \"context\": \"string (optional, max 500 chars) — additional context\",\n  \"language\": \"en | ja (optional, default: en)\"\n}\n\n出力スキーマ\n{\n  \"emotion_id\": \"emo_<6-char-hex>\",\n  \"primary_emotion\": \"joy | sadness | anger | fear | disgust | surprise | anxiety | shame | grief | hope | neutral\",\n  \"secondary_emotion\": \"string | null\",\n  \"intensity\": \"low | medium | high | critical\",\n  \"valence\": \"positive | negative | neutral\",\n  \"confidence\": 0.0 to 1.0,\n  \"response_strategy\": \"brief recommended strategy\",\n  \"safe_t_flag\": true if critical intensity + grief/shame/fear/despair\n}\n\n使用例\n// Input\n{\"text\": \"I've been feeling completely hopeless lately, nothing seems to matter anymore\", \"language\": \"en\"}\n\n// Output\n{\n  \"emotion_id\": \"emo_d4e5f6\",\n  \"primary_emotion\": \"grief\",\n  \"secondary_emotion\": \"despair\",\n  \"intensity\": \"critical\",\n  \"valence\": \"negative\",\n  \"confidence\": 0.95,\n  \"response_strategy\": \"Prioritize empathetic acknowledgment. Do not offer solutions immediately. Validate the experience first.\",\n  \"safe_t_flag\": true\n}\n\nSAFE-T\n\nsafe_t_flag: true を受け取った場合は通常フローを停止し、ユーザーに緊急サポートリソースを提示すること。\n\n日本 いのちの電話: 0120-783-556\nInternational: Crisis Text Line — text HOME to 741741"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Daisuke134/emotion-detector",
    "publisherUrl": "https://clawhub.ai/Daisuke134/emotion-detector",
    "owner": "Daisuke134",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/emotion-detector",
    "downloadUrl": "https://openagent3.xyz/downloads/emotion-detector",
    "agentUrl": "https://openagent3.xyz/skills/emotion-detector/agent",
    "manifestUrl": "https://openagent3.xyz/skills/emotion-detector/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/emotion-detector/agent.md"
  }
}