Feishu Doc Summarizer
/install feishu-doc-summarizer
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_tokendirectly. - 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.
- Use
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:
- Chunk by headings/paragraph groups, summarize each chunk briefly.
- Merge chunk summaries into the final schema.
- 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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install feishu-doc-summarizer - 安装完成后,直接呼叫该 Skill 的名称或使用
/feishu-doc-summarizer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 979 次。
如何安装 Feishu Doc Summarizer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install feishu-doc-summarizer」即可一键安装,无需额外配置。
Feishu Doc Summarizer 是免费的吗?
是的,Feishu Doc Summarizer 完全免费(开源免费),可自由下载、安装和使用。
Feishu Doc Summarizer 支持哪些平台?
Feishu Doc Summarizer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Feishu Doc Summarizer?
由 Victor Wang(@victor-thu)开发并维护,当前版本 v0.1.1。