feishu-wiki

Navigate Feishu wiki spaces, nodes, and documents via JSON actions.

4.3k|446|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/m1heng/clawdbot-feishu --skill feishu-wiki-m1heng
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: feishu-wiki
Source: https://github.com/m1heng/clawdbot-feishu/tree/main/skills/feishu-wiki
Command: npx skills add https://github.com/m1heng/clawdbot-feishu --skill feishu-wiki-m1heng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Feishu knowledge base navigation. Activate when user mentions knowledge base, wiki, or wiki links.

Core Features & Use Cases

  • List Knowledge Spaces to discover available wiki spaces.
  • List Nodes to view pages or folders within a space and read details.
  • Get Node Details to retrieve token and metadata for a wiki item.
  • Create/Move/Rename Node to organize pages and migrate content.
  • Wiki-Doc Workflow to edit content using Feishu Docs for read/write operations.
  • Configuration supports enabling wiki and doc tools.

Quick Start

Activate feishu_wiki and run a sample query to explore content. For example:

  • List spaces: { "action": "spaces" }
  • List nodes in a space: { "action": "nodes", "space_id": "SPACE_ID" }
  • Read a node: { "action": "get", "token": "TOKEN" }

Frequently Asked Questions about feishu-wiki

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

FAQPage Schema
How do I navigate a Feishu wiki to find specific documents?▼

To navigate a Feishu wiki, you can list available knowledge spaces, view nodes within a space, and retrieve specific document tokens to read or write content using JSON actions.

Can I organize pages by creating, moving, or renaming nodes in Feishu wiki?▼

Yes, you can organize pages and migrate content by creating, moving, or renaming nodes within your Feishu knowledge base spaces using specific JSON action commands.

What do I need to enable to read and write Feishu wiki documents?▼

You need to enable the feishu_wiki tool for navigation and use feishu_doc for document read and write operations to manage your wiki content.

How do I list spaces and nodes in a Feishu knowledge base?▼

You list spaces using the JSON action for spaces, then list nodes by providing the specific space_id to view pages and folders within that Feishu knowledge base.

Are there limitations when using JSON actions to manage Feishu wiki spaces?▼

The main constraint is that all actions require a JSON format and depend on having the feishu_wiki and feishu_doc tools enabled to execute navigation and editing operations.