Feishu Doc Summarizer

PassAudited by VirusTotal on May 11, 2026.

Overview

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.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If you paste a Feishu/Lark document link, the agent may fetch and summarize it into the current conversation.

Why it was flagged

The skill can automatically act on a Feishu/Lark link in chat without a separate explicit summarize command. This is disclosed and central to the skill, but users should know link-pasting can trigger document retrieval and summarization.

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

Only use or paste links where you intend the document to be summarized in that chat, especially in shared conversations.

What this means

The agent can read the contents of Feishu/Lark documents that the connected account is allowed to access and produce a summary in the current chat.

Why it was flagged

The skill uses Feishu/Lark document-reading authority to access the full contents of linked cloud documents. This is purpose-aligned and scoped to the provided link, but it may involve private or business-sensitive documents.

Skill content
Use `feishu_doc(action=read, doc_token=doc_token)` to retrieve the full document content.
Recommendation

Confirm the document and current chat audience are appropriate before relying on automatic summaries.

What this means

If MEMORY.md contains incorrect or unwanted instructions, the summaries may follow those instructions rather than only a neutral formatting template.

Why it was flagged

The skill depends on persistent memory to determine the summary schema and rules. This is part of the intended behavior, but persistent memory content can influence future outputs.

Skill content
retrieve the summary schema from memory (search MEMORY.md for “Feishu 云文档摘要偏好” / “固定模板”).
Recommendation

Keep MEMORY.md limited to the intended summary template and review it if summaries start following unexpected rules.