feishu-create-doc

Create Feishu cloud documents from Markdown content via MCP create-doc.

3.2k|259|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/nexu-io/nexu --skill feishu-create-doc-nexu-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-create-doc
Source: https://github.com/nexu-io/nexu/tree/main/nexu-skills/skills/feishu-create-doc
Command: npx skills add https://github.com/nexu-io/nexu --skill feishu-create-doc-nexu-io

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables you to create Feishu cloud documents directly from Lark-flavored Markdown content, and to place them in a specified location (folder, knowledge base, or knowledge space).

Core Features & Use Cases

  • Create Feishu cloud documents from Lark-flavored Markdown content.
  • Specify destination location (folder/token, knowledge base, knowledge space) to organize docs.
  • Return metadata including document ID, URL, and status message for success/failure.
  • Use cases include publishing project plans, technical docs, and meeting notes to Feishu.

Quick Start

Provide Lark-flavored Markdown content and destination details (folder_token, wiki_node, or wiki_space) to create a Feishu cloud document via MCP create-doc.

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 cloud document from Markdown content?

To create a Feishu cloud document from Markdown content, provide Lark-flavored Markdown text along with a destination like folder_token, wiki_node, or wiki_space to publish the document directly into the specified location.

Can I specify a target folder or knowledge base when creating Feishu docs?

Yes, you can specify a target folder or knowledge base when creating Feishu docs by providing optional destination parameters such as folder_token, wiki_node, or wiki_space to organize the generated document.

What metadata is returned after publishing a document to a Feishu knowledge space?

After publishing a document to a Feishu knowledge space, the process returns a JSON object containing the doc_id, doc_url, and a status message indicating the success or failure of the document creation.

Does this document creation method support Lark-flavored Markdown for technical docs?

Yes, this document creation method supports Lark-flavored Markdown for technical docs, allowing you to seamlessly publish project plans, technical documentation, and meeting notes into Feishu.

What is the best way to automate publishing meeting notes to a Feishu wiki?

The best way to automate publishing meeting notes to a Feishu wiki is to supply the Markdown content and the target wiki_space or wiki_node identifier, which places the document directly into the chosen knowledge base.