with one click
feishu
飞书扩展能力:发消息、创建待办、操作文档、管理日程、知识库、多维表格。用户说"发飞书"、"创建待办"、"创建日程"、"操作文档"时使用。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
飞书扩展能力:发消息、创建待办、操作文档、管理日程、知识库、多维表格。用户说"发飞书"、"创建待办"、"创建日程"、"操作文档"时使用。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Word文档处理:创建、编辑、读取.docx文件。用户提到"Word"、"文档"、".docx"、"报告"、"信函"时使用。
使用腾讯云 API 密钥调用腾讯云各种服务,包括翻译、CVM、COS等。
图片识别与图文理解,基于 PaddleOCR-VL 模型,支持识别图片中的文字、场景、物体等信息。支持109种语言,可输出JSON或Markdown格式。
You MUST use this for gathering contexts before any work. This is a Knowledge management for AI agents. Use `brv` to store and retrieve project patterns, decisions, and architectural rules in .brv/context-tree. Uses a configured LLM provider (default: ByteRover, no API key needed) for query and curate operations.
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linking related objects, enforcing constraints, planning multi-step actions as graph transformations, or when skills need to share state. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", entity CRUD, or cross-skill data access.
Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Now with WAL Protocol, Working Buffer, Autonomous Crons, and battle-tested patterns. Part of the Hal Stack 🦞
| name | feishu |
| description | 飞书扩展能力:发消息、创建待办、操作文档、管理日程、知识库、多维表格。用户说"发飞书"、"创建待办"、"创建日程"、"操作文档"时使用。 |
| triggers | ["飞书","发飞书","飞书待办","飞书日程","飞书文档","飞书日历"] |
飞书业务扩展能力总入口,负责消息发送、待办、文档、日历等操作。
| 能力 | 场景 | API |
|---|---|---|
| 消息发送 | 发文本/卡片通知 | im/v1/messages |
| 待办任务 | 创建任务、设置负责人 | task/v2/tasks |
| 文档操作 | 创建/编辑文档 | docx/v1/documents |
| 日历日程 | 创建会议、日程提醒 | calendar/v4 |
| 知识库 | Wiki空间、节点管理 | wiki/v2 |
| 多维表格 | Bitable数据操作 | bitable/v1 |
发飞书消息 → 调用消息API
创建飞书待办 → 调用task/v2,设置members.assignee
创建飞书日程 → 调用calendar/v4,需要calendar_id
操作飞书文档 → 调用docx API,注意type=docx
环境变量(从.env读取):
FEISHU_APP_IDFEISHU_APP_SECRETFEISHU_USER_OPEN_ID创建任务后调用 add_tasklist 设置分组:
POST /task/v2/tasks/{task_guid}/add_tasklist
{"tasklist_guid": "my_tasks", "section_guid": "xxx"}
添加权限用 type=docx(新版文档):
POST /drive/v1/permissions/{doc_id}/members/batch_create
params = {"type": "docx"}
primary,需先获取 calendar_idfeishu.cn_xx...@group.calendar.feishu.cnscripts/feishu_utils.py - 底层工具函数scripts/feishu_send.sh - 快速发送飞书扩展 v3.0 | 消息·待办·文档·日历·知识库·多维表格