← 返回 Skills 市场
freedompixels

Emoji翻译器

作者 freedompixels · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
51
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cn-emoji-translator
功能描述
支持中文和英文文本与Emoji表情的相互转换,纯本地处理无需网络依赖。
使用说明 (SKILL.md)

cn-emoji-translator

Emoji 翻译器。文本转 emoji 表情,emoji 转文字描述。

功能

  • 文本 → Emoji 表情(关键词替换)
  • Emoji → 文字描述
  • 支持中英文混合
  • 纯本地处理,无需API

安装要求

  • Python 3.6+
  • 无外部依赖(使用内置 emoji 库或自定义映射)

使用方法

千策,把这段翻译成emoji:今天天气真好
千策,这个emoji是什么意思:🎉

参数

  • text: 要翻译的文本
  • direction: 翻译方向 (text2emoji / emoji2text),默认 text2emoji

示例

输入:

千策,把这段转成emoji:我爱吃苹果

输出:

我❤️🍎

分类

趣味

关键词

emoji, 表情, 翻译, emoji translator, 表情包

安全使用建议
The bundled Python script implements a straightforward local text↔emoji mapping and appears consistent with the skill description. Before installing: (1) open the SKILL.md in a hex-capable editor and check for invisible unicode control chars (RLO, LRE, FSI, PDF, etc.); remove them if present. (2) Review scripts/emoji_translator.py yourself or run it in a sandboxed environment to confirm it only does local string operations and prints results. (3) Test with non-sensitive input to confirm behavior. If you find hidden control characters or any unexpected network activity when running the script, do not install. If you are not comfortable inspecting files, treat this as untrusted until verified.
功能分析
Type: OpenClaw Skill Name: cn-emoji-translator Version: 1.0.0 The skill is a straightforward emoji translator that performs local string replacement between text and emojis. The Python script (scripts/emoji_translator.py) uses standard library functions and hardcoded mapping dictionaries without any network access, file system manipulation, or dangerous execution sinks. The instructions in SKILL.md are consistent with the code's functionality and do not contain any prompt injection or malicious directives.
能力评估
Purpose & Capability
Name/description claim a local emoji translator and the included Python script implements exactly that with local mapping tables and no network calls or unrelated dependencies. Mappings support Chinese and English as advertised.
Instruction Scope
SKILL.md usage and parameters are limited to translating text and show no steps that read external files, env vars, or contact external endpoints. However the pre-scan flagged 'unicode-control-chars' in SKILL.md — invisible characters (e.g., directionality controls) can be used for prompt-injection or to obscure content; inspect the raw SKILL.md bytes to confirm none are present or malicious.
Install Mechanism
No install spec or external downloads are declared. The skill bundles a small Python script (no third-party imports) — low installation risk and nothing is fetched from external URLs.
Credentials
No environment variables, credentials, or config paths are requested. The script only reads CLI args/stdin and prints output; required privileges appear minimal and proportionate.
Persistence & Privilege
Skill does not request always:true, does not modify other skills or system settings, and does not persist credentials. Autonomous invocation is allowed by platform default (no additional privilege requested).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cn-emoji-translator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cn-emoji-translator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of cn-emoji-translator. - Converts text to emoji and emoji to text descriptions. - Supports both Chinese and English input. - All processing is done locally; no external API required. - No external dependencies—uses built-in emoji library or custom mapping.
元数据
Slug cn-emoji-translator
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Emoji翻译器 是什么?

支持中文和英文文本与Emoji表情的相互转换,纯本地处理无需网络依赖。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 51 次。

如何安装 Emoji翻译器?

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

Emoji翻译器 是免费的吗?

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

Emoji翻译器 支持哪些平台?

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

谁开发了 Emoji翻译器?

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

💬 留言讨论