feishu-create-doc

Create Feishu cloud docs from Lark-flavored Markdown with folder or wiki placement.

Updated Dec 6, 2016
One-click install
npx skills add https://github.com/majunbao/learn --skill feishu-create-doc-majunbao
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: feishu-create-doc
Source: https://github.com/majunbao/learn/tree/main/openclaw-lark_tags/openclaw-lark-2026.4.13/skills/feishu-create-doc
Command: npx skills add https://github.com/majunbao/learn --skill feishu-create-doc-majunbao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Feishu cloud documents can be created directly from Lark-flavored Markdown content, enabling structured publishing and controlled placement in folders, knowledge libraries, or knowledge spaces without manual formatting steps.

Core Features & Use Cases

  • Convert Lark-flavored Markdown into Feishu cloud documents with deterministic results.
  • Support destination options: folder (via folder_token), knowledge library (wiki_node), or knowledge space (wiki_space).
  • Typical use case: publish project documentation from internal Markdown to a centralized Feishu space for team-wide access and collaboration.

Quick Start

Create a Feishu cloud document from the given Lark-flavored Markdown and place it in the designated folder or knowledge space.

Frequently Asked Questions about feishu-create-doc

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

FAQPage Schema
How do I convert Markdown to Feishu cloud documents?▼

To convert Markdown to Feishu cloud documents, supply Lark-flavored Markdown content to the creation workflow, which generates a cloud doc and returns the doc_id and URL.

Can I publish Markdown to a specific Feishu knowledge base or folder?▼

Yes, you can publish Markdown to a specific Feishu knowledge base or folder by providing optional parameters like folder_token, wiki_node, or wiki_space for controlled document placement.

What is the process for automating structured documentation publishing to Feishu?▼

Automating structured documentation publishing involves passing Lark-flavored Markdown to the workflow, which deterministically creates the Feishu document in the designated destination without manual formatting.

Does the Feishu document creation workflow support custom document titles?▼

Yes, the Feishu document creation workflow supports an optional title parameter, allowing you to define the document name alongside the Markdown content and destination parameters.

What information do I get back after creating a Feishu cloud doc from Markdown?▼

After creating a Feishu cloud doc from Markdown, you receive a deterministic output containing the doc_id, doc_url, and a confirmation message for your newly generated document.

Is Lark-flavored Markdown required for creating Feishu cloud docs?▼

Yes, Lark-flavored Markdown is the required input format for creating Feishu cloud docs through this workflow to ensure structured content renders correctly in the destination knowledge space.