← 返回
沟通协作 中文

Feishu Doc Summarizer

Automatically read and summarize Feishu/Lark docx or wiki links in chat using the user's fixed summary schema from MEMORY.md.
在聊天中自动读取飞书/Lark的文档或wiki链接,按MEMORY.md中的固定模板进行摘要汇总。
victor-thu
沟通协作 clawhub v0.1.1 1 版本 99855.8 Key: 无需
★ 0
Stars
📥 1,385
下载
💾 66
安装
1
版本
#latest

概述

Feishu Doc Summarizer

Overview

Given a Feishu/Lark document link (docx or wiki), read the document content and reply in-chat with a structured summary following the user’s fixed schema stored in MEMORY.md.

Workflow

0) Input detection

  • Trigger when the user message contains a Feishu/Lark docx link like:
  • https://...larkoffice.com/docx/DOC_TOKEN
  • Also trigger when the user message contains a Feishu/Lark wiki link like:
  • https://...larkoffice.com/wiki/WIKI_TOKEN

The user may provide no additional instructions; default to summarizing.

1) Resolve link → doc token (if needed)

  • If it is a docx link: extract doc_token directly.
  • If it is a wiki link:
  • Use feishu_wiki(action=get, token=wiki_token) to resolve the underlying object.
  • If the object type is docx, extract its doc token.
  • If not docx, tell the user what type it is and what you can support.

2) Read document content

  • Use feishu_doc(action=read, doc_token=doc_token) to retrieve the full document content.
  • If permissions fail or content is empty, ask the user to confirm they granted read access.

3) Summarize with the fixed schema (from memory)

  • Before drafting, retrieve the summary schema from memory (search MEMORY.md for “Feishu 云文档摘要偏好” / “固定模板”).
  • Produce the summary strictly following the section order and rules in memory.
  • Citations: In the “引用原文片段” section, only quote text that appears in the document; do not fabricate.

Long documents

If the document is very long:

1) Chunk by headings/paragraph groups, summarize each chunk briefly.

2) Merge chunk summaries into the final schema.

3) Keep “引用原文片段” short and representative.

4) Reply back to the user

  • Send the final formatted summary back to the current conversation.
  • Include the original link in “文档元信息/链接”.

Output format (must follow memory)

Follow the user’s schema in MEMORY.md exactly; keep missing items as “无/未知” rather than removing sections.

版本历史

共 1 个版本

  • v0.1.1 当前
    2026-03-29 19:14 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

communication-collaboration

Gmail

byungkyu
Gmail API 集成,托管 OAuth,支持读取、发送和管理邮件、线程、标签及草稿,适用于需要与 Gmail 交互的场景。
★ 72 📥 37,740
communication-collaboration

Himalaya

lamelas
{"answer":"通过IMAP/SMTP管理邮件的CLI。可在终端使用 `himalaya` 收发、回复、转发、搜索及整理邮件。支持多账户与MML(MIME元语言)编写邮件。"}
★ 68 📥 45,595
communication-collaboration

Slack

steipete
当需要通过 slack 工具从 Clawdbot 控制 Slack 时使用,包括在频道或私信中回复消息或置顶/取消置顶项目。
★ 157 📥 47,688