بنقرة واحدة
feishu-task
Manage Feishu (Lark) Tasks. Create tasks, set due dates, and assign users for collaboration.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Manage Feishu (Lark) Tasks. Create tasks, set due dates, and assign users for collaboration.
التثبيت باستخدام 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.
Feishu native emoji mapping -- emoji_type codes, Chinese names, and Unicode conversion table for card markdown.
| name | feishu-task |
| description | Manage Feishu (Lark) Tasks. Create tasks, set due dates, and assign users for collaboration. |
A skill to manage Feishu (Lark) Tasks directly via the Open Platform API.
# Create a task
node skills/feishu-task/index.js create --summary "Review PR #123" --due "2023-12-31T18:00:00Z" --origin "OpenClaw"
# Complete a task
node skills/feishu-task/index.js complete --task_id "t_12345"
# Delete a task
node skills/feishu-task/index.js delete --task_id "t_12345"
create:
--summary: Task title/content.--description: Detailed description (optional).--due: Due date/time (ISO 8601 or timestamp).--origin: Origin source description.--user_id: Assignee User ID (optional).complete:
--task_id: The ID of the task to complete.delete:
--task_id: The ID of the task to delete.