Install
openclaw skills install lark-cli-devhub-whiteboardUse when creating or updating Feishu/Lark Whiteboards through lark-cli or feishu-cli for a development knowledge hub, including architecture maps, bug investigation paths, task maps, dependency maps, and project knowledge graphs.
openclaw skills install lark-cli-devhub-whiteboardWhiteboard is for human scanning and relationship maps. It is not the only AI-readable source of truth.
Discovery aliases: feishu-cli whiteboard, 飞书画板, lark-cli whiteboard, Lark Whiteboard, architecture diagram, knowledge graph.
Every durable Whiteboard should have a Base Artifacts record with:
TitleProjectAreaArtifact Type = WhiteboardSource URLSummaryAI SummarySearch KeywordsThis lets future agents discover the map without needing to visually inspect it first.
npx -y @larksuite/whiteboard-cli@^0.2.11 \
-i diagram.mmd -o diagram.png -f mermaid
npx -y @larksuite/whiteboard-cli@^0.2.11 \
-i diagram.mmd --to openapi --format json \
| lark-cli whiteboard +update \
--whiteboard-token "$WHITEBOARD_TOKEN" \
--source - --input_format raw \
--idempotent-token "$(date +%s)-devhub" \
--overwrite --dry-run --as user
After a meaningful redraw, query or export the remote board once to confirm the write landed.
When official lark-whiteboard skill is installed, use it for exact query/update workflows.