feishu-doc-writer

Create and modify Feishu documents via Markdown imports and content appends.

271|27|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/hyperlist/feishu-multi-agent --skill feishu-doc-writer-hyperlist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-doc-writer
Source: https://github.com/hyperlist/feishu-multi-agent/tree/main/skills/feishu-doc-writer
Command: npx skills add https://github.com/hyperlist/feishu-multi-agent --skill feishu-doc-writer-hyperlist

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating and updating documents within Feishu, handling common API limitations and ensuring documents are accessible.

Core Features & Use Cases

  • Markdown Import: Upload and convert local Markdown files into Feishu documents, preserving tables and structure. Ideal for long-form content and reports.
  • Direct Document Manipulation: Create new documents, append content section by section, or overwrite entire documents using the feishu_doc tool. Suitable for shorter updates or dynamic content generation.
  • Permission Management: Automatically grants necessary permissions to users after document creation, ensuring accessibility.
  • Error Handling: Provides guidance on common API errors and their solutions, such as handling unsupported formats or block ordering issues.

Quick Start

Use the feishu-doc-writer skill to create a new Feishu document titled "Project Proposal" from the content of the local file "proposal.md".

Frequently Asked Questions about feishu-doc-writer

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

FAQPage Schema
How do I import a local Markdown file into a Feishu document?

You can import a Markdown file into a Feishu document by using this skill to upload and convert local Markdown files, preserving tables and document structure during the creation process.

Can I append content to an existing Feishu document via API?

Yes, you can append content to an existing Feishu document via API using the feishu_doc tool, which supports adding content section by section or overwriting entire documents for dynamic updates.

Why does my Markdown table format fail when creating Feishu documents?

Markdown table formats fail when creating Feishu documents due to API constraints with unsupported formats. This skill provides alternative workflows and error resolution guidance to handle these block ordering issues.

What is the best way to automate Feishu document creation from Markdown?

The best way to automate Feishu document creation from Markdown is through programmatic interfaces that convert files, manage permissions automatically, and handle API limitations like block ordering for accessible documents.

Does Feishu API automatically grant permissions to users after document creation?

Yes, the skill automatically grants necessary permissions to specified users after Feishu document creation, ensuring the newly generated documents are immediately accessible for collaboration.