feishu-wiki

Create and manage Feishu wiki spaces and nodes via the Wiki v2 API.

2|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/papachong/RHClaw --skill feishu-wiki-papachong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-wiki
Source: https://github.com/papachong/RHClaw/tree/main/RHClaw-Desktop/src-tauri/skills/feishu-wiki
Command: npx skills add https://github.com/papachong/RHClaw --skill feishu-wiki-papachong

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps teams automate the creation and governance of Feishu knowledge spaces and wiki nodes to reduce manual setup, inconsistent structure, and permission errors.

Core Features & Use Cases

  • Space provisioning: Create new Feishu wiki spaces programmatically for projects or departments.
  • Node creation and structure: Create document nodes (docx, sheet, bitable) and build multilevel directory structures.
  • Governance and migration: Move nodes between parents/spaces, retrieve node and obj tokens, and apply group-based authorization to grant the robot necessary permissions.
  • Use Case: Automatically scaffold a project wiki with PRD, meeting notes, and SOP pages, then mount existing documents as nodes.

Quick Start

Use the feishu-wiki skill to create a space named Project Knowledge, add standard child pages for PRD and meeting notes, and ensure the robot's group is granted admin access for operations.

Frequently Asked Questions about feishu-wiki

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

FAQPage Schema
How do I automate Feishu wiki space creation for new projects?

Feishu wiki nodes support docx, sheet, and bitable document types. You can create these nodes programmatically to build multilevel directory structures, allowing you to organize project documentation like SOPs and meeting notes hierarchically.

How do I move existing document nodes between wiki spaces in Feishu?

Yes, you can retrieve obj_token values for Feishu wiki nodes via the Wiki v2 API. Exposing the obj_token allows downstream processes to write content directly to the mounted documents, enabling automated document generation and updates.

Can I use the Feishu Wiki API to authorize robot group permissions for space management?

Yes, you can authorize robot group permissions for Feishu wiki space management. The API handles space membership authorization, allowing you to grant the robot admin access programmatically to ensure automated operations succeed without permission errors.

What's the best way to programmatically scaffold a project knowledge base in Feishu?

The best way to scaffold a Feishu knowledge base is by automating REST calls to provision a space, create standard document nodes for PRDs and SOPs, and apply group-based authorization. This reduces manual setup errors and standardizes project documentation.