One-click install
npx skills add https://github.com/chiragborse1/Kove --skill feishu-wiki-chiragborse1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-wiki
Source: https://github.com/chiragborse1/Kove/tree/main/extensions/feishu/skills/feishu-wiki
Command: npx skills add https://github.com/chiragborse1/Kove --skill feishu-wiki-chiragborse1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Feishu wiki navigation is cumbersome when you need to locate pages from shared links, enumerate spaces or nodes, and prepare documents for reading or editing. This Skill extracts tokens from Feishu wiki URLs, surfaces space and node structures, and hands off document tokens to the document tool so you can open or modify content reliably.

Core Features & Use Cases

  • Token Extraction: Extract the wiki token from Feishu URLs to identify the target node.
  • Space & Node Discovery: List all accessible wiki spaces and enumerate nodes within a space, optionally scoped by parent node.
  • Node Management: Retrieve node details (including obj_token and obj_type), create new pages with type/parent, move nodes between spaces or parents, and rename pages.
  • Wiki-Doc Workflow: Provide obj_token for use with feishu_doc to read or write the underlying document content.
  • Use Case: Given a wiki link shared in chat, use this Skill to find the node token, return obj_token, and enable automated content updates via the document tool.

Quick Start

Use the feishu-wiki tool to list wiki spaces, locate the node for URL https://xxx.feishu.cn/wiki/ABC123def, and return the obj_token so feishu_doc can read the page.

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 token from a Feishu URL to locate a specific page?

To extract a wiki token from a Feishu URL, you provide the link to the tool which identifies the target node token, enabling navigation and retrieval of node details like obj_token for document workflows.

Can I list all Feishu wiki spaces and enumerate nodes within a parent node?

Yes, you can list all accessible Feishu wiki spaces and enumerate nodes within a space, optionally scoped by parent node, to map the knowledge base structure and retrieve node metadata.

How does Feishu wiki navigation prepare tokens for reading and editing documents?

Feishu wiki navigation extracts the wiki node token and returns the underlying obj_token, which is then passed to the document tool to read or write the underlying document content reliably.

What Feishu API permissions do I need to manage wiki nodes and spaces?

Managing Feishu wiki nodes and spaces requires API permissions such as wiki:wiki or wiki:wiki:readonly to list spaces, retrieve node details, create pages, and move nodes between parents.

Can I create new pages and move nodes between spaces in a Feishu knowledge base?

Yes, you can create new pages with a specified type and parent, move nodes between spaces or parents, and rename pages within the Feishu knowledge base using node management functions.

Why do I need to extract an obj_token when working with Feishu wiki links?

You need to extract the obj_token because wiki URLs contain wiki tokens, while the document tool requires the obj_token to directly access, read, or modify the underlying document content.