返回 Skill 列表
extension
分类: 开发与工程无需 API Key

Emoji Wrapper

local-auto-emoji的封装技能 - 拦截带有[标记]的消息并发送表情图片。

person作者: wdkmailhubclawhub

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-emoji skill must be installed and working
  • User must have generated emoji pack (or will use fallback static emojis)