What problem does it solve? Managing Feishu (Lark) knowledge bases 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 space deletion need strict confirmation. This Skill provides structured shortcuts and safety rules for operating wiki spaces, members, and node hierarchies through lark-cli. ## Core Features & Use Cases - Space management: Create, list, and delete wiki spaces, including safe name-to-space_id resolution with mandatory user confirmation before irreversible deletion. - Node operations: Create, list, get, move, copy, 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 for users, groups, departments, and apps, plus identity rules for user vs 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 token, 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 in your personal knowledge library using the lark-wiki skill.