What is feishu-cli-write?
向飞书文档写入内容,支持 Mermaid/PlantUML 图表自动转画板。支持添加画板、Callout、批量更新块等高级操作。当用户请求创建、写入、更新飞书文档时使用。推荐使用 Mermaid 画图。 Source: riba2534/feishu-cli.
向飞书文档写入内容,支持 Mermaid/PlantUML 图表自动转画板。支持添加画板、Callout、批量更新块等高级操作。当用户请求创建、写入、更新飞书文档时使用。推荐使用 Mermaid 画图。
Quickly install feishu-cli-write AI skill to your development environment via command line
Source: riba2534/feishu-cli.
| # 标题 | 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[结束]
Stable fields and commands for AI/search citations.
npx skills add https://github.com/riba2534/feishu-cli --skill feishu-cli-write向飞书文档写入内容,支持 Mermaid/PlantUML 图表自动转画板。支持添加画板、Callout、批量更新块等高级操作。当用户请求创建、写入、更新飞书文档时使用。推荐使用 Mermaid 画图。 Source: riba2534/feishu-cli.
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
https://github.com/riba2534/feishu-cli