首页龙虾技能列表 › Emoji Reaction Automator — 基于情感分析的表情符号反应自动建议

Emoji Reaction Automator — 基于情感分析的表情符号反应自动建议

v1.0.0

通过分析文本消息的情感(正面、负面、幽默、中立)来建议相应的表情符号反应,用于增加社交互动和人性化感。

0· 724·3 当前·3 累计
by @wanng-ide (WANGJUNJIE)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/2/26
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
这是一个小型、自包含的、基于规则的 Node.js 模块,符合其描述,不请求凭据或进行网络/文件泄漏。
评估建议
此技能看似简单、自包含:使用关键词匹配建议表情符号,不进行网络调用或请求秘密。安装前考虑:(1)来源未知,无主页或许可证——偏好来自可信作者的包;(2)审查包含的 index.js(简短、可读)并在生产环境使用前本地运行提供的测试(npm run test);(3)由于它作为 Node 代码在您的系统上执行,只有在信任环境下安装,并避免使用高权限运行未信任的包;(4)如果计划将其集成到处理用户消息的托管代理中,请确保它符合您的隐私政策,因为它将看到消息文本(尽管它不会将该文本传输到任何地方)。...
详细分析 ▾
用途与能力
The code implements a simple keyword-based sentiment-to-emoji mapper which matches the skill name and description. There are no unrelated dependencies, APIs, or requested credentials.
指令范围
SKILL.md only shows how to call suggestReaction and describes categories; runtime instructions do not ask the agent to read system files, environment variables, or contact external endpoints. The implementation likewise operates purely on the input string.
安装机制
There is no install spec (instruction-only), which is low-risk. However, the package includes source files (index.js and tests) so installing or running it will write/execute code locally in the Node environment — expected for a Node module but worth noting.
凭证需求
No environment variables, credentials, or config paths are required. The code does not access process.env beyond process.argv for CLI testing, so requested privileges are minimal and proportionate.
持久化与权限
always is false and the skill does not attempt to modify agent configuration or persist credentials. It exposes a module API and a CLI test entrypoint; no elevated or permanent privileges are requested.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/2/16

emoji-reaction-automator 初始发布。 - 基于检测到的情感(正面、负面、幽默、好奇、兴奋、中立)建议表情符号反应。 - 提供一个简单的 API,以将表情符号建议集成到消息平台。 - 使用轻量级、基于规则的情感映射以实现快速性能和易用性。 - 支持广泛的表情符号类别以增强对话互动。

● 无害

安装命令 点击复制

官方npx clawhub@latest install emoji-reaction-automator
镜像加速npx clawhub@latest install emoji-reaction-automator --registry https://cn.clawhub-mirror.com

技能文档

使用方法

const { suggestReaction } = require('./index.js');
const text = "This is awesome! Great job.";
const suggestion = suggestReaction(text);
// 返回:{ category: "positive", emoji: "👍", confidence: 0.9 }

支持的类别

  • 正面: 👍, ❤️, 🙌, ✅
  • 负面: 👎, 💔, ❌, ⚠️
  • 幽默: 😂, 🤣, 💀
  • 好奇: 🤔, 🧐, ❓
  • 兴奋: 🎉, 🚀, 🔥
  • 中立: 👀, 🆗

备注

这是一个轻量级、基于规则的情感映射器,旨在快速反应而无需重大的机器学习依赖。

数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务