← 返回 Skills 市场
hongfeng-wenfang

Sentiment Analyzer

作者 hongfeng-wenfang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
191
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install sentiment-analyzer
功能描述
客服场景文本情绪分析工具。当需要对客户消息进行情绪识别(愤怒/焦虑/中性/满意/热情)、敏感词检测、情绪波动告警时使用。适用于:自动调整回复语气、触发紧急转接、投诉分级处理、NPS情绪追踪。触发词:情绪分析、情感检测、客户情绪、愤怒检测、情绪告警、sentiment。
安全使用建议
This skill appears to do what it says: a local, rule-based sentiment analyzer suitable for customer-service flows. Before installing, consider: (1) Data privacy — it stores session data under /tmp/sentiment_tracking/{session_id}.json (only first 100 characters are saved) but you should confirm this meets your retention and PII policies; change the path or add encryption/permissions if needed. (2) Cleanup — ensure session files are deleted or rotated after use to avoid leakage on shared hosts. (3) Accuracy & bias — it's a simple keyword rule engine; test for false positives/negatives and review the sensitive/negative word lists for unacceptable terms or localization issues. (4) Isolation — run in an environment where /tmp is not accessible to untrusted users if messages are sensitive. There are no network calls or credential requests, so network exfiltration risk from the included code is low, but always review deployed runtime environment and file permissions before use.
能力评估
Purpose & Capability
Name/description match the included code and docs: analyze.py implements rule-based sentiment classification, track.py implements session tracking. No unrelated credentials, binaries, or external integrations are requested.
Instruction Scope
SKILL.md only instructs running the included scripts and integrating results into workflows. It documents output format and alert rules. Minor scope note: the instructions rely on writing session data to /tmp and do not specify retention, access controls, or privacy guarantees.
Install Mechanism
No install spec or external downloads; the skill is instruction-first with small included Python scripts. Nothing is fetched from third-party URLs or installed to system-wide locations.
Credentials
The skill requests no environment variables or credentials (proportional). However, it persists session data under /tmp/sentiment_tracking which may contain customer message fragments; this storage/access pattern should be considered when handling sensitive data.
Persistence & Privilege
The skill does not request elevated privileges and always:false. It creates and writes its own files under /tmp/sentiment_tracking (its own scope) — this is expected but could expose session data on multi-user hosts if not secured or purged.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sentiment-analyzer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sentiment-analyzer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
sentiment-analyzer 1.0.0 初始版本发布 - 提供客服场景下的文本情绪分析工具,支持愤怒、焦虑、中性、满意、热情五类情绪识别。 - 内置敏感词检测与情绪波动告警机制,输出结构化 JSON,包括情绪分类、分数、关键词、敏感词、告警标记等字段。 - 自动匹配并推荐合适的回复语气(如歉意、安抚、中性、积极、热情)。 - 提供情绪追踪脚本,支持对话过程中连续情绪波动监测,便于及时人工介入及分级处理。
元数据
Slug sentiment-analyzer
版本 1.0.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Sentiment Analyzer 是什么?

客服场景文本情绪分析工具。当需要对客户消息进行情绪识别(愤怒/焦虑/中性/满意/热情)、敏感词检测、情绪波动告警时使用。适用于:自动调整回复语气、触发紧急转接、投诉分级处理、NPS情绪追踪。触发词:情绪分析、情感检测、客户情绪、愤怒检测、情绪告警、sentiment。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 191 次。

如何安装 Sentiment Analyzer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install sentiment-analyzer」即可一键安装,无需额外配置。

Sentiment Analyzer 是免费的吗?

是的,Sentiment Analyzer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Sentiment Analyzer 支持哪些平台?

Sentiment Analyzer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Sentiment Analyzer?

由 hongfeng-wenfang(@hongfeng-wenfang)开发并维护,当前版本 v1.0.0。

💬 留言讨论