What problem does it solve? Organizing a Lark (Feishu) knowledge base through raw APIs 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 deleting a space demand strict confirmation. This Skill wraps the lark-cli wiki commands with safe, validated workflows. ## Core Features & Use Cases - Space management: List, create, and safely delete wiki spaces, including resolving a space ID from a wiki URL or an exact/fuzzy name match with mandatory user confirmation before deletion. - 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, group, department, app) and identity selection between user and bot tokens. - 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 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 titled "Project Plan" in your personal knowledge library.