feishu-wiki

Access Feishu wiki spaces, nodes, and documents programmatically.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires feishu_doc.

What problem does it solve?

This Skill streamlines the management of Feishu knowledge bases by providing a unified interface for navigating, creating, and modifying wiki nodes without manual browser interaction.

Core Features & Use Cases

  • Wiki Navigation: Easily list spaces and nodes to locate specific documentation.
  • Content Management: Create, rename, and move wiki pages programmatically.
  • Workflow Integration: Seamlessly bridge wiki navigation with document editing by retrieving object tokens for use with the feishu_doc tool.

Quick Start

Use the feishu_wiki skill to list all nodes within the knowledge space identified by the ID 7xxx.

Frequently Asked Questions about feishu-wiki

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

FAQPage Schema
How do I programmatically list nodes in a Feishu wiki space?

Feishu wiki navigation works by providing a unified interface to list spaces and retrieve node structures. You can locate specific documentation by querying the knowledge base and retrieving object tokens for further document operations.

Can I create, rename, and move Feishu wiki pages without a browser?

Yes, you can automate Feishu wiki content management by programmatically creating, renaming, and moving wiki nodes. This eliminates manual browser interaction and streamlines enterprise knowledge base organization.

How do I get a document token from a Feishu wiki node for editing?

You retrieve the object token by navigating the Feishu wiki node structure. Once extracted, this document token bridges wiki navigation with the feishu_doc tool to enable read and write operations on that specific document.

Does Feishu wiki content management require integrating with feishu_doc?

Yes, integrating with feishu_doc is required to perform read and write operations on specific document tokens. The feishu_wiki Skill handles navigation and node retrieval, while feishu_doc executes the actual content editing.

What is the best way to automate Feishu knowledge base documentation workflows?

Automating Feishu documentation workflows is best achieved by combining wiki node navigation with the feishu_doc tool. This unified interface retrieves object tokens from the knowledge base to enable seamless, automated document editing.