cc工作前备份

This commit is contained in:
iven
2026-03-12 00:23:42 +08:00
parent f75a2b798b
commit ef849c62ab
98 changed files with 12110 additions and 568 deletions

View File

@@ -0,0 +1,36 @@
---
name: feishu-docs
description: 飞书文档操作 - 创建、编辑、搜索飞书文档和知识库
triggers:
- "飞书文档"
- "创建文档"
- "知识库"
- "飞书笔记"
tools:
- bash
- web_fetch
---
# 飞书文档操作
通过飞书开放 API 操作文档和知识库。
## 能力
- 创建飞书文档 (docx)
- 编辑文档内容
- 搜索知识库
- 导出文档为 Markdown
- 管理文档权限
## 前置条件
- 飞书 App ID 和 App Secret 已配置
- 飞书应用已获得文档相关权限
## 常用 API
- `POST /open-apis/docx/v1/documents` - 创建文档
- `GET /open-apis/docx/v1/documents/:id` - 获取文档
- `PATCH /open-apis/docx/v1/documents/:id/blocks/:block_id` - 编辑内容
- `POST /open-apis/suite/docs-api/search/object` - 搜索文档