feishu-wiki

Extract Feishu wiki page tokens and perform space, node, and page metadata operations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of quickly finding, listing, and updating information stored in a Feishu knowledge base without manually browsing and copying links.

Core Features & Use Cases

  • Wiki navigation: Extract the wiki page token from a URL and use it to fetch node metadata.
  • Space and node discovery: List accessible wiki spaces and drill into nodes by space and parent relationships.
  • Content workflow enablement: Use node retrieval to obtain the underlying document token so the page content can be read or written through a document tool.

Use Case: You need to locate a specific wiki page inside a Feishu knowledge base, read its current content, and then update it as a new version of an internal SOP.

Quick Start

Ask the AI to list all wiki spaces you can access, and then fetch the details for a specific page token.

Frequently Asked Questions about feishu-wiki

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

FAQPage Schema
How do I extract a wiki page token from a Feishu URL to fetch node metadata?

To extract a wiki page token from a Feishu URL, the Skill parses the link and isolates the token to fetch corresponding wiki node metadata for navigation and page management operations.

How do I list all accessible Feishu wiki spaces and browse their hierarchical nodes?

You can list all accessible Feishu wiki spaces and drill into hierarchical nodes by utilizing the space and node discovery features to query nodes based on space and parent relationships.

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

Yes, you can execute create, move, and rename operations on wiki nodes directly within a Feishu knowledge base by fulfilling the required API action contracts for page management.

How do I get a document token from a wiki node to read or write page content?

You retrieve the underlying document token by getting node details from the wiki page token, which then enables you to read or write the actual page content through a document tool.

Does this Skill require any external dependencies or components to manage Feishu wiki pages?

No external dependencies or components are required to manage Feishu wiki pages, as the Skill independently handles space, node, and page metadata operations for knowledge base navigation.

What is the best way to locate and update a specific internal SOP stored in a Feishu wiki?

The best way to locate and update an internal SOP in a Feishu wiki is to extract the page token from its URL, retrieve the document token via node details, and update the content.