飞书知识库管理。Activate when user mentions knowledge base, wiki, or wiki links.
Aligned with @larksuite/openclaw-lark official plugin.
{ "action": "list" }
{ "action": "get", "space_id": "7xxx" }
{ "action": "create", "name": "New Space", "description": "Space description" }
Actions:
list — List all accessible wiki spacesget — Get space details by space_idcreate — Create a new wiki space{ "action": "list", "space_id": "7xxx" }
{ "action": "get", "token": "wikcnXXX" }
{ "action": "create", "space_id": "7xxx", "title": "New Page", "obj_type": "docx" }
{ "action": "move", "space_id": "7xxx", "node_token": "wikcnXXX", "target_parent_token": "wikcnYYY" }
{ "action": "copy", "space_id": "7xxx", "node_token": "wikcnXXX", "target_space_id": "7yyy" }
Actions:
list — List nodes in a space (optional parent_node_token for subtree)get — Get node details by token; returns obj_token for use with feishu_fetch_doccreate — Create new node; obj_type: docx (default), sheet, bitable, mindnote, file, doc, slidesmove — Move node to a different parent within the same spacecopy — Copy node to another spacefeishu_wiki_space_node { "action": "get", "token": "..." } -> returns obj_tokenfeishu_fetch_doc { "doc_id": "obj_token" }feishu_update_doc { "doc_id": "obj_token", "mode": "append", "markdown": "..." }Required: wiki:wiki, wiki:wiki:readonly