ワンクリックで
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 職業分類に基づく
| 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.
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.