Back to skills

Agent Skill

Lark Whiteboard

lark-whiteboard

**CRITICAL — 开始前 MUST 先用 Read 工具读取 [`../lark-shared/SKILL.md`](https://github.com/larksuite/cli/blob/main/skills/lark-whiteboard/../lark-shared/SKILL.md),其中包含认证、权限处理**

Open.feishu.cnToolsGo

713K installs

larksuite/cli

by Open.feishu.cn

Score

8.9

/ 10

Installs

713K

Repo Stars

17.0K

Last Updated

15d ago

Fresh

Quality Ratio

98%

Description

Verified

Language

Go

First Published

Mar 2026

Summary

The Lark Whiteboard agent skill empowers the AI agent to generate and embed various visual diagrams, such as architecture diagrams, flowcharts, mind maps, and sequence diagrams, directly into Larksuite documents. This agent skill is invaluable for teams and individuals operating within the Larksuite ecosystem who need AI assistance in visual communication and diagramming. It is a moderately adopted skill in the registry. This agent skill guides the AI through a three-step workflow, choosing between a custom DSL for precise control or Mermaid syntax for common diagrams like mind maps. It provides comprehensive guidance on DSL syntax, content planning, layout strategies, and styling, with critical constraints like using `'fit-content'` for text node heights. Crucially, it mandates a dry-run check before overwriting existing Larksuite whiteboards, prompting the agent to ask for user confirmation if content deletion is imminent. Its utility is specifically tied to the Larksuite platform, requiring `whiteboard-cli` and `lark-cli` for local rendering and integration.

Skill Definition

[!IMPORTANT]

  • 运行 lark-cli --version,确认可用,无需询问用户。
  • 运行 npx -y @larksuite/whiteboard-cli@^0.2.13 -v,确认可用,无需询问用户。

CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md,其中包含认证、权限处理


快速决策

身份:画板操作默认使用 --as user。仅当需要以应用身份上传时使用 --as bot

先判断「只读还是写入」,再在对应表内按上到下匹配,命中即停

A. 只读 · 查看 / 导出(不改画板)

用户需求行动
查看画板内容 / 导出图片+export --output-type preview
导出 SVG 矢量图+export --output-type svg
提取画板的 Mermaid/PlantUML 源码+export --output-type source

B. 写入 · 创作 / 编辑(会改画板,命中即停)

场景行动写入方式对原内容
用户已提供 Mermaid/PlantUML/SVG 代码,或明确指定用该格式使用该代码 → +update--input_format 取单值 mermaid / plantuml / svg;写入非空已有画板并需要 overwrite 时,先确认会整板重建;若 SVG 用于修改已有画板,先走 routes/svg-edit.md 有损确认overwrite / append按用户要求
从零新建复杂图表(架构/流程/组织等)§ 创作 Workflow首次写入
修改 / 增补已有画板§ 编辑 Workflow见该表见该表

Shortcuts

Shortcut说明
+export导出画板为预览图片、SVG 矢量图、代码或原始节点结构。
+update更新画板,支持 PlantUML、Mermaid、SVG 或 OpenAPI 原生格式

不在本 skill 范围

How to Use

Use in O-mega

Claude Code

npx skills add larksuite/cli lark-whiteboard
Lark Whiteboard | Agent Skills | o-mega