cc工作前备份
This commit is contained in:
36
skills/feishu-docs/SKILL.md
Normal file
36
skills/feishu-docs/SKILL.md
Normal 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` - 搜索文档
|
||||
Reference in New Issue
Block a user