skillfed

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

35 2 MIT updated by malue-ai

Install

malue-ai/dazee-small/feishu · repository language: Python

CLI (skillfed)coming soon
git clone https://github.com/malue-ai/dazee-small
cp -r dazee-small/instances/xiaodazi/skills/feishu ~/.claude/skills/feishu

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」
日历
  • 用户说「帮我在飞书日历上建个会议」「看看我飞书日历上今天的安排」
  • 用户说「把会议改到周五」「取消明天的周会」
任务
  • 用户说「看看我飞书上有什么待办」「帮我加个飞书任务:周五前交报告」
  • 用户说「把飞书上那个任务标记为完成」
审批
  • 用户说「查看待我审批的流程」「我的请假申请审批到哪了?」
妙记(会议纪要)
  • 用户说「帮我看看上次周会的会议纪要」「把昨天的会议纪要总结一下」
  • 用户说「提取会议的行动项」

前置条件

  1. 在飞书开放平台(https://open.feishu.cn/)创建应用
  2. 获取 App ID 和 App Secret(如已配置飞书 Gateway 通道则可复用)
  3. 设置环境变量: bash export FEISHU_APP_ID="cli_xxxx" export FEISHU_APP_SECRET="xxxx"
  4. 在飞书管理后台为应用授权对应权限

执行方式

项目已安装 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)

Read as markdown · JSON record · Browse the source repository

File tree — 1 file
instances/xiaodazi/skills/feishu/SKILL.md

Related skills

Tags

chinese-collaboration enterprise-messaging meeting-transcription workflow-automation document-management team-scheduling approval-tracking task-management