← Back to Skills Marketplace
freedompixels

Emoji翻译器

by freedompixels · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
51
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install cn-emoji-translator
Description
支持中文和英文文本与Emoji表情的相互转换,纯本地处理无需网络依赖。
README (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, 表情包

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install cn-emoji-translator
  3. After installation, invoke the skill by name or use /cn-emoji-translator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug cn-emoji-translator
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Emoji翻译器?

支持中文和英文文本与Emoji表情的相互转换,纯本地处理无需网络依赖。 It is an AI Agent Skill for Claude Code / OpenClaw, with 51 downloads so far.

How do I install Emoji翻译器?

Run "/install cn-emoji-translator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Emoji翻译器 free?

Yes, Emoji翻译器 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Emoji翻译器 support?

Emoji翻译器 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Emoji翻译器?

It is built and maintained by freedompixels (@freedompixels); the current version is v1.0.0.

💬 Comments