Qiaomu Feishu Lark Agent
Description
Comprehensive Feishu/Lark workspace agent. Handles messages, docs, bitable (multi-dimensional tables), calendar, and tasks via Feishu Open API.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
feishu-lark-agent
[中文](#中文文档) | [English](#english-docs)
中文文档
让 Claude Code 直接操控飞书——发消息、建文档、管日程、写多维表格,全部用自然语言完成。
零依赖 Python 脚本,调用飞书开放 API,配合 Claude Code 使用效果最佳。
安装
npx skills add joeseesun/feishu-lark-agent
自然语言对话示例
安装并配置完成后,直接和 Claude Code 说话就好,不需要记任何命令。
**💬 发消息**
「发飞书消息给 zhang@company.com,说今天的站会改到11点」
Claude 自动通过邮箱查到 open_id,发送消息,返回确认。
「给乔木龙虾俱乐部群发一条消息:周五下午茶,大家来玩」
Claude 先列出群聊找到 chat_id,再发送到群组。
**📄 文档**
「帮我创建一个飞书文档,标题「2026 Q2 OKR」,内容从这个文件读:/tmp/okr.md」
Claude 创建文档,写入内容,自动将你加为编辑者,返回文档链接。
「读一下这个飞书文档的内容:https://xxx.feishu.cn/docx/DOC_ID」
Claude 提取 URL 中的 document_id,调用接口返回全文。
**📅 日历**
「明天下午3点到4点,帮我创建一个「产品评审会」日程,地点3楼大会议室」
Claude 解析时间、创建日程,并自动发送日历邀请给你(需配置 `FEISHU_OWNER_OPEN_ID`)。
「帮我看看本周还有哪些日程」
Claude 查询未来7天的日历事件,整理后展示给你。
**📊 多维表格**
「在我的读书记录表格里加一条:《穷查理宝典》,查理·芒格,状态在读」 (表格链接:https://xxx.feishu.cn/base/APP_TOKEN)
Claude 先查表格字段结构,再按字段名写入记录。
「把多维表格里所有状态为「待审核」的记录都列出来」
Claude 用 Feishu 过滤语法查询并展示结果。
**✅ 任务**
「帮我创建一个飞书任务:准备季度述职,截止日期3月25日,备注要准备PPT和数据」
Claude 调用 Task API 创建任务并返回任务 ID。
**🔍 复合场景**
「查一下公司有没有叫王芳的同事,找到了就给她发一条飞书消息,说明天的设计评审希望她参加」
Claude 先用 `user search` 找人,确认后再发消息,两步自动完成。
「帮我把 /tmp/meeting_notes.md 的内容创建成飞书文档,然后发消息给 product-team@company.com 告诉他们文档链接」
Claude 创建文档拿到 URL,再发消息附上链接,一气呵成。
第一步:创建飞书自建应用,获取 App ID 和 App Secret
这是唯一需要手动操作的步骤,约 5 分钟完成。
**1. 进入飞书开发者后台**
打开 [https://open.feishu.cn/app](https://open.feishu.cn/app),用飞书账号登录。
**2. 创建自建应用**
点击右上角 **「创建企业自建应用」**,填写应用名称(如「我的 AI 助手」)和描述。
**3. 获取 App ID 和 App Secret**
创建完成后,进入应用 → **「凭证与基础信息」**,复制:
App ID: cli_xxxxxxxxxxxxxxxxx
App Secret: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
**4. 开通权限**
进入 **「权限管理」**,搜索并开通以下权限(按需开通):
| 权限标识 | 用途 |
|---|---|
im:message |
读取消息 |
im:message:send_as_bot |
发送消息 |
docx:document |
创建/读取文档 |
drive:drive |
文档授权管理 |
bitable:app |
多维表格操作 |
calendar:calendar |
日历读写 |
task:task:write |
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11