doc-management

飞书云文档管理:创建文档、查看文档元信息、获取文档内容。

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "doc-management" with this command: npx skills add cklxx/elephant.ai/cklxx-elephant-ai-doc-management

doc-management

飞书云文档管理:创建文档、查看文档元信息、获取文档内容。

调用

通过 channel tool 的 action 参数调用:

Action 说明

create_doc

创建新的飞书云文档

read_doc

获取文档元信息(标题、修订版本等)

read_doc_content

获取文档的原始文本内容

参数

create_doc

参数 类型 必填 说明

title string 否 文档标题

folder_token string 否 目标文件夹 token

read_doc / read_doc_content

参数 类型 必填 说明

document_id string 是 文档 ID

示例

创建一个名为"周报"的文档 → channel(action="create_doc", title="周报")

读取文档内容 → channel(action="read_doc_content", document_id="doxcnXXX")

自动执行原则

  • folder_token 可选:创建文档时省略 folder_token 则创建在用户根目录,不要问用户放哪个文件夹。

  • title 智能推断:用户说"创建一个文档"时,根据上下文自动生成标题,不要问用户取什么名。

  • 链式自动执行:读取文档元信息后,如果用户需要内容,自动调用 read_doc_content ,不要二次确认。

  • 禁止交互式菜单:不要给出选项让用户选择,直接执行最合理的操作。

安全等级

  • read_doc / read_doc_content : L1 只读,无需审批

  • create_doc : L3 高影响,需要审批

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

soul-self-evolution

No summary provided by upstream source.

Repository SourceNeeds Review
General

social-trends

No summary provided by upstream source.

Repository SourceNeeds Review
General

video-production

No summary provided by upstream source.

Repository SourceNeeds Review
General

ppt-deck

No summary provided by upstream source.

Repository SourceNeeds Review