name: feishu-doc-summarizer description: Summarize Feishu/Lark cloud documents the user can read. Use when the user sends a Feishu doc link (docx or wiki) and expects an auto summary without extra instructions, or explicitly asks to summarize a Feishu document. Workflow: resolve wiki to docx, read doc content via feishu_doc, summarize using the user’s fixed summary schema from MEMORY.md, and send the summary back to the current chat.
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.
https://...larkoffice.com/docx/DOC_TOKENhttps://...larkoffice.com/wiki/WIKI_TOKENThe user may provide no additional instructions; default to summarizing.
doc_token directly.feishu_wiki(action=get, token=wiki_token) to resolve the underlying object.docx, extract its doc token.feishu_doc(action=read, doc_token=doc_token) to retrieve the full document content.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.
小葱技能站7w4.net每天更新,海量AI技能等你发现。
Follow the user’s schema in MEMORY.md exactly; keep missing items as “无/未知” rather than removing sections.
这个工具的初衷很好,但存在致命缺陷——它需要读取一个模板文件来生成摘要,但这个文件在安装包中完全缺失,导致工具根本无法正常工作。流程设计本身比较完善,但缺少必要的配置支撑。作为用户,建议等开发者补齐缺失文件后再使用。