·feishu-doc-writer
#

feishu-doc-writer

Feishu (Lark) Document API writing spec. Converts Markdown content to Feishu Block structures and writes to cloud docs. Handles concurrency ordering. Use when syncing articles, creating document blocks, or writing long-form content to Feishu docs.

36Installs·3Trend·@alextangson

Installation

$npx skills add https://github.com/alextangson/feishu_skills --skill feishu-doc-writer

How to Install feishu-doc-writer

Quickly install feishu-doc-writer AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/alextangson/feishu_skills --skill feishu-doc-writer
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: alextangson/feishu_skills.

SKILL.md

View raw

Reference spec for writing content to Feishu (Lark) cloud documents via the Docx API. Feishu docs use a Block tree model — raw Markdown is not accepted.

Pros: No manual Block JSON construction. Handles most standard Markdown. Limitation: Does not support Feishu-specific blocks (Callout, etc.) — use manual Block creation for those.

| blocktype | Name | JSON Key | Notes |

Feishu (Lark) Document API writing spec. Converts Markdown content to Feishu Block structures and writes to cloud docs. Handles concurrency ordering. Use when syncing articles, creating document blocks, or writing long-form content to Feishu docs. Source: alextangson/feishu_skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/alextangson/feishu_skills --skill feishu-doc-writer
Category
#Documents
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from alextangson/feishu_skills

Quick answers

What is feishu-doc-writer?

Feishu (Lark) Document API writing spec. Converts Markdown content to Feishu Block structures and writes to cloud docs. Handles concurrency ordering. Use when syncing articles, creating document blocks, or writing long-form content to Feishu docs. Source: alextangson/feishu_skills.

How do I install feishu-doc-writer?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/alextangson/feishu_skills --skill feishu-doc-writer Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/alextangson/feishu_skills