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, node tokens are easily confused with document tokens, and destructive operations like deleting a space require careful confirmation. This Skill provides structured shortcuts and decision rules for operating wiki spaces, members, and node hierarchies safely. ## Core Features & Use Cases - Space and node management: Create, list, move, copy, and delete wiki spaces and nodes, including moving nodes between Wiki and Drive and resolving my_library personal libraries. - Member administration: Add, list, and remove space members with correct member-type resolution for users, groups, departments, and apps. - Safety guardrails: High-risk operations like +delete-space and +node-delete require explicit confirmation, candidate listing, and async task polling with resumable next_command flows. - Use Case: A user pastes a /wiki/<token> URL and asks to add a colleague as admin; the Skill resolves the token to a space_id, looks up the user's open_id via contact search, and grants the admin role. ## 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.