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 mapped correctly, and destructive operations like space deletion need strict confirmation. This Skill provides structured shortcuts and safety rules for operating wiki spaces, nodes, and members through lark-cli. ## Core Features & Use Cases - Space Management: Create, list, and delete wiki spaces with mandatory user confirmation and name/URL-to-space_id resolution before any deletion. - Node Operations: Create, copy, move, list, get, 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 rules (user vs bot). - Use Case: A user pastes a wiki URL and asks to add a colleague as admin. The Skill resolves the space_id via node-get, looks up the user's open_id via contact search, and calls member-add with the correct identity. ## Quick Start Ask the agent to list the nodes in your Feishu knowledge base or create a new page under a specific wiki node using lark-cli.