
Lark Whiteboard
- 513k installs
- open.feishu.cn
lark-whiteboard is a Claude skill that queries and edits whiteboards inside Feishu/Lark cloud documents, exporting them as images, Mermaid/PlantUML code or raw structure.
About
This skill queries and edits whiteboards inside Feishu/Lark cloud documents through the lark-cli. It can export a board as a preview image, as Mermaid or PlantUML code, or as raw node structure, and can update a board from PlantUML, Mermaid or the native format. A developer uses it to read, draw or redraw diagrams such as architecture, flow and org charts on a Lark whiteboard.
- Queries and edits whiteboards embedded in Feishu/Lark cloud documents via lark-cli
- Exports a whiteboard as a preview image, as Mermaid/PlantUML code, or as raw node structure
- Updates whiteboard content from PlantUML, Mermaid or native OpenAPI formats
Lark Whiteboard by the numbers
- 513,246 all-time installs (skills.sh)
- +39,039 installs in the week ending Aug 2, 2026 (Skillselion tracking)
- Ranked #5 of 687 Office & Documents skills by installs in the Skillselion catalog
- Data as of Aug 2, 2026 (Skillselion catalog sync)
lark-whiteboard capabilities & compatibility
Free skill; requires lark-cli auth and npx @larksuite/whiteboard-cli.
- Capabilities
- whiteboard editing · diagram export · mermaid generation · plantuml generation
- Use cases
- documentation
- Runs
- Runs locally
- Pricing
- Free
What lark-whiteboard says it does
更新画板,支持 PlantUML、Mermaid 或 OpenAPI 原生格式
查询画板,导出为预览图片、代码或原始节点结构
npx skills add https://github.com/open.feishu.cn --skill lark-whiteboardAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 513k |
|---|---|
| Repository | open.feishu.cn ↗ |
What it does
View, export or edit diagrams on a Feishu/Lark whiteboard using Mermaid, PlantUML or images.
Who is it for?
Viewing, exporting or editing an architecture/flow diagram on a Feishu/Lark whiteboard.
Skip if: Editing cloud-document body text (lark-doc) or sheet/Base data (lark-sheets/lark-base).
When should I use this skill?
A user needs to view whiteboard content, export a board image, or create/edit diagrams on a Lark whiteboard.
By the numbers
- 2 shortcuts: +query and +update
- 3 export outputs: image, code, raw
Files
[!IMPORTANT]
- 运行 lark-cli --version,确认可用,无需询问用户。- 运行 npx -y @larksuite/whiteboard-cli@^0.2.11 -v,确认可用,无需询问用户。CRITICAL — 开始前 MUST 先用 Read 工具读取 [`../lark-shared/SKILL.md`](../lark-shared/SKILL.md),其中包含认证、权限处理
---
快速决策
身份:画板操作默认使用 --as user。仅当需要以应用身份上传时使用 --as bot。
| 用户需求 | 行动 |
|---|---|
| 查看画板内容 / 导出图片 | `+query --output_as image` |
| 获取画板的 Mermaid/PlantUML 代码 | `+query --output_as code` |
| 检查画板是否由代码绘制 | `+query --output_as code` |
| 修改节点文字/颜色(简单改动) | +query --output_as raw → 手动改 JSON → +update --input_format raw |
| 用户已提供 Mermaid/PlantUML 代码,或明确指定用该格式 | 自己生成/使用代码 → `+update --input_format mermaid/plantuml` |
| 新建/创作复杂图表(架构/流程/组织等) | → [§ 创作 Workflow](references/lark-whiteboard-workflow.md#创作-workflow) |
| 修改/重绘已有画板 | → [§ 修改 Workflow](references/lark-whiteboard-workflow.md#修改-workflow) |
Shortcuts
| Shortcut | 说明 |
|---|---|
| `+query` | 查询画板,导出为预览图片、代码或原始节点结构 |
| `+update` | 更新画板,支持 PlantUML、Mermaid 或 OpenAPI 原生格式 |
---
不在本 skill 范围
- 文档内容编辑 → lark-doc lark-doc
- 在文档中创建画板 → lark-doc-whiteboard.md
- 表格 / Base 操作 → lark-sheets / lark-base
Related skills
Forks & variants (1)
Lark Whiteboard has 1 known copy in the catalog totaling 394k installs. They canonicalize to this original listing.
- larksuite - 394k installs
FAQ
What formats can lark-whiteboard update a board from?
PlantUML, Mermaid, or the native OpenAPI whiteboard format.
Can it export the diagram as code?
Yes, +query --output_as code returns Mermaid/PlantUML; --output_as image returns a preview image.