feishu-cli-wiki

Fetch and export Feishu Wiki nodes to Markdown with images and assets.

1.3k|140|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/riba2534/feishu-cli --skill feishu-cli-wiki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-cli-wiki
Source: https://github.com/riba2534/feishu-cli/tree/main/skills/feishu-cli-wiki
Command: npx skills add https://github.com/riba2534/feishu-cli --skill feishu-cli-wiki

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

知识管理工作常常需要将知识库内容转换为可离线分析的 Markdown 格式。本技能解决了从飞书知识库中提取、导出并本地化保存知识内容的痛点。

Core Features & Use Cases

  • 通过令牌或 URL 获取节点信息并导出为 Markdown。
  • 列出知识空间与空间中的节点,便于浏览大型知识库。
  • 导出时可下载图片和相关资产,生成可离线阅读的文档。

Quick Start

请让我通过节点令牌或 URL 将知识库节点导出为 Markdown,并保存到 /tmp。

Frequently Asked Questions about feishu-cli-wiki

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

FAQPage Schema
How do I export Feishu Wiki content to Markdown?

To export Feishu Wiki content to Markdown, provide a specific node token or URL via CLI. The tool fetches the document data and outputs the Markdown content to stdout or saves it directly to a file in your /tmp directory.

What permissions do I need to extract nodes from a Feishu knowledge space?

Extracting nodes from a Feishu knowledge space requires wiki:readonly permission. This access level allows the CLI to list available spaces, browse nodes, and fetch document content for local Markdown conversion.

Can I download images and assets when exporting Feishu knowledge base documents?

Yes, when exporting Feishu knowledge base documents you can download images and related assets. The CLI saves these image files into a local assets directory, ensuring your exported Markdown remains fully viewable offline.

How do I list all nodes inside a large Feishu knowledge space?

You can list all nodes inside a large Feishu knowledge space by running a CLI command targeting the space. This enumerates the available nodes, making it easier to browse the hierarchy and select specific documents for Markdown export.

Does the Feishu Wiki export tool handle directory nodes and nested content?

Yes, the Feishu Wiki export tool handles directory nodes and nested content. It processes the specified directory token, extracts the underlying documents, and stores the intermediate Markdown in /tmp before final output.