feishu-wiki

List Feishu wiki spaces, navigate nodes, and edit documents via feishu_wiki.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Feishu wiki navigation and management through a dedicated tool, enabling teams to interact with their knowledge base more efficiently.

Core Features & Use Cases

  • List all wiki spaces to understand the knowledge graph.
  • Inspect and modify wiki nodes (read, create, move, rename) to keep content organized.
  • Read and write wiki documents using an integrated workflow with feishu_doc.

Quick Start

Start by listing wiki spaces, then navigate nodes, and read or edit wiki content.

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 and retrieve node details programmatically?

To navigate Feishu wiki spaces, use the feishu_wiki interface to list all spaces and nodes. You can retrieve specific node details by passing valid tokens, enabling programmatic traversal and inspection of your knowledge base structure.

Can I create, move, and rename nodes within a Feishu knowledge base?

Yes, you can create, move, and rename nodes within a Feishu knowledge base. The feishu_wiki interface supports these structural modifications directly, allowing you to organize and maintain wiki content programmatically with token-based navigation.

How do I read and edit Feishu wiki documents?

You read and edit Feishu wiki documents by integrating the feishu_wiki interface with feishu_doc. This workflow allows you to navigate to the target node and then apply document reading or writing operations programmatically.

Do I need specific permissions to manage Feishu wiki nodes and spaces?

Yes, managing Feishu wiki nodes and spaces requires proper permissions. The system validates permissions during token-based navigation to ensure your account has the necessary access rights to list, read, or modify the specified wiki content.

What is the best way to map the structure of a Feishu knowledge base?

The best way to map a Feishu knowledge base structure is to list all wiki spaces first, then iterate through the nodes within each space. This approach provides a complete overview of the knowledge graph and hierarchical node relationships.

Why does my Feishu wiki node creation fail during programmatic execution?

Feishu wiki node creation may fail due to insufficient permissions or invalid tokens. The system enforces permission validation and requires token-based navigation, so ensure your feishu_wiki interface has proper access rights to the target knowledge space.