What problem does it solve? Organizing and administering Lark (Feishu) knowledge bases requires many low-level OpenAPI calls with tricky identity, token, and pagination rules. This Skill wraps them into safe, high-level commands so you can create spaces, manage members, and restructure wiki node trees without memorizing API details. ## 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, move, copy, list, inspect, and delete wiki nodes, including moving Drive documents into a wiki and handling async task polling. - Member administration: Add, list, and remove space members with correct member-type resolution (user, group, department, app) and user-vs-bot identity rules. - 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 lark-cli wiki +member-add with the correct identity. ## Quick Start Ask the assistant to list the nodes in your Lark knowledge base or create a new wiki page titled "Project Plan" in your personal library.