emoji-wrapper
v1.0.0Wrapper skill for local-auto-emoji - intercepts messages with [markers] and sends emoji images
Installation
Please help me install the skill `emoji-wrapper` from SkillHub official store.
npx skills add wdkmail/emoji-wrapper
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)