feishu-create-doc

Create Feishu cloud documents from Lark-flavored Markdown content.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Qiue-G/Claw-X --skill feishu-create-doc-qiue-g
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: feishu-create-doc
Source: https://github.com/Qiue-G/Claw-X/tree/main/.openclaw/extensions/feishu-openclaw-plugin/skills/feishu-create-doc
Command: npx skills add https://github.com/Qiue-G/Claw-X --skill feishu-create-doc-qiue-g

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This tool automates the creation of Feishu cloud documents from Lark-flavored Markdown content, eliminating manual copy-paste and format inconsistencies.

Core Features & Use Cases

  • Create a Feishu cloud document directly from Markdown content.
  • Target specific locations by using optional parameters: folder_token (folder), wiki_node (knowledge base node), or wiki_space (knowledge space).
  • Returns doc_id, doc_url, and message for easy integration with downstream workflows.

Quick Start

Provide a JSON payload with the markdown content and optional location fields to create a Feishu document.

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 a JSON payload containing Lark-flavored Markdown along with optional metadata like title or folder_token to automatically generate the doc and return a doc_url.

Can I publish markdown docs to a specific Feishu wiki space or folder?▼

You can publish markdown docs to a specific Feishu wiki space or folder by including the folder_token, wiki_node, or wiki_space parameters in your JSON payload to target the exact destination.

What is Lark-flavored Markdown used for when generating Feishu docs?▼

Lark-flavored Markdown is used to define the structured content of notes, specs, or knowledge articles, allowing automated creation of Feishu cloud documents without manual copy-paste or format inconsistencies.

Does the Feishu create-doc automation return identifiers for downstream workflows?▼

The Feishu create-doc automation returns doc_id, doc_url, and a message, providing the exact identifiers needed to route the newly created cloud document into downstream integration workflows.

What is the best way to automate publishing structured notes to Feishu knowledge bases?▼

The best way to automate publishing structured notes to Feishu knowledge bases is passing Lark-flavored Markdown and a wiki_node parameter to a docs-automation tool, eliminating manual formatting and directly creating the cloud document.