Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Analyze text for emotions and sarcasm using the EmotionWise API (28 labels, EN/ES).
Analyze text for emotions and sarcasm using the EmotionWise API (28 labels, EN/ES).
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Use this skill when the user asks to: detect emotions in text detect sarcasm in text summarize emotional trends across multiple messages
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>" }
{ "detected_emotions": ["joy", "admiration"], "confidence_scores": { "joy": 0.87, "admiration": 0.72 }, "sarcasm_detected": false, "sarcasm_score": 0.04 }
Return: top emotions with confidence sarcasm flag + score short practical interpretation for developer use
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.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.