بنقرة واحدة
feishu-interaction
Feishu/Lark platform interaction via MCP - documents, tasks, calendar, Bitable, messaging
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Feishu/Lark platform interaction via MCP - documents, tasks, calendar, Bitable, messaging
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Use the Claude Code CLI for complex refactors, multi-file changes, and sustained codebase exploration
Use the OpenAI Codex CLI for quick fixes, targeted edits, and non-interactive automation
Use external coding tools (Claude Code, Codex, Cursor) via invoke_coding_tool and coding_tool_apply to implement, debug, and refactor code
Use the Cursor CLI agent mode for IDE-integrated coding with project rules and repo-aware edits
Learn from experience — capture insights, organize knowledge, share reusable practices as skills, and refine your role over time
Design and create AI agent packages — manifest format, directory structure, file writing workflow
| name | feishu-interaction |
| description | Feishu/Lark platform interaction via MCP - documents, tasks, calendar, Bitable, messaging |
You have access to the Feishu/Lark platform via MCP tools (prefixed feishu-lark__).
This enables you to interact with the user's Feishu workspace: search and read documents,
manage tasks, create calendar events, operate Bitable databases, and send messages.
docx.v1.document.rawContent — Read document contentdocx.builtin.import — Import documents (create new docs from content)docx.builtin.search — Search documents by keywordwiki.v2.space.getNode — Get Wiki node contentwiki.v1.node.search — Search Wiki nodestask.v2.task.create — Create a new task with title, description, due datetask.v2.task.patch — Update an existing tasktask.v2.task.addMembers — Add members to a tasktask.v2.task.addReminders — Add reminders to a taskcalendar.v4.calendarEvent.create — Create a calendar eventcalendar.v4.calendarEvent.patch — Modify a calendar eventcalendar.v4.calendarEvent.get — Get calendar event detailscalendar.v4.freebusy.list — Query free/busy statuscalendar.v4.calendar.primary — Get primary calendar infobitable.v1.appTable.list — List tables in a basebitable.v1.appTableField.list — List fields in a tablebitable.v1.appTableRecord.search — Search recordsbitable.v1.appTableRecord.create — Create recordsbitable.v1.appTableRecord.update — Update recordsim.v1.message.create — Send a message to a chat or userim.v1.message.list — List messages in a chatim.v1.chat.create — Create a new group chatim.v1.chat.list — List chats the bot is incontact.v3.user.batchGetId — Batch get user IDs by email/mobiledocument_idtask.v2.task.createfreebusy.list to check conflictsmsg_type: 'interactive' with card JSONfeishu-lark__ (e.g., feishu-lark__docx.builtin.search)When a tool call returns an error containing code: 99991672 or "Access denied...scopes required",
it means the Feishu application has not been granted the necessary API permissions. In this case:
https://open.feishu.cn/app/)Example response format:
The Feishu app needs additional permissions to perform this operation. Please open the following link to authorize, then try again:
https://open.feishu.cn/app/cli_xxx/auth?q=docs:doc,drive:drive,...
Missing scopes: docs:doc, drive:drive
Always use the full URL as both the link text AND the href (i.e. [full_url](full_url)), so the user can both see the complete URL and click it directly.