← 返回 Skills 市场
442
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install emotionwise
功能描述
Analyze text for emotions and sarcasm using the EmotionWise API (28 labels, EN/ES).
使用说明 (SKILL.md)
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_KEYContent-Type: application/json
Body:
{ "message": "\x3Ctext>" }
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.
安全使用建议
This skill appears to do what it says: it sends user-supplied text to EmotionWise's API and returns emotion/sarcasm results. Before installing: (1) confirm you trust the external service (https://emotionwise.ai) and its privacy policy, because any text you analyze (including sensitive info) will be transmitted offsite; (2) protect the EMOTIONWISE_API_KEY stored in your OpenClaw config (treat it like a secret); (3) consider using a scoped or revocable API key and test with non-sensitive data first; (4) verify the repo/homepage if you need provenance (README references a GitHub repo but the skill source is marked unknown). If you need stricter privacy, do not install or avoid sending PII to the skill.
功能分析
Type: OpenClaw Skill
Name: emotionwise
Version: 0.1.2
The skill bundle is benign. All files consistently describe a skill for emotion and sarcasm detection using the EmotionWise API. The `SKILL.md` provides clear, focused instructions for the AI agent to interact with `https://api.emotionwise.ai` and handle responses/errors, without any prompt injection attempts or instructions for unauthorized actions. The `README.md` contains standard installation and publishing commands for developers, which are not intended for the AI agent's runtime execution and are not inherently malicious. There is no evidence of data exfiltration, malicious execution, persistence, or obfuscation.
能力评估
Purpose & Capability
Name/description, SKILL.md, README, and examples all consistently describe calling EmotionWise's emotion-detector endpoint. The only required credential is EMOTIONWISE_API_KEY, which is appropriate for this purpose.
Instruction Scope
Runtime instructions are focused and only instruct the agent to POST the provided text to https://api.emotionwise.ai with the API key header. They do not instruct reading other files or unrelated environment variables. Important privacy note: whatever text the user supplies will be transmitted to the external service (no built-in redaction or privacy guidance in SKILL.md).
Install Mechanism
No install spec and no code files — instruction-only skill. This minimizes on-disk execution risk because nothing is downloaded or executed by the install process.
Credentials
Only a single credential (EMOTIONWISE_API_KEY) is required and it's the declared primary credential. The README instructs storing it in the OpenClaw config (~/.openclaw/openclaw.json), which is expected but means the key will be present on disk and needs to be protected.
Persistence & Privilege
Skill is not forced-always and does not request elevated platform privileges. It only requires enabling in the user's OpenClaw config to provide its API key — standard behavior for an API-based skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install emotionwise - 安装完成后,直接呼叫该 Skill 的名称或使用
/emotionwise触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.2
Compatibility fixes and packaging cleanup
v0.1.1
Initial public release
元数据
常见问题
Openclaw 是什么?
Analyze text for emotions and sarcasm using the EmotionWise API (28 labels, EN/ES). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 442 次。
如何安装 Openclaw?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install emotionwise」即可一键安装,无需额外配置。
Openclaw 是免费的吗?
是的,Openclaw 完全免费(开源免费),可自由下载、安装和使用。
Openclaw 支持哪些平台?
Openclaw 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Openclaw?
由 Daniel(@timexicali)开发并维护,当前版本 v0.1.2。
推荐 Skills