← 返回 Skills 市场
victor-thu

Feishu Doc Summarizer

作者 Victor Wang · GitHub ↗ · v0.1.1
cross-platform ⚠ suspicious
979
总下载
0
收藏
7
当前安装
2
版本数
在 OpenClaw 中安装
/install 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.
使用说明 (SKILL.md)

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.

安全使用建议
Before installing, confirm how the platform provides Feishu access: does your agent have a built-in feishu_doc/feishu_wiki connector and which Feishu account/credentials will it use? Ask whether document contents or generated summaries are stored or sent to any external service beyond your chat. Because the skill reads MEMORY.md for a summary schema, ensure that file doesn't contain sensitive credentials. Test the skill first with a non-sensitive document and verify the permission prompts and where logs or cached data are kept. If the platform expects you to supply Feishu API keys, prefer supplying a least-privilege key and review its scope. If you can't confirm these details, treat the skill cautiously.
功能分析
Type: OpenClaw Skill Name: feishu-doc-summarizer Version: 0.1.1 The skill bundle contains metadata and instructions for an AI agent to summarize Feishu/Lark documents. The `SKILL.md` file provides clear, step-by-step instructions for using specific `feishu_wiki` and `feishu_doc` tools, and for retrieving a summary schema from the agent's own `MEMORY.md`. There are no indications of prompt injection with malicious intent, data exfiltration, unauthorized command execution, or attempts to subvert the agent's core functionality. All instructions align with the stated purpose of document summarization.
能力评估
Purpose & Capability
The skill's stated purpose (read and summarize Feishu/Lark docx or wiki links) matches the actions described in SKILL.md (resolve wiki→docx, call feishu_wiki and feishu_doc, summarize). However, the SKILL.md relies on feishu_wiki and feishu_doc operations but the skill declares no required credentials or environment variables — a mild incoherence unless the platform provides built-in Feishu connectors. The absence of a homepage/source and no metadata about which integration this uses adds uncertainty.
Instruction Scope
Instructions stay within the stated purpose: detect links, resolve wiki to doc, read document, pull user's summary schema from MEMORY.md, and produce a structured summary. The SKILL.md asks the agent to read MEMORY.md (the user's summary schema) which is reasonable for this task. The instructions do not ask to read unrelated system files, nor to send data to unexpected external endpoints; they only reference feishu_doc/feishu_wiki (expected for a Feishu integration).
Install Mechanism
Instruction-only skill with no install spec or code files — lowest install risk. Nothing is downloaded or written to disk by the skill itself.
Credentials
SKILL.md expects to call feishu_wiki(action=get, token=...) and feishu_doc(action=read, doc_token=...), which will typically require Feishu API credentials or an authenticated connector. The skill's metadata declares no required env vars, no primary credential, and no config paths. That mismatch is the main concern: it is unclear which credentials (if any) will be used, where they are stored, or whether the connector will prompt for or reuse global Feishu credentials. This ambiguity affects data access and potential exfiltration risk.
Persistence & Privilege
The skill is not always-enabled and does not request system-wide persistence. It is user-invocable and allows autonomous invocation (default), which is normal for skills. It does not claim to modify other skills or system settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install feishu-doc-summarizer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /feishu-doc-summarizer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
- Initial release of Feishu Doc Summarizer. - Added basic functionality description and workflow documentation. - Included support for docx and wiki Feishu/Lark document links. - Published metadata file (_meta.json) for skill registration.
v0.1.0
feishu-doc-summarizer v0.1.0 - Initial release with support for summarizing Feishu/Lark docx and wiki documents. - Automatically detects Feishu document links and provides structured summaries without extra user instructions. - Resolves wiki links to docx tokens when needed; informs users if unsupported types are found. - Retrieves documents and summarizes content using the user's fixed summary schema from memory. - Handles long documents by chunking and merging summaries. - Ensures output strictly follows the user’s MEMORY.md schema, including required sections and citing only actual document text.
元数据
Slug feishu-doc-summarizer
版本 0.1.1
许可证
累计安装 7
当前安装数 7
历史版本数 2
常见问题

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。

💬 留言讨论