emoji-tools
Installation
SKILL.md
EmojiFYI — Emoji Tools for AI Agents
Pure Python emoji toolkit. Encode any emoji into 8 representations, look up metadata for 3,781 emojis from Unicode Emoji 16.0, search by name, and browse by category — all with zero dependencies.
Install: pip install emojifyi · Web: emojifyi.com · API: REST API · npm: npm install emojifyi
When to Use
- User asks to encode an emoji into UTF-8, UTF-16, HTML entity, CSS, Python, JavaScript, or Java format
- User needs to look up emoji metadata (category, Unicode version, ZWJ status, skin tone support)
- User wants to search emojis by name or keyword
- User needs to browse emojis by category or Unicode version
- User asks about emoji codepoints, surrogate pairs, or encoding details
Tools
encode(character) -> EncodingResult
Compute all 8 encoding representations for any emoji or Unicode character.