lark-whiteboard

Query, update, and render Lark Whiteboard diagrams via CLI workflows.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/x0chaoren0s/agent-platform --skill lark-whiteboard-x0chaoren0s
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-whiteboard
Source: https://github.com/x0chaoren0s/agent-platform/tree/main/skills/lark-whiteboard
Command: npx skills add https://github.com/x0chaoren0s/agent-platform --skill lark-whiteboard-x0chaoren0s

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The Lark Whiteboard Skill enables teams to query, update, and render Flyboard (Lark Whiteboard) diagrams directly from the CLI, reducing repetitive manual diagram work and enabling automation in documentation, architecture reviews, and process visualization.

Core Features & Use Cases

  • Query whiteboard content and export as preview images or raw OpenAPI node structures.
  • Update whiteboard content using OpenAPI, PlantUML, or Mermaid formats, and render updated diagrams.
  • Export diagrams to OpenAPI JSON for integration with downstream tooling, or generate PlantUML/Mermaid code for documentation pipelines.
  • Support for bootstrapping workflows: verify CLI availability, fetch board states, and automate diagram generation and sharing.

Quick Start

Query a board by its token and export a preview image using the whiteboard CLI.

Frequently Asked Questions about lark-whiteboard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I export a Lark Whiteboard diagram to PlantUML or Mermaid?

To export a Lark Whiteboard diagram to PlantUML or Mermaid, query the board by its token and convert the raw OpenAPI node structure into your desired format using the whiteboard CLI.

Can I update Lark Whiteboard content directly from the command line?

Yes, you can update Lark Whiteboard content directly from the command line by providing OpenAPI, PlantUML, or Mermaid formats to the CLI, which then renders the updated diagram on the board.

What is the best way to automate architecture diagram sharing from Lark Whiteboard?

Automating architecture diagram sharing from Lark Whiteboard is best achieved by exporting board states to OpenAPI JSON or generating PlantUML and Mermaid code for integration into documentation pipelines.

Do I need lark-cli to query and render Flyboard diagrams?

Yes, querying and rendering Flyboard diagrams requires integrating with lark-cli and whiteboard-cli workflows to fetch board states and automate diagram generation.

How to export a raw OpenAPI node structure from a Lark Whiteboard?

Exporting a raw OpenAPI node structure from a Lark Whiteboard involves querying the specific board token via the whiteboard CLI to retrieve the underlying node data for downstream tooling integration.