feishu-wiki

List Feishu wiki spaces and nodes, retrieve details, and manage pages via API.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/badbsallyy/openclaw-source-code --skill feishu-wiki-badbsallyy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-wiki
Source: https://github.com/badbsallyy/openclaw-source-code/tree/main/openclaw-sourcecode.zip/extensions/feishu/skills/feishu-wiki
Command: npx skills add https://github.com/badbsallyy/openclaw-source-code --skill feishu-wiki-badbsallyy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users find, manage, and interact with information stored in Feishu's knowledge base, making it easier to locate and organize documents.

Core Features & Use Cases

  • Browse Spaces and Nodes: List all available wiki spaces and the documents (nodes) within them, optionally filtering by parent node.
  • Retrieve Node Details: Get specific information about a wiki page, including its token and associated document object token.
  • Create, Move, and Rename: Programmatically create new wiki pages, move existing ones between spaces or locations, and rename them.
  • Use Case: A team member needs to find the latest project proposal. They can use this Skill to list all nodes in the 'Project Proposals' space and then retrieve the details of the most recent document.

Quick Start

Use the feishu wiki skill to list all knowledge spaces.

Frequently Asked Questions about feishu-wiki

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

FAQPage Schema
How do I list all spaces and documents in a Feishu knowledge base?

To list all spaces and documents in a Feishu knowledge base, you can use a skill that programmatically browses wiki spaces and retrieves nodes within them, optionally filtering by parent node to locate specific pages.

Can I programmatically create and move wiki pages in Feishu?

Yes, you can programmatically create new wiki pages, move existing ones between different spaces or locations, and rename them by performing CRUD-like operations through the Feishu wiki API integration.

How do I get the document object token for a Feishu wiki node?

To get the document object token for a Feishu wiki node, you retrieve specific node details which return the wiki page token and its associated document object token for further interactions.

What do I need to integrate with to manage Feishu wiki content?

Managing Feishu wiki content requires integration with Feishu's API for wiki and document functionalities, enabling programmatic actions for navigating and organizing knowledge base spaces.

What is the best way to find a specific project proposal in a Feishu knowledge base?

The best way to find a specific project proposal in a Feishu knowledge base is to list all nodes within the targeted space and retrieve the details of the most recent document to locate the file.