feishu-wiki

List Feishu wiki spaces, enumerate nodes, and manage pages via API.

8|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/SenseTime-FVG/sensenova-claw --skill feishu-wiki-sensetime-fvg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-wiki
Source: https://github.com/SenseTime-FVG/sensenova-claw/tree/main/.sensenova-claw/skills/feishu-wiki
Command: npx skills add https://github.com/SenseTime-FVG/sensenova-claw --skill feishu-wiki-sensetime-fvg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Feishu wiki pages are often scattered across spaces and represented by opaque tokens, making it hard to locate, inspect, and perform basic page operations quickly. This Skill streamlines discovery and management of Feishu knowledge base nodes so users can find, open, and prepare pages for reading or editing without manual API fiddling.

Core Features & Use Cases

  • Space and Node Discovery: List accessible wiki spaces and enumerate nodes within a space or under a parent node to locate content.
  • Node Details & Token Extraction: Extract page tokens from Feishu wiki URLs and retrieve node metadata including obj_token and obj_type needed for document operations.
  • Node Management: Create, move, and rename wiki nodes and coordinate with the feishu_doc tool to read or write page content.
  • Use Case: Find a wiki page by URL, obtain its document token, and hand it off to the document tool to update content or perform programmatic edits.

Quick Start

Find the wiki node for a given Feishu URL, retrieve its obj_token, and request the feishu_doc tool to read or write the page content.

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 page token from a Feishu wiki URL?

You can extract a page token from a Feishu wiki URL by using the wiki navigation Skill to parse the link and retrieve the node metadata, which yields the specific obj_token required for document operations.

Can I create and move Feishu wiki pages programmatically?

Yes, you can create, move, and rename Feishu wiki pages programmatically by utilizing the node management features, which support CRUD operations for organizing wiki nodes within your accessible spaces.

Do I need feishu_doc to read and write Feishu wiki content?

Yes, you need the enabled feishu_doc tool to read and write wiki content because the wiki Skill locates the page and extracts the token, then hands off to feishu_doc for actual content access.

What Feishu API permissions are required for wiki management?

Feishu wiki management requires API permissions specifically scoped to wiki:wiki or wiki:wiki:readonly, ensuring the application can authenticate and perform node enumeration and metadata retrieval securely.

How do I list all accessible spaces in a Feishu knowledge base?

You can list all accessible spaces in a Feishu knowledge base by executing the space discovery function, which enumerates available wiki spaces for subsequent node inspection and management.