← 返回 Skills 市场
wanng-ide

Emoji Reaction Automator

作者 WANGJUNJIE · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
814
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install emoji-reaction-automator
功能描述
Suggests emoji reactions for text messages based on sentiment analysis (positive, negative, funny, neutral). Use to increase social engagement and human-like...
使用说明 (SKILL.md)

Usage

const { suggestReaction } = require('./index.js');

const text = "This is awesome! Great job.";
const suggestion = suggestReaction(text);
// Returns: { category: "positive", emoji: "👍", confidence: 0.9 }

Supported Categories

  • Positive: 👍, ❤️, 🙌, ✅
  • Negative: 👎, 💔, ❌, ⚠️
  • Funny: 😂, 🤣, 💀
  • Curious: 🤔, 🧐, ❓
  • Excited: 🎉, 🚀, 🔥
  • Neutral: 👀, 🆗

Notes

This is a lightweight rule-based sentiment mapper designed for quick reactions without heavy ML dependencies.

安全使用建议
This skill appears simple and self-contained: it uses keyword matching to suggest emojis and does not perform network calls or request secrets. Things to consider before installing: (1) source is unknown and there is no homepage or license—prefer packages from trusted authors; (2) review the included index.js (it's short and readable) and run the provided tests locally (npm run test) before using in production; (3) because it executes as Node code on your system, only install it if you trust the environment and avoid running untrusted packages with elevated permissions; (4) if you plan to integrate it into a hosted agent that processes user messages, ensure it matches your privacy policy since it will see message text (but it does not transmit that text anywhere).
功能分析
Type: OpenClaw Skill Name: emoji-reaction-automator Version: 1.0.0 The OpenClaw skill bundle 'emoji-reaction-automator' is benign. It implements a simple, rule-based sentiment analysis to suggest emoji reactions for text messages. The code in `index.js` performs no file system operations, network requests, or shell command executions, despite importing `fs` and `path` which remain unused. The `SKILL.md` and `package.json` files are consistent with the stated purpose and contain no suspicious instructions or dependencies. All analyzed files align with the described functionality without exhibiting any malicious or high-risk behaviors.
能力评估
Purpose & Capability
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.
Instruction Scope
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.
Install Mechanism
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.
Credentials
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.
Persistence & Privilege
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install emoji-reaction-automator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /emoji-reaction-automator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of emoji-reaction-automator. - Suggests emoji reactions for text messages based on detected sentiment (positive, negative, funny, curious, excited, neutral). - Provides a simple API for integrating emoji suggestions into messaging platforms. - Uses lightweight, rule-based sentiment mapping for fast performance and ease of use. - Supports a wide range of emoji categories to enhance conversation engagement.
元数据
Slug emoji-reaction-automator
版本 1.0.0
许可证
累计安装 3
当前安装数 3
历史版本数 1
常见问题

Emoji Reaction Automator 是什么?

Suggests emoji reactions for text messages based on sentiment analysis (positive, negative, funny, neutral). Use to increase social engagement and human-like... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 814 次。

如何安装 Emoji Reaction Automator?

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

Emoji Reaction Automator 是免费的吗?

是的,Emoji Reaction Automator 完全免费(开源免费),可自由下载、安装和使用。

Emoji Reaction Automator 支持哪些平台?

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

谁开发了 Emoji Reaction Automator?

由 WANGJUNJIE(@wanng-ide)开发并维护,当前版本 v1.0.0。

💬 留言讨论