feishu-cli-read

Read Feishu cloud documents and wikis, converting content to Markdown.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Feishu documents and knowledge bases are often locked behind API calls and scattered across interfaces. This Skill reads and converts content from Feishu cloud docs or wiki pages into Markdown for centralized analysis and discussion.

Core Features & Use Cases

  • Unified reading: fetches content from normal documents or knowledge bases and converts it to Markdown for easy viewing and processing.
  • Image handling: downloads embedded images to /tmp and reads them with a multi-modal tool to preserve visual information.
  • Contextual analysis: analyzes structure and key content, returning summaries, structure outlines, and image descriptions to support further work.
  • Use Case: imagine reviewing a Feishu project wiki and a set of documents to produce a consolidated summary with referenced sections.

Quick Start

Provide a Feishu document ID, URL, or wiki token to read and summarize content immediately.

Frequently Asked Questions about feishu-cli-read

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

FAQPage Schema
How do I read Feishu docs and wikis as Markdown for analysis?

To read Feishu docs and wikis as Markdown for analysis, provide a Feishu document ID, URL, or wiki token. The Skill fetches cloud document content and converts it into Markdown format for centralized viewing and processing.

Can I extract and analyze images embedded in Feishu documents?

You can extract and analyze images embedded in Feishu documents by using the multi-modal reading support. The Skill downloads embedded images to the /tmp workspace directory and reads them to preserve visual information.

Does reading Feishu knowledge bases require an API token or specific authentication?

Reading Feishu knowledge bases requires a wiki token or document URL for access. The Skill depends on the feishu-cli tool to handle the underlying API calls and fetch content from your Feishu cloud documents.

What is the best way to summarize multiple Feishu project documents?

The best way to summarize multiple Feishu project documents is to provide their document IDs or URLs. The Skill reads the content, converts it to Markdown, and returns structural outlines and summaries to support consolidated analysis.

Are there limitations when converting Feishu cloud documents to Markdown?

A limitation when converting Feishu cloud documents to Markdown is that image handling requires temporary local storage. Downloaded images are saved to the /tmp workspace, which requires multi-modal tool support to read and analyze the visual content.