Emoji Wrapper
Wrapper skill for local-auto-emoji - intercepts messages with [markers] and sends emoji images
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 20 · 0 current installs · 0 all-time installs
byDeric@wdkmail
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
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)
Files
4 totalSelect a file
Select a file to preview.
Comments
Loading comments…
