What problem does it solve?
This Skill helps you manage Feishu Wiki knowledge bases and their document node trees—creating spaces and nodes, listing and maintaining members, and moving/copying nodes—without manually stitching together authentication, IDs, pagination, and safety checks.
Core Features & Use Cases
- Space & node lifecycle management: create spaces, create nodes (including shortcuts), list nodes, get node details, move/copy/delete nodes.
- Member administration with hard constraints: add/remove/list space members with correct member type/role, pagination support, and explicit safety rules for user vs bot identity.
- Reliable targeting & resolution: resolves human-friendly inputs such as wiki URLs or
my_library into real space_id before performing operations.
- High-risk write guardrails: for destructive actions like deleting spaces/nodes or copying subtrees, it enforces explicit confirmations (e.g.,
--yes) and presents candidates for critical deletions.
Quick Start
Use lark-wiki to list all wiki spaces accessible to you by running: lark-cli wiki +space-list