An AI agent skill to programmatically generate and update Feishu and Lark whiteboards, transforming code-based architecture maps and flowcharts into collaborative visual assets.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install lark-cli-devhub-whiteboard
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install lark-cli-devhub-whiteboard using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Lark CLI Dev Hub Whiteboard skill enables developer agents to programmatically create, render, and update interactive visual diagrams directly within Feishu and Lark workspaces. This skill is part of the broader catalog of Openclaw Skills, designed to bridge the gap between codebase structures and team visualization platforms.
By converting structured text diagrams—like Mermaid syntax or DSL/SVG formats—into rich collaborative canvas boards, it helps software engineering teams keep their architecture documentation automatically synchronized with actual code changes. Instead of manually editing drawing boards, you can leverage this tool to publish system flows, bug investigation paths, and visual knowledge graphs dynamically as a part of your automated CI/CD pipelines or AI agent workflows.
To run this workspace automation, ensure you have the required CLI tools installed and configured on your host environment. This skill is highly effective when integrated into Openclaw Skills automated agent routines.
Verify that you have Node.js (with npx) and lark-cli available in your system path:
# Confirm cli availability
which lark-cli
which npx
Use the following bash pipeline to convert a Mermaid diagram and push it directly to your remote whiteboard workspace:
# Step 1: Export Mermaid diagram to an openapi-compatible JSON format
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
To ensure future AI systems and developers can locate active whiteboards without needing manual search, every durable canvas must be paired with a Base registry entry containing the following schema:
| Attribute | Description | Example |
|---|---|---|
Title |
Descriptive title of the visual map | User Authentication Flow |
Project |
Parent project or repository identifier | Auth-Gateway |
Area |
Specific system domain or team scope | Security & Auth |
Artifact Type |
Must be explicitly set to evaluate discovery | Whiteboard |
Source URL |
Direct link to the remote Feishu/Lark canvas | https://feishu.cn/space/wb/... |
Summary |
Brief human-readable description | Visual routing flows for security group mapping. |
AI Summary |
Machine-readable breakdown of the contents | Mermaid flow illustrating token lifecycle stages. |
Search Keywords |
Comma-separated tags to aid system discoverability | oauth, token, login, architecture |
Loading
An automated cryptocurrency scanner that detects significant price changes and unusual volume spikes using a multi-factor significance score.

An AI agent skill designed to interact with Feishu and Lark Sheets via lark-cli for managing operational tables, checklists, and reports.

A powerful CLI-driven skill to manage, sync, and inspect Feishu/Lark Drive files and register them as project artifacts.

A development knowledge system backed by Feishu/Lark Base, Docs, Tasks, and Whiteboard to streamline bug resolution, task state tracking, and release evidence.

Automate recent IPO tracking, enrich stock market data, and instantly generate TradingView watchlists.

An advanced trading dashboard skill that visualizes portfolio history, splits realized vs unrealized P&L, tracks R-multiple risk, and overlays real-time win-rates.








































