feishu-create-doc

Create Feishu cloud documents from Lark-flavored Markdown content.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/MisLink/agentry --skill feishu-create-doc
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: feishu-create-doc
Source: https://github.com/MisLink/agentry/tree/main/agents/.agents/skills/feishu-create-doc
Command: npx skills add https://github.com/MisLink/agentry --skill feishu-create-doc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of Feishu (Lark) cloud documents from Lark-flavored Markdown, eliminating manual copy-paste and formatting errors while preserving rich blocks such as callouts, tables, images, and diagrams.

Core Features & Use Cases

  • Lark-flavored Markdown ingestion: Accepts rich Markdown with callouts, lark-table, Mermaid/PlantUML diagrams, images, and advanced block types.
  • Targeted placement: Create documents directly in a personal root, specified folder_token, wiki_node, or wiki_space with clear parameter priority (wiki_node > wiki_space > folder_token).
  • Media handling and response: Supports public image/file URLs (auto-download and upload), recommends using feishu_doc_media for local files, and returns doc_id, doc_url, and an operation message on success.

Quick Start

Create a Feishu document titled Project Plan in folder fldcn12345 using the provided Lark-flavored Markdown content.

Frequently Asked Questions about feishu-create-doc

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

FAQPage Schema
How do I create a Feishu document from Markdown content automatically?▼

To create a Feishu document from Markdown, provide a title and Lark-flavored Markdown content. The tool processes rich blocks like callouts, tables, and diagrams, returning a doc_id and doc_url upon success.

Can I create a Feishu wiki document directly in a specific folder or wiki space?▼

Yes, you can create a Feishu wiki document in a specific location by specifying a folder_token, wiki_node, or wiki_space. The placement follows a clear parameter priority of wiki_node, then wiki_space, then folder_token.

Does creating Feishu docs from Markdown support Mermaid diagrams and image uploads?▼

Creating Feishu docs from Markdown supports Mermaid diagrams and image uploads. It automatically downloads and uploads public image URLs, while recommending a separate media tool for local file uploads.

What is the best way to generate technical documentation in Feishu from existing Markdown?▼

The best way to generate technical documentation in Feishu is by ingesting Lark-flavored Markdown. This preserves rich blocks such as callouts, lark-tables, and PlantUML diagrams without manual formatting.

What are the limitations when uploading local images to a Feishu document from Markdown?▼

A limitation when uploading local images to a Feishu document is that this Markdown ingestion only auto-downloads and uploads public image URLs. Local files require using a separate media handling tool.