feishu-wiki

List Feishu wiki spaces and manage pages with node tokens.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides an easy way to browse and manage Feishu knowledge bases so users can quickly find, open, and organize wiki pages without manually navigating the Feishu UI.

Core Features & Use Cases

  • Space discovery: List all accessible wiki spaces to understand available documentation areas.
  • Node navigation: Enumerate nodes within a space, including parent-child relationships, to locate specific pages or sections.
  • Page operations: Retrieve node details, create new pages of various types, move nodes between spaces, and rename pages; use together with document tools to read and edit content.
  • Use Case: A knowledge manager can list spaces, find a specific page token, open the corresponding document via feishu_doc, and update its content as part of a documentation workflow.

Quick Start

Ask the assistant to list all wiki spaces and then get the node details for token ABC123def so you can read and edit the document.

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 to find specific pages?

To navigate Feishu wiki spaces, use the skill to list all accessible spaces, enumerate nodes with parent-child relationships, and retrieve specific node details using node tokens to locate target documentation pages.

What Feishu wiki permissions are needed to read and edit knowledge base pages?

Reading and editing Feishu wiki pages requires wiki permissions such as wiki:wiki or wiki:wiki:readonly. These scopes authorize the skill to list spaces, enumerate nodes, and manage page content within workspaces.

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

Yes, the skill supports page operations within Feishu workspaces to create new pages of various types, move nodes between spaces, and rename existing pages, enabling automated documentation and collaboration workflow management.

How do I retrieve Feishu wiki node details to open and edit the corresponding document?

Retrieve Feishu wiki node details by providing the node token to the skill, which returns the obj_token needed to connect with the feishu_doc tool for reading and editing the actual document content.

What is the best way to manage Feishu wiki documentation workflows without manual UI navigation?

The best way to manage Feishu wiki documentation workflows programmatically is by listing spaces, finding target page tokens, retrieving node details, and passing obj_tokens to document tools to read and update content end-to-end.

Do I need to use node tokens and obj_tokens together when working with Feishu wiki content?

Yes, managing Feishu wiki content requires node tokens to navigate and enumerate wiki nodes, and obj_tokens to connect with the feishu_doc tool for reading and editing the underlying document content.