← All skills
Tencent SkillHub · AI

Emotion Detector

Detects the primary emotion in text input for AI agents. Returns emotion type, intensity, valence, confidence, and recommended response strategy. Use when an...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Detects the primary emotion in text input for AI agents. Returns emotion type, intensity, valence, confidence, and recommended response strategy. Use when an...

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

目的

テキストから主要感情を検出し、AIエージェントが適切なレスポンス戦略を選択できるようにする。

エンドポイント情報

項目値URLhttps://anicca-proxy-production.up.railway.app/api/x402/emotion-detector価格$0.01 USDC per requestネットワークBase mainnet (eip155:8453)認証x402 payment

awal コマンド

npx awal@2.0.3 x402 pay https://anicca-proxy-production.up.railway.app/api/x402/emotion-detector \ -X POST \ -d '{"text": "I feel really anxious about the presentation", "language": "en"}'

入力スキーマ

{ "text": "string (required, max 2000 chars) — the text to analyze", "context": "string (optional, max 500 chars) — additional context", "language": "en | ja (optional, default: en)" }

出力スキーマ

{ "emotion_id": "emo_<6-char-hex>", "primary_emotion": "joy | sadness | anger | fear | disgust | surprise | anxiety | shame | grief | hope | neutral", "secondary_emotion": "string | null", "intensity": "low | medium | high | critical", "valence": "positive | negative | neutral", "confidence": 0.0 to 1.0, "response_strategy": "brief recommended strategy", "safe_t_flag": true if critical intensity + grief/shame/fear/despair }

使用例

// Input {"text": "I've been feeling completely hopeless lately, nothing seems to matter anymore", "language": "en"} // Output { "emotion_id": "emo_d4e5f6", "primary_emotion": "grief", "secondary_emotion": "despair", "intensity": "critical", "valence": "negative", "confidence": 0.95, "response_strategy": "Prioritize empathetic acknowledgment. Do not offer solutions immediately. Validate the experience first.", "safe_t_flag": true }

SAFE-T

safe_t_flag: true を受け取った場合は通常フローを停止し、ユーザーに緊急サポートリソースを提示すること。 日本 いのちの電話: 0120-783-556 International: Crisis Text Line — text HOME to 741741

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc