一键导入
feishu-native-emoji
Feishu native emoji mapping -- emoji_type codes, Chinese names, and Unicode conversion table for card markdown.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Feishu native emoji mapping -- emoji_type codes, Chinese names, and Unicode conversion table for card markdown.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Shared Feishu (Lark) authentication and API request helper providing tenant token acquisition with caching, automatic retry with timeout handling, and authenticated request wrappers with token refresh.
Send multiple Feishu (Lark) messages in a single tool call with configurable delay, supporting plain text arrays and mixed content types (text and rich post).
Manage Feishu (Lark) calendars including listing, searching, syncing events, creating calendar entries from task requests, and setting up shared project calendars.
Send rich interactive cards to Feishu (Lark) users or groups with Markdown support, colored headers, action buttons, embedded images, and AI persona styling.
Unified CLI for Feishu (Lark) messaging operations including fetching messages by ID, sending audio voice bubbles, creating group chats, listing pinned messages, and adding emoji reactions.
Monitor Feishu (Lark) attendance records. Check for late, early leave, or absent employees and report to admin.
| name | feishu-native-emoji |
| description | Feishu native emoji mapping -- emoji_type codes, Chinese names, and Unicode conversion table for card markdown. |
| tags | ["feishu","emoji","ui","markdown"] |
Feishu has its own emoji system separate from Unicode. In card markdown, use :emoji_type: syntax (e.g. :THUMBSUP:, :SMILE:, :Fire:).
:OK: :THUMBSUP: :SMILE: :Fire: :DONE: :HEART: :PARTY:
Renders as native Feishu emoji icons. See official docs.
{ "tag": "emotion", "emoji_type": "SMILE" }
{ "reaction_type": { "emoji_type": "THUMBSUP" } }
emoji_list.txt: Chinese display names (e.g. [微笑])emoji_type_list.txt: English API codes (e.g. SMILE)unicode_mapping.json: Unicode char -> emoji_type mapping for auto-conversionWhen building Feishu messages, convert Unicode emoji to :emoji_type: format.
The unicode_mapping.json provides a ready-to-use lookup table.