What problem does it solve? Creating and editing diagrams inside Feishu/Lark whiteboards normally requires manual drawing in the app. This Skill lets an agent programmatically read whiteboard content, export it as images or code, and write complex diagrams (architecture, flowchart, fishbone, funnel, flywheel, charts) directly into a whiteboard. ## Core Features & Use Cases - Whiteboard Query: Export a whiteboard as a preview image, SVG vector graphic, PlantUML/Mermaid code, or raw OpenAPI node JSON via lark-cli whiteboard +query. - Whiteboard Update: Write content back using Mermaid, PlantUML, SVG, or raw OpenAPI node format with idempotent tokens and overwrite control via lark-cli whiteboard +update. - Guided Diagram Authoring: A DSL-based rendering pipeline (via @larksuite/whiteboard-cli) with scene guides for architecture diagrams, flowcharts, comparison tables, fishbone, funnel, flywheel, bar/line charts, and more, including layout, connector, typography, and styling rules. - Use Case: Ask the agent to draw a microservices architecture diagram into a Feishu doc's whiteboard; it generates DSL JSON, renders a PNG preview for verification, converts to OpenAPI format, and writes it into the board. ## Quick Start Ask the agent to export the whiteboard in your Feishu document as a preview image, or to draw an architecture diagram into a specified whiteboard token.