📄 Feishu Doc Manager | 飞书文档管理器
Analysis
The skill’s Feishu document purpose is coherent, but it asks users to install code from an external GitHub repo and use permissions that can change documents and collaborators.
Findings (3)
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.
cd ~/.openclaw/workspace/skills; git clone https://github.com/Shuai-DaiDai/feishu-doc-manager.git
The reviewed package is instruction-only, but the setup step directs users to pull the runnable skill from an external repository that is not included in the supplied artifacts.
Add/remove collaborators; Update permission levels (view/edit/full_access); Update/delete specific blocks
The documented actions can change access controls and delete or modify document content, but the artifact does not define safety checks such as explicit user confirmation, document scoping, or rollback.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Required Permissions: `docx:document`, `docx:document:write_only`, `docs:permission.member`
These Feishu scopes support document access/writes and permission-member management, which are high-impact authorities for a document-management skill.
