feishu-cli-import

Import local Markdown files to create or update Feishu cloud documents.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Convert local Markdown documents into Feishu cloud documents by creating or updating content, while preserving structure and enabling automatic diagram and table handling.

Core Features & Use Cases

  • Markdown to Feishu documents: create or update documents from local Markdown sources with nested lists and rich formatting.
  • Mermaid/PlantUML → Feishu boards: automatically convert diagrams into visual boards for collaboration.
  • Large tables: automatically split tables exceeding a size limit and retain headers for readability.
  • Robust execution: supports staged concurrency, error tolerance for diagram conversion, API rate limit handling, and retry strategies.

Quick Start

Import a Markdown file to create or update a Feishu cloud document.

Frequently Asked Questions about feishu-cli-import

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

FAQPage Schema
How do I import Markdown to Feishu docs while preserving formatting?

To import Markdown to Feishu docs, this Skill parses local Markdown syntax to create or update cloud documents, preserving nested lists and rich formatting automatically.

Can I convert Mermaid and PlantUML diagrams into Feishu boards?

Yes, you can convert Mermaid and PlantUML diagrams into Feishu boards. The Skill automatically transforms Markdown diagram blocks into visual boards for collaboration.

What happens to large tables when importing Markdown to Feishu?

When importing Markdown to Feishu, large tables exceeding size limits are automatically split into smaller sections while retaining headers for readability.

How does the Feishu API handle rate limits during Markdown document conversion?

During Markdown document conversion, the Skill handles Feishu API rate limits using staged concurrency, robust error tolerance for diagrams, and automatic retry strategies.

Does this Markdown to Feishu conversion tool require any external dependencies?

No external dependencies are required to convert Markdown to Feishu documents. The Skill operates independently to parse syntax, convert diagrams, and manage API limits.