·feishu-cli-doc-guide
#

feishu-cli-doc-guide

飞书文档创建规范指南。Markdown 语法支持、Mermaid/PlantUML 飞书语法限制、表格处理、图表容错机制等完整规范。供其他飞书技能参考。

35Installs·3Trend·@riba2534

Installation

$npx skills add https://github.com/riba2534/feishu-cli --skill feishu-cli-doc-guide

How to Install feishu-cli-doc-guide

Quickly install feishu-cli-doc-guide 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/riba2534/feishu-cli --skill feishu-cli-doc-guide
  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: riba2534/feishu-cli.

SKILL.md

View raw

| Markdown 语法 | Block Type | 飞书块名称 | 说明 |

| # 标题 ###### 标题 | 3-8 | Heading1-6 | 最多 6 级(7-9 级导出降级为粗体段落) | | 普通段落 | 2 | Text | 纯文本 | | - 无序列表 | 12 | Bullet | 支持无限深度嵌套 | | 1. 有序列表 | 13 | Ordered | 支持无限深度嵌套 | | - [x] / - [ ] | 17 | Todo | 任务列表 | | ` `lang ` | 14 | Code | 代码块(支持语言标识) | | > 引用 | 34 | QuoteContainer | 引用容器(导入使用 QuoteContainer) | | > [!NOTE] | 19 | Callout | 高亮块(6 种类型,见第 5 节) |

| --- | 22 | Divider | 分割线 | | Markdown 表格 | 31 | Table | 超过 9 行自动拆分(见第 6 节) | | !alt | 27 | Image | 占位块(见第 7 节) | | ` `mermaid ` | 21→43 | Diagram→Board | 自动转飞书画板(见第 3 节) | | ` `plantuml / `puml ` | 21→43 | Diagram→Board | 自动转飞书画板(见第 4 节) | | $$公式$$ | 16 | Equation | 块级公式(降级为行内 Equation) | | $公式$ | — | InlineEquation | 行内公式 |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/riba2534/feishu-cli --skill feishu-cli-doc-guide
Category
#Documents
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from riba2534/feishu-cli

Quick answers

What is feishu-cli-doc-guide?

飞书文档创建规范指南。Markdown 语法支持、Mermaid/PlantUML 飞书语法限制、表格处理、图表容错机制等完整规范。供其他飞书技能参考。 Source: riba2534/feishu-cli.

How do I install feishu-cli-doc-guide?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/riba2534/feishu-cli --skill feishu-cli-doc-guide 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/riba2534/feishu-cli