← Back to Skills Marketplace
213
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install emoji-wrapper
Description
Wrapper skill for local-auto-emoji - intercepts messages with [markers] and sends emoji images
README (SKILL.md)
Emoji Wrapper Skill
This skill wraps local-auto-emoji to automatically process emoji markers in messages.
How it works
- Intercepts all incoming messages
- Detects
[标记]patterns (e.g.,[可爱],[眨眼]) - Replaces them with actual emoji images (MEDIA instructions)
- Sends both text and images back to user
Configuration
Add to your OpenClaw config:
skills:
- "emoji-wrapper"
No other configuration needed.
Dependencies
local-auto-emojiskill must be installed and working- User must have generated emoji pack (or will use fallback static emojis)
Usage Guidance
This wrapper appears coherent and safe at a high level, but it depends on the local-auto-emoji skill. Before installing, verify that your local-auto-emoji implementation is trusted (review its code for any network calls or unexpected file access). Note the wrapper will inspect incoming messages and session metadata to derive user IDs and will probe the local workspace to import the dependent skill — run in a controlled environment first if you have sensitive data in sessions. If you don't have local-auto-emoji installed, the wrapper will fail to initialize or be a no-op.
Capability Analysis
Type: OpenClaw Skill
Name: emoji-wrapper
Version: 1.0.0
The emoji-wrapper skill is a functional integration layer for the local-auto-emoji dependency, designed to process text markers (e.g., [可爱]) and return corresponding emoji images. The code in script.py and test_wrapper.py focuses entirely on message interception, user session identification, and calling the underlying emoji logic, with no evidence of data exfiltration, malicious execution, or harmful prompt injection.
Capability Assessment
Purpose & Capability
Name/description match the implementation: the code attempts to load a local 'local-auto-emoji' module and expose a wrapper that detects markers and returns text/media messages. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs the skill to intercept incoming messages and replace [markers] with emoji images, which aligns with script.py. The code inspects session objects to extract user IDs and probes the local workspace to import the local-auto-emoji skill; this filesystem probing is expected for a wrapper but means it will read other skill directories under the workspace.
Install Mechanism
No install spec; this is instruction/code-only. All code is included in the skill bundle and there are no downloads or external install steps.
Credentials
The skill requests no environment variables, credentials, or external config paths. It only uses session/message objects and methods on the local-auto-emoji bot instance, which is proportional to its function.
Persistence & Privilege
always is false and the skill is user-invocable; it will operate under the platform's normal autonomous-invocation model. It does not request system-wide or cross-skill configuration changes.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install emoji-wrapper - After installation, invoke the skill by name or use
/emoji-wrapper - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release – wraps local-auto-emoji to auto-replace emoji markers in messages.
- Intercepts messages containing `[标记]` patterns and replaces them with emoji images.
- Sends both the processed text and corresponding emoji images back to the user.
- Requires the local-auto-emoji skill and a generated emoji pack (or uses static fallback emojis).
- Simple configuration: just add to your OpenClaw setup, no extra steps needed.
Metadata
Frequently Asked Questions
What is Emoji Wrapper?
Wrapper skill for local-auto-emoji - intercepts messages with [markers] and sends emoji images. It is an AI Agent Skill for Claude Code / OpenClaw, with 213 downloads so far.
How do I install Emoji Wrapper?
Run "/install emoji-wrapper" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Emoji Wrapper free?
Yes, Emoji Wrapper is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Emoji Wrapper support?
Emoji Wrapper is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Emoji Wrapper?
It is built and maintained by Deric (@wdkmail); the current version is v1.0.0.
More Skills