← Back to Skills Marketplace
afengzi

Lark CLI Dev Hub Whiteboard

by afengzi · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ✓ Security Clean
96
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install lark-cli-devhub-whiteboard
Description
Use when creating or updating Feishu/Lark Whiteboards through lark-cli or feishu-cli for a development knowledge hub, including architecture maps, bug invest...
README (SKILL.md)

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:

  • Title
  • Project
  • Area
  • Artifact Type = Whiteboard
  • Source URL
  • Summary
  • AI Summary
  • Search 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.

Usage Guidance
Treat this as an incomplete review: rerun once workspace file inspection is available so metadata.json and artifact contents can be evaluated directly.
Capability Assessment
Purpose & Capability
Artifact coherence could not be evaluated because local file inspection failed before metadata.json or artifact contents could be read.
Instruction Scope
Instruction scope could not be assessed without access to SKILL.md or related artifact files.
Install Mechanism
Install behavior could not be assessed without access to install specs or manifest contents.
Credentials
Requested environment access could not be compared against the stated purpose because the artifact files were inaccessible.
Persistence & Privilege
Persistence and privilege behavior could not be assessed from artifact evidence in this run.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install lark-cli-devhub-whiteboard
  3. After installation, invoke the skill by name or use /lark-cli-devhub-whiteboard
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
Add feishu-cli discovery aliases and search tags.
v0.1.0
Initial release of lark-cli-devhub-whiteboard skill. - Enables creation and updating of Feishu Whiteboards for dev knowledge hubs. - Designed for architecture maps, bug investigation, task dependency, knowledge graphs, and more. - Requires each Whiteboard to be cataloged with a Base `Artifacts` record for discoverability. - Provides rendering and validation guidelines for diagrams (using Mermaid, SVG, or DSL). - Includes sample CLI workflows for diagram generation and board updates. - Recommends integration with official lark-whiteboard skill for advanced workflows.
Metadata
Slug lark-cli-devhub-whiteboard
Version 0.1.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

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.

💬 Comments