feishu-doc

Fetch Feishu Wiki, Docs, Sheets, and Bitable content and convert it to Markdown.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/okbest2024/openclaw-backup --skill feishu-doc-okbest2024
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-doc
Source: https://github.com/okbest2024/openclaw-backup/tree/main/workspace/skills/feishu-doc-1.2.7
Command: npx skills add https://github.com/okbest2024/openclaw-backup --skill feishu-doc-okbest2024

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Feishu Doc Skill consolidates retrieval of content from Feishu's Wiki, Docs, Sheets, and Bitable and converts it into Markdown for easy viewing, editing, and sharing, removing the tedium of manual copy-paste and reformatting.

Core Features & Use Cases

  • Read: fetch content from Docs, Sheets, Bitable, and Wiki and convert to Markdown.
  • Create/Write/Append: create new documents, overwrite or append content, and manage blocks in Feishu Docs.
  • Resolve and Normalize: resolve wiki tokens to actual docs, bitables, or sheets, and batch insert content with robust error handling for long-form text.
  • Use Case: convert an existing Wiki page into a Markdown document for a knowledge base.

Quick Start

Fetch a Feishu document by token and convert it to Markdown.

Frequently Asked Questions about feishu-doc

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

FAQPage Schema
How do I convert Feishu Wiki pages to Markdown?

You can fetch Feishu Wiki content by providing its token, which resolves to the actual document entity and exports as Markdown text. This removes manual copy-pasting and reformatting when extracting content from Feishu.

Can I fetch and convert Feishu Sheets and Bitable to Markdown?

Yes, you can fetch Feishu Sheets and Bitable content and convert it to Markdown. The tool applies token resolution to extract structured data from these sources and normalizes it into a Markdown format for seamless consumption.

How do I create or append content to a Feishu Doc?

You can create new Feishu Docs, overwrite existing content, or append text by managing document blocks. The tool processes batched insertions with robust error handling to ensure long-form text is written successfully.

What is the best way to handle long Feishu documents when exporting to Markdown?

Handling long Feishu documents relies on batched insertion with built-in error handling during the Markdown export. This approach ensures content normalization and prevents failures when processing lengthy, complex documents.

Does fetching Feishu Docs require resolving Wiki tokens first?

Fetching linked Feishu Docs requires resolving Wiki tokens first to identify the actual underlying document, sheet, or bitable entity. The tool automates this token resolution process before exporting the content to Markdown.