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 matched correctly, and destructive operations like space deletion need strict confirmation. This Skill wraps the lark-cli wiki commands into safe, guided workflows. ## Core Features & Use Cases - Space Management: Create, list, and delete wiki spaces, with mandatory name/URL resolution to a real space_id and user confirmation before irreversible deletion. - Node Operations: Create, move, copy, list, get, and delete wiki nodes, including moving Drive documents into Wiki and handling async task polling. - 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 from the URL token, looks up the user's open_id via contact search, and adds them with the correct member type. ## Quick Start Ask the assistant to list the nodes in your Lark wiki space or create a new page in your personal knowledge library using the lark-wiki skill.