Install
openclaw skills install feishu-doc-summarizerAutomatically read and summarize Feishu/Lark docx or wiki links in chat using the user's fixed summary schema from MEMORY.md.
openclaw skills install feishu-doc-summarizerGiven 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:
Follow the user’s schema in MEMORY.md exactly; keep missing items as “无/未知” rather than removing sections.