·feishu-cli-write
</>

feishu-cli-write

向飞书文档写入内容,支持 Mermaid/PlantUML 图表自动转画板。支持添加画板、Callout、批量更新块等高级操作。当用户请求创建、写入、更新飞书文档时使用。推荐使用 Mermaid 画图。

39Installs·2Trend·@riba2534

Installation

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

How to Install feishu-cli-write

Quickly install feishu-cli-write 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-write
  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

| # 标题 | Heading1-6 | | | 普通文本 | Text | | | - 列表项 | Bullet | 支持缩进嵌套 | | 1. 有序项 | Ordered | 支持缩进嵌套 | | - [ ] 任务 | Todo | | | ` `code` ` | Code | | | ` `mermaid` ` | Board(画板) | 推荐使用 | | ` `plantuml` / `puml` ` | Board(画板) | PlantUML 图表 | | > 引用 | QuoteContainer | 支持嵌套引用 | | > [!NOTE] 等 | Callout(高亮块) | 6 种类型 | | --- | Divider | | | 粗体 | 粗体样式 | |

| 斜体 | 斜体样式 | | | 删除线 | 删除线样式 | | | 下划线 | 下划线样式 | | | ` 行内代码 ` | 行内代码样式 | | | $公式$ | 行内公式 | 支持一段多个公式 | | $$公式$$ | 块级公式 | 独立公式行 | | 链接 | 链接 | | | | 表格 | | Table | 超过9行自动拆分,列宽自动计算 |

flowchart TD A[开始] --> B{判断} B -->|是| C[处理] B -->|否| D[结束]

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-write
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from riba2534/feishu-cli

Quick answers

What is feishu-cli-write?

向飞书文档写入内容,支持 Mermaid/PlantUML 图表自动转画板。支持添加画板、Callout、批量更新块等高级操作。当用户请求创建、写入、更新飞书文档时使用。推荐使用 Mermaid 画图。 Source: riba2534/feishu-cli.

How do I install feishu-cli-write?

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-write 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