Loading...
Loading...
Lark Wiki Skill. Create knowledge spaces and Wiki page nodes. Use this Skill when you need to organize and archive documents in Lark Wiki.
npx skill4agent add alextangson/feishu_skills feishu-wiki| Item | Value |
|---|---|
| Base URL | |
| Authentication Method | |
| Content-Type | |
POST /open-apis/wiki/v2/spaces{ "name": "Wiki Name" }GET /open-apis/wiki/v2/spacesPOST /open-apis/wiki/v2/spaces/{space_id}/nodes{
"obj_type": "docx",
"title": "Page Title",
"parent_node_token": "wikcnXXX"
}obj_typedocxsheetbitablefeishu-doc-writerparent_node_tokenGET /open-apis/wiki/v2/spaces/{space_id}/nodes/{node_token}POST /open-apis/wiki/v2/spaces/{space_id}/nodes/{node_token}/movefeishu-doc-writer| Function Dimension | Specific Capability | Description |
|---|---|---|
| Space Management | Space Perception & List | Supports one-click retrieval of all knowledge spaces visible to the current application, enabling cross-department asset discovery. |
| Structured Filing | Directory Tree Automation | Supports building multi-level parent-child directory structures in specified spaces via API, realizing organized management of knowledge assets. |
| Asset Archiving | External Document Mounting | Supports one-click "storage" of existing cloud documents (Docx), spreadsheets (Sheet) and other external assets by mounting them to Wiki nodes. |
| Dynamic Governance | Node Migration & Renaming | Supports directory migration, renaming and deletion of existing Wiki pages, ensuring persistent knowledge governance capabilities. |
node_tokenobj_tokenobj_tokenget_nodenode_typeoriginmove_nodetarget_parent_tokentarget_space_idopensource/feishu-skills/feishu-wiki/SUMMARY.md