feishu-wiki

List, create, move, and edit Feishu wiki nodes using token-based actions.

1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Arry8/openclaw-edge --skill feishu-wiki-arry8
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-wiki
Source: https://github.com/Arry8/openclaw-edge/tree/main/extensions/feishu/skills/feishu-wiki
Command: npx skills add https://github.com/Arry8/openclaw-edge --skill feishu-wiki-arry8

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Feishu Wiki Tool helps teams navigate and manipulate knowledge base pages within Feishu's wiki, reducing the time to locate and update information.

Core Features & Use Cases

  • List spaces in a wiki to understand structure.
  • List nodes within a space or under a parent to locate pages.
  • Get node details to surface page metadata and identifiers for read/edit operations.
  • Create, move, and rename wiki nodes to reorganize content.

Quick Start

Invoke feishu_wiki to list spaces, view nodes, or retrieve node details and perform edits as needed.

Frequently Asked Questions about feishu-wiki

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list and navigate Feishu wiki spaces and nodes?

To list and navigate Feishu wiki spaces, you can invoke the wiki tool to retrieve all spaces, then list nodes within a specific space or under a parent node using their token-based identifiers to locate the desired page.

Can I create, move, and rename nodes in a Feishu knowledge base?

Yes, you can create, move, and rename Feishu wiki nodes to reorganize your knowledge base content. This allows teams to efficiently restructure wiki spaces and update page hierarchies as needed.

What do I need to read and edit content within Feishu wiki pages?

Reading and editing Feishu wiki content requires feishu_doc to manipulate the actual page content. The wiki tool surfaces node details and metadata like node_token to enable these read and write operations.

How do I get node details to surface page metadata for Feishu wiki operations?

You can get node details by retrieving page metadata and identifiers for read or edit operations. This surfaces the necessary token-based actions like space_id and node_token required to operate on specific wiki pages.

Do I need a space_id or node_token to perform actions on Feishu wiki nodes?

Yes, performing actions on Feishu wiki nodes relies on token-based actions like space_id and node_token to operate. These identifiers are retrieved by listing spaces and getting node details before manipulating content.