feishu-wiki

Resolve Feishu wiki URLs and manage page nodes.

2|Updated May 23, 2026
One-click install
npx skills add https://github.com/enclawed/enclawed-oss --skill feishu-wiki-enclawed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-wiki
Source: https://github.com/enclawed/enclawed-oss/tree/main/extensions/feishu/skills/feishu-wiki
Command: npx skills add https://github.com/enclawed/enclawed-oss --skill feishu-wiki-enclawed

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the friction of finding the right Feishu wiki page, resolving its underlying document token, and keeping wiki content aligned with the linked document.

Core Features & Use Cases

  • Space and node navigation: List accessible wiki spaces and browse page trees with optional parent filtering.
  • Wiki URL resolution: Extract tokens from Feishu wiki links and fetch node details for downstream document access.
  • Page management: Create, move, and rename wiki nodes in a controlled way.
  • Workflow example: Use it to locate a team handbook page, open the linked document, and update the content without manually hunting through the wiki hierarchy.

Quick Start

Ask the skill to resolve a Feishu wiki URL, retrieve the node details, and then read or edit the linked page through 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 resolve a Feishu wiki link to get the underlying document token?

Feishu wiki navigation resolves linked-document access by extracting tokens from wiki URLs and fetching node details. This allows you to bypass manually hunting through the wiki hierarchy to locate the underlying document.

How do I navigate Feishu wiki spaces and browse hierarchical page trees?

You navigate Feishu wiki spaces by listing accessible knowledge base areas and browsing hierarchical page trees. Optional parent filtering allows you to target specific nodes within the wiki structure.

Can I create, move, and rename Feishu wiki nodes automatically?

Yes, you can manage Feishu wiki nodes by creating, moving, and renaming pages. This enables controlled reorganization of knowledge base spaces and hierarchical nodes automatically.

How do I update a linked Feishu document after locating its wiki node?

After locating the wiki node and resolving its token, you use feishu_doc actions to read and write the linked page content. This workflow updates the document directly without manually hunting through the wiki hierarchy.

What is the best way to find a specific team handbook page in a Feishu knowledge base?

The best way to find a team handbook page is to list accessible Feishu wiki spaces and browse the hierarchical page tree using parent filtering. This quickly resolves the specific node details and linked document token.

Do I need feishu_doc to read and write content from Feishu wiki pages?

Yes, you need feishu_doc to read and write content from Feishu wiki pages. Wiki navigation resolves the node and extracts the token, while feishu_doc handles the actual reading and editing of the linked document content.