/install lark-cli-devhub-whiteboard
Lark CLI Dev Hub Whiteboard
Whiteboard 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.
Good Uses
- Architecture map with 3-7 zones.
- Bug diagnosis path.
- Release flow.
- Task dependency map.
- Project knowledge graph overview.
- Decision impact map.
Required Pairing
Every durable Whiteboard should have a Base Artifacts record with:
TitleProjectAreaArtifact Type = WhiteboardSource URLSummaryAI SummarySearch Keywords
This lets future agents discover the map without needing to visually inspect it first.
Rendering Rules
- Mermaid is good for simple flows, timelines, sequence diagrams, and mind maps.
- SVG or DSL is better for dense architecture and knowledge maps.
- Keep line count low. Prefer grouping and adjacency over all-to-all edges.
- Validate locally before writing to Feishu when possible.
CLI Pattern
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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install lark-cli-devhub-whiteboard - After installation, invoke the skill by name or use
/lark-cli-devhub-whiteboard - Provide required inputs per the skill's parameter spec and get structured output
What is Lark CLI Dev Hub Whiteboard?
Use when creating or updating Feishu/Lark Whiteboards through lark-cli or feishu-cli for a development knowledge hub, including architecture maps, bug invest... It is an AI Agent Skill for Claude Code / OpenClaw, with 96 downloads so far.
How do I install Lark CLI Dev Hub Whiteboard?
Run "/install lark-cli-devhub-whiteboard" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Lark CLI Dev Hub Whiteboard free?
Yes, Lark CLI Dev Hub Whiteboard is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Lark CLI Dev Hub Whiteboard support?
Lark CLI Dev Hub Whiteboard is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Lark CLI Dev Hub Whiteboard?
It is built and maintained by afengzi (@afengzi); the current version is v0.1.1.