What problem does it solve? Organizing Feishu/Lark knowledge bases through raw API calls is error-prone: space IDs must be resolved from URLs or names, member types must be matched to the right ID format, and destructive operations like space deletion need strict confirmation. This Skill wraps the lark-cli wiki commands with safe, guided workflows. ## Core Features & Use Cases - Space Management: Create, list, and delete wiki spaces, with mandatory name/URL-to-space_id resolution and user confirmation before irreversible deletions. - Node Operations: Create, list, get, copy, move, and delete wiki nodes, including moving Drive documents into Wiki and moving Wiki nodes out to Drive folders with 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, looks up the user's open_id via contact search, and runs lark-cli wiki +member-add with the correct flags. ## Quick Start Ask the assistant to list the nodes in your Feishu knowledge base or create a new page under a specific wiki node using the lark-wiki skill.