feishu-create-doc

Create Feishu cloud documents from Lark-flavored Markdown via the MCP create-doc API.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/DaTingLi/heimaclaw --skill feishu-create-doc-datingli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-create-doc
Source: https://github.com/DaTingLi/heimaclaw/tree/main/reference/openclaw-lark-main/skills/feishu-create-doc
Command: npx skills add https://github.com/DaTingLi/heimaclaw --skill feishu-create-doc-datingli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

在将 Lark 风格 Markdown 转换为飞书云文档时,企业需要快速将结构化内容落地到指定的位置以便协作与知识管理。本 Skill 提供从 Markdown 自动创建云文档的能力,并可将文档放置在文件夹、知识库或知识空间中。

Core Features & Use Cases

  • 直接从 Lark 风格 Markdown 创建飞书云文档并返回文档标识符、链接与执行结果信息
  • 支持指定创建位置(文件夹、知识库、知识空间),实现灵活的知识组织
  • 适用场景包括快速落地公司文档、知识库扩展和批量文档导入
  • 示例场景:将一组 Markdown 指南批量创建为飞书文档并收集访问地址以便团队分享

Quick Start

将提供的 Markdown 内容通过 feishu-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 convert Markdown to Feishu cloud documents?

To convert Markdown to Feishu cloud documents, the Skill processes Lark-flavored Markdown content and uses the MCP create-doc API to generate a new cloud document. It returns a JSON payload containing the doc_id, doc_url, and execution message.

Can I place created Feishu documents into specific folders or knowledge bases?

Yes, you can place created Feishu documents into specific folders, knowledge bases, or knowledge spaces. The Skill supports specifying the creation location to enable flexible knowledge organization directly during the document generation workflow.

What is the best way to batch import Markdown files as Feishu docs?

The best way to batch import Markdown files as Feishu docs is applying this Skill to your workflow. It accepts Lark-flavored Markdown content to quickly create cloud documents and returns the access URLs, enabling efficient batch processing and team sharing.

Does the Feishu document creation process support standard Markdown syntax?

The Feishu document creation process specifically requires Lark-flavored Markdown content rather than strictly standard Markdown syntax. You must format your input content according to Lark's specific Markdown variations to ensure successful document generation.

What information do I get back after creating a Feishu cloud document?

After creating a Feishu cloud document, you receive a JSON payload containing the doc_id, doc_url, and an execution message. This returned information allows you to programmatically track the generated document identifier and share the direct access link.