飞书任务管理增强版
Analysis
This instruction-only skill appears purpose-aligned for managing Feishu tasks, with the main caution that it can change workspace task data when used.
Findings (2)
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_task_task | create | summary | ... | 完成任务 | feishu_task_task | patch | task_guid, completed_at | ... | **添加评论** | feishu_task_comment | create | task_guid, content |
The skill documents tool actions that create, update, complete, and comment on Feishu tasks. This matches the skill purpose, but these actions mutate workspace data.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
current_user_id 强烈建议:从消息上下文的 SenderId 获取(ou_...),工具会自动添加为 follower
The skill expects use of the sender's Feishu user ID and indicates the user may be added as a follower. This is purpose-aligned but uses workspace identity context.
