feishu-wiki

Navigate Feishu knowledge bases by listing spaces, nodes, and editing wiki pages.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/rigeoben/fairy --skill feishu-wiki-rigeoben
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-wiki
Source: https://github.com/rigeoben/fairy/tree/main/extensions/feishu/skills/feishu-wiki
Command: npx skills add https://github.com/rigeoben/fairy --skill feishu-wiki-rigeoben

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Feishu knowledge bases can be large and complex; this tool helps you discover spaces, view nodes, read node details, and perform simple edits or reorganizations directly from commands.

Core Features & Use Cases

  • List Knowledge Spaces: { "action": "spaces" } to show all accessible wiki spaces.
  • List Nodes: { "action": "nodes", "space_id": "SPACE_ID" } to view pages within a space.
  • Get Node Details: { "action": "get", "token": "TOKEN" } to read node metadata.
  • Create/Move/Rename Nodes: commands to create, relocate, or rename wiki pages within spaces.
  • Wiki-Doc Workflow: read and write documents using the feishu_doc protocol described in the workflow.

Quick Start

Activate the feishu-wiki tool and begin by listing spaces with the spaces action.

Frequently Asked Questions about feishu-wiki

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

FAQPage Schema
How do I navigate Feishu knowledge bases to find specific wiki pages?

You navigate Feishu knowledge bases by first listing all accessible spaces, then listing the nodes within a specific space to view its pages. This workflow enables rapid discovery and retrieval of specific wiki pages.

Can I create and reorganize pages in a Feishu wiki space directly?

Yes, you can create, move, and rename wiki pages within Feishu spaces directly. These actions allow you to perform simple edits and reorganizations to manage your team's documentation structure effectively.

What is the best way to read and write content in Feishu wiki pages?

The best way to read and write Feishu wiki content is by using the wiki-doc workflow. This workflow relies on defined actions and the feishu_doc protocol to read or write documents within your knowledge base spaces.

How do I list all accessible spaces in a Feishu knowledge base?

You list all accessible Feishu knowledge base spaces by using the spaces action. This action shows all the wiki spaces available to you, serving as the starting point for navigating and retrieving documentation.

Does Feishu wiki navigation support editing existing node metadata?

Yes, Feishu wiki navigation supports editing node metadata. You can use the get action to read existing node details, and then use rename or move actions to update and reorganize wiki pages within your knowledge base spaces.