What problem does it solve? Managing Feishu (Lark) knowledge bases through raw APIs is error-prone: space IDs must be resolved from URLs or names, member types must be mapped correctly, and destructive operations like space deletion need strict confirmation. This Skill provides structured shortcuts and safety rules for operating wiki spaces, members, and node hierarchies through lark-cli. ## Core Features & Use Cases - Space management: Create, list, and delete wiki spaces, with mandatory candidate confirmation before irreversible deletions and async task polling. - Node operations: Create, copy, move, list, get, and delete wiki nodes, including moving Drive documents into Wiki and moving Wiki nodes out to Drive folders. - Member administration: Add, list, and remove space members with correct member-type resolution (user, chat, department, app) and user/bot identity constraints. - Use Case: A user pastes a wiki URL and asks to add a colleague as admin. The Skill resolves the space_id via wiki +node-get, looks up the user's open_id via contact search, then runs wiki +member-add with the correct identity. ## Quick Start Use the lark-wiki skill to list all nodes in my Feishu knowledge space and create a new docx node titled "Project Plan" under the root.