feishu-wiki

List, create, move, and rename nodes in Feishu wiki spaces via API.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/zyj18860969891-byte/openclaw-railway --skill feishu-wiki-zyj18860969891-byte
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-wiki
Source: https://github.com/zyj18860969891-byte/openclaw-railway/tree/main/extensions/feishu/skills/feishu-wiki
Command: npx skills add https://github.com/zyj18860969891-byte/openclaw-railway --skill feishu-wiki-zyj18860969891-byte

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Feishu knowledge base navigation. Activate when user mentions knowledge base, wiki, or wiki links.

Core Features & Use Cases

  • Spaces: List Knowledge Spaces
  • Nodes: List Nodes
  • Get Node: Read details of a wiki page
  • Create Node: Add a new page into a space
  • Move/Rename: Reorganize wiki content
  • Wiki-Doc Workflow: To edit a wiki page, get the node, read, and write using dedicated commands.

Quick Start

Ask it to list spaces to begin exploring the Feishu wiki.

Frequently Asked Questions about feishu-wiki

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

FAQPage Schema
How do I list Feishu wiki spaces to start navigating a knowledge base?

To list Feishu wiki spaces, you can use the spaces action provided by this navigation capability to retrieve all available knowledge spaces. This serves as the entry point for exploring and manipulating wiki pages within Feishu.

Can I create and move nodes within a Feishu knowledge base?

Yes, you can create new nodes and move existing nodes within a Feishu knowledge base. The capability implements create and move actions, requiring fields like space_id and token to reorganize wiki content effectively.

What is the workflow to read and edit a wiki page in Feishu?

The wiki-doc workflow for editing a Feishu wiki page involves getting the node, reading its details, and writing content using dedicated commands. This ensures proper navigation and manipulation of the wiki page via the API.

How do I get details for a specific wiki page node in Feishu?

To get details for a specific Feishu wiki page node, you use the get action. This requires the applicable node token and space_id to locate and read the details of the wiki page via the dedicated API.

What fields are required to rename a node in a Feishu wiki space?

Renaming a node in a Feishu wiki space requires the space_id, token, and obj_type as applicable. These fields are necessary to locate the specific node and manipulate its title using the rename action.