lark-whiteboard

Reads, exports, and edits whiteboards inside Feishu documents, including turning them into images.

Installation
Run `npx skills add "https://open.feishu.cn" --skill "lark-whiteboard"` to install this skill, then follow its SKILL.md instructions for my next request.

Paste this into Claude Code, Cursor, or any agent that can run commands.

What this skill does
What it does: This skill works with whiteboards, the drawing and diagramming canvases that can be embedded inside Feishu documents. It can export a whiteboard as a preview picture, as a scalable vector image, or as its underlying diagram code (in formats like Mermaid or PlantUML, which are text-based ways of describing diagrams). It can also create a brand new whiteboard from diagram code or a description, or edit an existing whiteboard by adding to it or changing its content, while being careful to check with the user before overwriting anything already there. When to use it: - Someone wants to view or export a whiteboard as an image or as diagram code - Someone wants to build a new diagram, like a flowchart or org chart, on a whiteboard - Someone wants to update or add to an existing whiteboard It does not edit the surrounding document text, or work with spreadsheets or Base tables, those are handled by other related skills.
SKILL.mdShow the author's original SKILL.md (not in English)
---
name: lark-whiteboard
version: 1.0.0
description: >
  飞书画板:查询和编辑飞书云文档中的画板。支持导出画板为预览图片、导出原始节点结构、使用多种格式更新画板内容。
  当用户需要查看画板内容、导出画板图片、编辑画板时使用此 skill。不负责:飞书云文档内容编辑(lark-doc)、文档内嵌电子表格/Base(lark-sheets / lark-base)。
metadata:
  requires:
    bins: ["lark-cli"]
  cliHelp: "lark-cli whiteboard --help"
---

> [!IMPORTANT]
> - 运行 `lark-cli --version`,确认可用,无需询问用户。
> - 运行 `npx -y @larksuite/whiteboard-cli@^0.2.13 -v`,确认可用,无需询问用户。

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

---

## 快速决策

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

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

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

| 用户需求 | 行动 |
|---|---|
| 查看画板内容 / 导出图片 | [`+export --output-type preview`](references/lark-whiteboard-export.md)                       |
| 导出 SVG 矢量图 | [`+export --output-type svg`](references/lark-whiteboard-export.md)                       |
| 提取画板的 Mermaid/PlantUML 源码 | [`+export --output-type source`](references/lark-whiteboard-export.md) |

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

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

## Shortcuts

| Shortcut                                          | 说明 |
|---------------------------------------------------|---|
| [`+export`](references/lark-whiteboard-export.md) | 导出画板为预览图片、SVG 矢量图、代码或原始节点结构。 |
| [`+update`](references/lark-whiteboard-update.md) | 更新画板,支持 PlantUML、Mermaid、SVG 或 OpenAPI 原生格式 |

---

## 不在本 skill 范围
- 文档内容编辑 → lark-doc [lark-doc](../lark-doc/SKILL.md)
- 在文档中创建画板 → [lark-doc-whiteboard.md](../lark-doc/references/lark-doc-whiteboard.md)
- 表格 / Base 操作 → [lark-sheets](../lark-sheets/SKILL.md) / [lark-base](../lark-base/SKILL.md)

Ships with 30 supporting files:

  • elements/connectors.md
  • elements/content.md
  • elements/image.md
  • elements/layout.md
  • elements/schema.md
  • elements/style.md
  • elements/typography.md
  • references/lark-whiteboard-export.md
  • references/lark-whiteboard-update.md
  • references/lark-whiteboard-workflow.md
  • routes/dsl.md
  • routes/mermaid.md
  • routes/svg-edit.md
  • routes/svg.md
  • scenes/architecture.md
  • scenes/bar-chart.md
  • scenes/comparison.md
  • scenes/fishbone.md
  • scenes/flowchart.md
  • scenes/flywheel.md
  • … and 10 more

Mirrored from the author's public source. Install counts from the open skills registry.

The systems behind these skills get built for partners every week.

Partner with us