feishu-wiki

List Feishu wiki spaces and nodes, retrieve details, and create, move, or rename pages.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/Polealpha/XINNIAN_PI --skill feishu-wiki-polealpha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-wiki
Source: https://github.com/Polealpha/XINNIAN_PI/tree/main/app%20windows/vendor/openclaw-runtime/extensions/feishu/skills/feishu-wiki
Command: npx skills add https://github.com/Polealpha/XINNIAN_PI --skill feishu-wiki-polealpha

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of manually browsing and updating Feishu wiki knowledge bases by letting you list spaces and nodes, fetch page details, and edit document content through structured tool actions.

Core Features & Use Cases

  • Knowledge base navigation: List accessible wiki spaces, enumerate nodes within a space (including child nodes), and retrieve node details by token.
  • Page lifecycle operations: Create new wiki nodes/pages under a given space and parent node, move nodes between locations, and rename pages.
  • Wiki-doc edit workflow: Retrieve a wiki node to obtain the document object token, then use that token to read and write the underlying document content.
  • Use case: When you need to reorganize documentation, you can move or rename existing wiki pages, then update their text content without manual clicking.

Quick Start

Ask the assistant to create a new wiki page in your space with the title "New Page" and return the result.

Frequently Asked Questions about feishu-wiki

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

FAQPage Schema
How do I automate Feishu wiki page creation and structure management?

To automate Feishu wiki navigation and editing, use structured tool actions to list spaces, enumerate nodes, retrieve details by token, and create, move, or rename pages without manual clicking.

How do I extract the correct wiki token from a Feishu URL for API navigation?

Extracting the correct wiki token from a Feishu URL is required because the automation uses these tokens to retrieve node details and perform create, move, and rename actions within specific spaces.

Can I update text content on an existing Feishu wiki page programmatically?

Yes, you can update text content by retrieving the wiki node to obtain the document object token, then using that token to read and write the underlying document content directly.

What is the best way to reorganize documentation across Feishu wiki spaces?

The best way to reorganize documentation across Feishu wiki spaces is to use automated actions to move existing nodes between locations, rename pages, and update text content efficiently.

Do I need to specify a parent node identifier when creating a new Feishu wiki page?

Yes, when creating a new wiki node under a given space, you need to use optional space and parent node identifiers in your action-scoped JSON request to define the page hierarchy.