원클릭으로
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.