feishu
Connect your Feishu workspace to send and receive messages, create and edit documents, manage calendar events, organize tasks, track approvals, and retrieve meeting transcripts. Built on the lark-oapi SDK, it handles the full range of Feishu collaboration features your team relies on.
Feishu lets you send messages, manage documents, schedule events, track tasks, and access meeting notes through your AI agent.
AI-generated summary based on this skill's SKILL.md
Decision gist · record as of 2026-03-18
Feishu lets you send messages, manage documents, schedule events, track tasks, and access meeting notes through your AI agent. Connect your Feishu workspace to send and receive messages, create and edit documents, manage calendar events, organize tasks, track approvals, and retrieve meeting transcripts. Built on the lark-oapi SDK, it handles the full range of Feishu collaboration features your team relies on.
Use it when
- Feishu supports full calendar management, allowing you to schedule, view, and modify events.
- Feishu lets you create, read, and search documents and knowledge bases within your workspace.
Verify before relying
Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.
Install
malue-ai/dazee-small/feishu · repository language: Python
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
Frequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I send a message on Feishu?
Feishu enables you to send and manage messages in both group chats and direct conversations. Use the skill to compose and deliver messages to Feishu groups or individual contacts, then track and manage those communications within your workspace.
Can Feishu help me check my calendar today?
Feishu supports full calendar management, allowing you to schedule, view, and modify events. You can check your calendar for today's events, create new appointments, and update existing ones directly through the skill's calendar integration.
What document features does Feishu provide?
Feishu lets you create, read, and search documents and knowledge bases within your workspace. The skill connects to your document library so you can retrieve existing files, create new ones, and search across your knowledge base efficiently.
How do I create and track tasks in Feishu?
Feishu allows you to create, complete, and track tasks and to-dos. You can organize your work by setting up new tasks, marking them complete as you progress, and viewing your task list to stay on top of priorities.
Can Feishu retrieve meeting minutes and approval workflows?
Feishu retrieves and analyzes meeting minutes and approval workflows. You can access meeting transcripts, check approval statuses, and view the full approval process to stay informed on team decisions and document reviews.
What SDK powers Feishu's integration?
Feishu is built on the lark-oapi SDK and operates under the MIT license. This foundation enables reliable access to the full range of Feishu collaboration features your team uses for messaging, documents, calendars, tasks, and approvals.
SKILL.md
Rendered from the published skill. Quoted content, verbatim.
飞书 (Feishu/Lark)
通过 lark-oapi SDK 操作飞书全生态:消息、文档、日历、任务、审批、妙记。中国团队的核心协作工具。
使用场景
消息
- 用户说「在飞书上给 xxx 发个消息」「在 xxx 群里发个通知」
- 用户说「飞书上有没有新消息?」「看看飞书群里最新的讨论」
文档
- 用户说「帮我在飞书文档里创建一个周报」「搜索飞书里那个技术方案文档」
- 用户说「把这段内容追加到飞书文档末尾」「读一下飞书知识库里的 XX」
日历
- 用户说「帮我在飞书日历上建个会议」「看看我飞书日历上今天的安排」
- 用户说「把会议改到周五」「取消明天的周会」
任务
- 用户说「看看我飞书上有什么待办」「帮我加个飞书任务:周五前交报告」
- 用户说「把飞书上那个任务标记为完成」
审批
- 用户说「查看待我审批的流程」「我的请假申请审批到哪了?」
妙记(会议纪要)
- 用户说「帮我看看上次周会的会议纪要」「把昨天的会议纪要总结一下」
- 用户说「提取会议的行动项」
前置条件
- 在飞书开放平台(https://open.feishu.cn/)创建应用
- 获取 App ID 和 App Secret(如已配置飞书 Gateway 通道则可复用)
- 设置环境变量:
bash export FEISHU_APP_ID="cli_xxxx" export FEISHU_APP_SECRET="xxxx" - 在飞书管理后台为应用授权对应权限
执行方式
项目已安装 lark-oapi SDK,优先使用 SDK 而非原始 HTTP 调用。
初始化客户端
```python import lark_oapi as lark import os
client = lark.Client.builder() \ .app_id(os.environ["FEISHU_APP_ID"]) \
(truncated - see the full file via the links below)
File tree — 1 file
instances/xiaodazi/skills/feishu/SKILL.md
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “Send and manage messages in Feishu groups and direct chats”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
This skill bridges Feishu (飞书) with external systems through the Open Platform REST API, letting you query and modify documents, spreadsheets, Base databases, files, calendar events, tasks, wiki pages, and instant messages—all in your user's context with their granted permissions.
This skill delivers files, images, and voice messages to Feishu users through the platform's required two-step workflow. Upload your content first to obtain a file or image key, then send the message using that key. Supports documents, pictures, and opus audio formats.
Control Google Calendar, Gmail, Drive, and Docs through conversational commands backed by Google's official MCP Server. Schedule meetings, search and compose emails, and organize files using plain language—all with OAuth2 security and no third-party intermediaries.
Feishu-Lark lets you post text, rich-text announcements, and interactive cards to Feishu (飞书) and Lark channels using either Custom Bot Webhooks or the App Bot API. Support includes at-mentions, structured layouts, and signature verification for secure webhook delivery.
Feishu Image handles image uploads and delivery within the Feishu messaging platform, automatically reading credentials when running inside OpenClaw or accepting manual configuration for standalone use. The skill supports sending images to individual users or group chats via CLI commands or as a Node.js library, with optional accompanying text messages.
feishu-connection establishes a WebSocket bridge between Feishu (Lark) bots and Clawdbot Gateway, eliminating the need for public infrastructure or ngrok tunnels. The skill handles bot registration on Feishu Open Platform, credential storage, bridge initialization, and optional macOS launchd auto-restart. Group chat responses can be tuned via configurable triggers like @-mentions, question marks, request verbs, or bot name references.
More skills feishu-doc-scraper (MIT) · Feishu Doc (unlicensed) · Aris Feishu Notify (NOASSERTION) · Openclaw Lark Integration (NOASSERTION)