OpenClaw飞书消息读取
Analysis
This instruction-only skill is purpose-aligned, but it can read/search Feishu messages across all user-authorized chats and download message resources using the user's identity, so it deserves careful review before installation.
Findings (4)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
`feishu_im_user_search_messages` 支持跨所有会话搜索消息
The documented search tool can search across all conversations, and the artifact does not clearly require explicit confirmation or narrow scoping before broad searches.
获取历史消息并需要理解上下文(默认) | 对发现的 thread_id 调用 `feishu_im_user_get_thread_messages` 获取最新 10 条回复
The skill recommends proactively expanding threads by default. This can be useful context, but it may retrieve additional messages beyond the initially requested message list.
消息内容中可能出现以下资源标记,用 `feishu_im_user_fetch_resource` 下载
The skill documents downloading images, files, audio, or video referenced in messages. This is purpose-aligned, but downloaded resources may contain sensitive content.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
该 Skill 中的所有消息读取工具均以用户身份调用,只能读取用户有权限的会话
The skill uses the user's Feishu identity to access conversations. This is purpose-aligned, but it is high-impact delegated access to private or business messages.
