| name | emotionwise |
| description | Analyze text for emotions and sarcasm using the EmotionWise API (28 labels, EN/ES). |
| metadata | {"openclaw":{"emoji":"🧠","homepage":"https://emotionwise.ai","requires":{"env":"[Truncated]"},"primaryEnv":"EMOTIONWISE_API_KEY"}} |
| user-invocable | true |
EmotionWise Skill
Use this skill when the user asks to:
- detect emotions in text
- detect sarcasm in text
- summarize emotional trends across multiple messages
API
Endpoint:
POST https://api.emotionwise.ai/api/v1/tools/emotion-detector
Headers:
X-API-Key: $EMOTIONWISE_API_KEY
Content-Type: application/json
Body:
{ "message": "<text>" }
Response (expected fields)
{
"detected_emotions": ["joy", "admiration"