feishu-wiki

Manage Feishu wiki spaces, nodes, and documents via API.

5|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/p-sree-sai-pavan/P.A.R.K.E.R --skill feishu-wiki-p-sree-sai-pavan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-wiki
Source: https://github.com/p-sree-sai-pavan/P.A.R.K.E.R/tree/main/gateway/extensions/feishu/skills/feishu-wiki
Command: npx skills add https://github.com/p-sree-sai-pavan/P.A.R.K.E.R --skill feishu-wiki-p-sree-sai-pavan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Feishu wiki knowledge base navigation and management, enabling quick access to wiki spaces, nodes, and page content without leaving your workflow.

Core Features & Use Cases

  • List Knowledge Spaces: Retrieve all available wiki spaces.
  • List Nodes: List nodes within a space or under a parent node.
  • Get Node Details: Fetch details for a specific node.
  • Create/Move/Rename Nodes: Manage wiki structure and organization.
  • Wiki-Doc Workflow: Read and edit wiki pages using the documented workflow.

Quick Start

Invoke feishu_wiki to list spaces, fetch a node by its token, then read or edit the wiki document with feishu_doc.

Frequently Asked Questions about feishu-wiki

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

FAQPage Schema
How do I navigate and retrieve content from a Feishu wiki knowledge base?

To navigate a Feishu wiki knowledge base, you can list available spaces, list nodes within a space, and fetch specific node details. You then read or edit the wiki document content using the feishu_doc workflow.

Can I create, move, or rename nodes in a Feishu wiki space programmatically?

Yes, you can manage Feishu wiki nodes programmatically. The skill supports creating nodes, moving them within the wiki structure, and renaming existing nodes to organize your knowledge base.

Do I need another tool to read and edit Feishu wiki documents?

Yes, you need feishu_doc to read and edit wiki document content. The wiki skill handles structure and navigation, while feishu_doc processes the actual reading and writing of the page content.

Why should wiki space_id values be quoted when managing Feishu wiki nodes?

Wiki space_id values must be quoted to prevent digit-precision issues. Quoting ensures the identifier is processed accurately as a string, avoiding errors when listing or managing nodes in the Feishu wiki.

What is the best way to organize wiki pages in Feishu without leaving my workflow?

You can organize Feishu wiki pages by creating new nodes, moving existing nodes under different parent nodes, and renaming them. This allows quick structural management directly within your current workflow.

What does fetching a node detail return when navigating a Feishu wiki?

Fetching a Feishu wiki node detail retrieves specific information for that node, such as its token. You then use this token with feishu_doc to read or edit the underlying wiki document content.