What problem does it solve? Managing Lark (Feishu) knowledge bases through raw APIs is error-prone: resolving space IDs from URLs or names, choosing the right identity (user vs bot), and handling async delete/move tasks all require careful orchestration. This Skill wraps the wiki OpenAPI into safe, guided CLI shortcuts. ## Core Features & Use Cases - Space Management: Create, list, and delete wiki spaces, with mandatory user confirmation and name/URL resolution before irreversible deletions. - Node Operations: Create, move, copy, list, get, 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, chat, department) and 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 token, looks up the user's open_id, and grants the role with the correct identity. ## Quick Start Ask the agent to list all nodes in your Lark wiki space or create a new page titled "Project Plan" in your personal knowledge library.