emotionwise

Analyze text for emotions and sarcasm using the EmotionWise API (28 labels, EN/ES).

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "emotionwise" with this command: npx skills add timexicali/emotionwise

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"],
  "confidence_scores": { "joy": 0.87, "admiration": 0.72 },
  "sarcasm_detected": false,
  "sarcasm_score": 0.04
}

Output format

Return:

  • top emotions with confidence
  • sarcasm flag + score
  • short practical interpretation for developer use

Error handling

  • 401/403: Tell the user API key is missing/invalid and suggest reconfiguration.
  • 429: Tell the user quota/rate limit was hit and suggest retry later.
  • 5xx: Tell the user the API is temporarily unavailable and suggest retry.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Emotion State

NL emotion tracking + prompt injection via OpenClaw hook

Registry SourceRecently Updated
2.7K6Profile unavailable
Research

PoliBERT Sentiment Analysis

Political sentiment analysis using PoliBERTweet - a RoBERTa model pre-trained on 83M political tweets. Analyzes support, opposition, and stance toward politi...

Registry SourceRecently Updated
760Profile unavailable
Web3

Veroq

Provide verified AI intelligence on markets, assets, sentiment, and economic data with live prices, signals, analysis, and fact-checking from 1,000+ tickers...

Registry SourceRecently Updated
1460Profile unavailable
Research

Chinese NLP Toolkit

Specialized natural language processing for Chinese text. Covers segmentation (jiaba), sentiment analysis, keyword extraction, text summarization, tone detec...

Registry SourceRecently Updated
3710Profile unavailable