What problem does it solve? Organizing and administering Lark (Feishu) knowledge bases requires many manual steps in the web UI: creating spaces, resolving space IDs from URLs or names, managing members, and moving or copying document nodes. This Skill automates those operations through lark-cli commands with built-in safety checks. ## Core Features & Use Cases - Space management: Create, list, and delete wiki spaces, including safe name/URL-to-space_id resolution and mandatory user confirmation before irreversible deletions. - Node operations: Create, list, get, move, copy, and delete wiki nodes, including moving Drive documents into a wiki and handling asynchronous tasks with polling. - Member administration: Add, list, and remove space members with correct member-type resolution (user, group, 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, and runs the member-add command with the correct identity. ## Quick Start Ask the assistant to list the nodes in your Lark wiki space or create a new page titled "Project Plan" in your personal knowledge library.