feishu-wiki

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

87|20|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/openaeon/OpenAEON --skill feishu-wiki-openaeon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-wiki
Source: https://github.com/openaeon/OpenAEON/tree/main/extensions/feishu/skills/feishu-wiki
Command: npx skills add https://github.com/openaeon/OpenAEON --skill feishu-wiki-openaeon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly find Feishu wiki spaces and pages, then fetch or modify page content without manually clicking through the knowledge base.

Core Features & Use Cases

  • Knowledge base navigation: List accessible wiki spaces and browse nodes within a space (optionally under a parent node token).
  • Page retrieval and updates: Get node metadata by token, then use the returned obj_token to read or write the underlying wiki document via feishu_doc.
  • Content management: Create new wiki nodes (pages) with supported obj_type values, move nodes to a new location, and rename nodes for tidy organization.
  • Use Case: When you need to update multiple wiki pages for a team playbook, you can list nodes to locate the right pages, fetch their details, and then write updated content.

Quick Start

Ask to "List wiki spaces and find the node token for the page about onboarding in my 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 navigate Feishu wiki spaces to find a specific page node token?

To navigate Feishu wiki spaces, you list accessible spaces and browse their nodes, optionally filtering under a parent node token. This retrieves the exact node token needed to locate specific pages within the knowledge base structure.

How do I create and organize new pages in a Feishu wiki knowledge base?

You can create and organize Feishu wiki pages by creating new nodes with supported obj_type values, moving nodes to new locations, and renaming them. This supports tidy organization of team documentation workflows within the knowledge base.

Can I use the wiki node token to read and write the underlying Feishu document?

Yes, you retrieve node metadata by token to extract the obj_token. You then use this obj_token with feishu_doc to read or write the underlying wiki document content, enabling complete page retrieval and updates.

What's the best way to update multiple Feishu wiki pages for a team playbook?

The best way to update multiple Feishu wiki pages is to list nodes to locate target pages, fetch their details to extract obj_tokens, and then write updated content using feishu_doc for document content operations.

Does the Feishu wiki management skill support moving and renaming existing nodes?

Yes, the Feishu wiki management skill supports moving nodes to new locations and renaming nodes for tidy organization. These structured actions allow you to restructure the knowledge base hierarchy without manual clicking.