feishu-wiki

Manage Feishu wiki spaces and nodes with API permissions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the management and retrieval of information within Feishu's knowledge base, reducing the time spent searching for or organizing documents.

Core Features & Use Cases

  • Knowledge Space Navigation: Browse and list available knowledge spaces.
  • Node Management: Create, list, move, and rename wiki pages (nodes).
  • Content Integration: Seamlessly integrates with the feishu_doc tool to read and write wiki page content.
  • Use Case: Quickly create a new sub-page under a specific project's wiki space titled "Meeting Notes" and then use the feishu_doc tool to add the minutes from your last team sync.

Quick Start

Use the feishu wiki skill to create a new page titled 'Project Alpha Overview' in the 'Engineering' knowledge space.

Frequently Asked Questions about feishu-wiki

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

FAQPage Schema
How do I manage Feishu knowledge base nodes programmatically?

You can manage Feishu knowledge base nodes by listing, creating, moving, and renaming wiki pages within available spaces. This requires specific API permissions to execute wiki operations successfully.

What is the best way to create a new page in a Feishu wiki space?

Creating a new page in a Feishu wiki space involves specifying the page type and parent node. You can establish the hierarchy by creating sub-pages directly under targeted project spaces.

Can I move and rename existing documents in a Feishu knowledge base?

Yes, you can move existing documents between different Feishu knowledge spaces and rename nodes. This allows flexible reorganization of wiki content without losing page integrity.

How does Feishu wiki content integration work for editing documents?

Feishu wiki content integration works by pairing with the feishu_doc tool to read and write page content. After creating a wiki node, use this integration to add document text.

Do I need specific API permissions to list Feishu wiki spaces?

Yes, listing Feishu wiki spaces and performing node management operations requires specific API permissions. You must authorize these permissions before executing any wiki navigation tasks.

What are the limitations of managing Feishu wiki spaces?

Feishu wiki management is limited to structural operations like listing, moving, and renaming nodes. Content manipulation requires integration with the feishu_doc tool, meaning full text editing depends on external tool availability.