飞书知识库整理专家

ReviewAudited by ClawScan on May 14, 2026.

Overview

This instruction-only Feishu wiki organizer appears purpose-aligned and safety-conscious, but it can read and reorganize many workspace documents and optionally run recurring checks, so users should approve its actions carefully.

Install or invoke this skill only if you want an agent to help reorganize Feishu knowledge bases. Before approving moves, review the proposed folder structure and document list, start with a small batch, keep rollback logs, and enable the optional hourly task only if you truly need ongoing checks.

Findings (5)

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 approved, the agent can reorganize Feishu wiki documents and folders, which can affect how a team finds business content.

Why it was flagged

The skill instructs the agent to use Feishu wiki APIs to move documents and create organization structure. This is expected for the skill’s purpose and is paired with explicit approval guidance, but it is still a significant workspace mutation capability.

Skill content
feishu_wiki_space_node(action="move", node_token="<文档 node_token>", ... target_parent_token="<目标文件夹 node_token>");“用户明确批准后执行”
Recommendation

Review every preview carefully, start with a small batch or one knowledge base, and keep the move log so changes can be reversed if the classification is wrong.

What this means

Granting the needed permissions may allow the agent, through the user’s account, to rearrange many documents in one or more knowledge bases.

Why it was flagged

The skill depends on Feishu account privileges that may include creator or administrator authority to move root-level wiki documents. This is purpose-aligned but should be granted narrowly.

Skill content
“permission denied | 让库管理员授权当前用户”;“只有创建者或管理员才能移动根目录文档”
Recommendation

Use the least-privileged Feishu account that can perform the intended moves and limit the work to the specific knowledge bases the user wants organized.

What this means

Sensitive document titles, node tokens, and some document content may enter the agent context or local OpenClaw logs.

Why it was flagged

The skill reads some document contents for classification and stores document identifiers, titles, source parents, and target parents in a local move log. This is useful for rollback but may contain sensitive workspace metadata.

Skill content
“仅读取「待验证」文档的内容(通常≤20%)”;“~/.openclaw/workspace/.kb_organizer/move_log_<date>.json” with “node_token” and “title”
Recommendation

Avoid running it on highly confidential libraries unless necessary, protect the OpenClaw workspace, and delete or archive logs securely after the rollback window passes.

What this means

A poor classification plan could spread across multiple libraries and make many documents harder to find until rolled back.

Why it was flagged

The workflow is designed for bulk changes across many knowledge bases, and fallback placement can move failed or unclear items into an “Other” category. The batching and approval controls reduce the risk, but mistakes could affect many documents.

Skill content
“支持单库整理和多库整体规划 (30+ 库规模)”;“整理规模:30个知识库,416+篇文档”;“失败文档自动归入「其他」”
Recommendation

Run in stages, approve only clearly correct batches, check the “其他” category after each batch, and verify a sample before continuing to the next knowledge base.

What this means

If enabled, the organizer may keep checking Feishu wiki state on a schedule and writing logs after the initial session.

Why it was flagged

The skill documents optional recurring scheduled behavior with status and log files. It says this is disabled by default and requires manual enablement, so it is disclosed persistence rather than hidden background activity.

Skill content
“定时任务配置(需手动启用)”;“默认不启用”;“触发时间:每小时整点(0 * * * *)”;“禁用命令:用户说「关闭自动检查」或删除 cron 任务”
Recommendation

Enable scheduled checks only if needed, confirm exactly what cron or scheduler entry is created, and know how to disable it before turning it on.